Searched refs:property (Results 26 - 50 of 200) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc.h50 struct property *create_prop(enum prop_type type);
52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
H A Dlkc_proto.h30 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
31 P(sym_get_default_prop,struct property *,(struct symbol *sym));
H A Dsymbol.c37 struct property *prop = create_prop(P_DEFAULT);
38 struct property **propp;
43 /* append property to the prop list of symbol */
115 struct property *sym_get_choice_prop(struct symbol *sym)
117 struct property *prop;
124 struct property *sym_get_default_prop(struct symbol *sym)
126 struct property *prop;
139 struct property *prop;
156 struct property *prop, *def_prop;
343 struct property *pro
[all...]
H A Dexpr.h94 struct property *prop;
134 struct property { struct
135 struct property *next;
151 struct property *next_pos;
167 struct property *prompt;
H A Dmenu.c78 struct property *create_prop(enum prop_type type)
80 struct property *prop;
91 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep)
93 struct property *prop = create_prop(token);
94 struct property **propp;
105 /* append property to the prop list of symbol */
129 struct property *prop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsetup.c228 printk ("Pegasos l2cr : no cpu l2cr property found\n");
259 const char *property; local
269 property = of_get_property(node, "model", NULL);
270 if (!property)
272 if (strcmp(property, "Pegasos2"))
275 property = of_get_property(of_chosen, "linux,stdout-path", NULL);
276 if (!property)
279 node = of_find_node_by_path(property);
282 property = of_get_property(node, "device_type", NULL);
283 if (!property)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp156 // if doing a property put(ref), we need to adjust the first argument to have a
298 // Get/Set property
299 wxVariant wxAutomationObject::GetPropertyArray(const wxString& property, int noArgs, const wxVariant **args) const argument
302 if (!Invoke(property, DISPATCH_PROPERTYGET, retVariant, noArgs, NULL, args))
308 wxVariant wxAutomationObject::GetProperty(const wxString& property, int noArgs, wxVariant args[]) const argument
311 if (!Invoke(property, DISPATCH_PROPERTYGET, retVariant, noArgs, args))
318 wxVariant wxAutomationObject::GetProperty(const wxString& property, argument
356 if (!Invoke(property, DISPATCH_PROPERTYGET, retVariant, i, NULL, args))
364 bool wxAutomationObject::PutProperty(const wxString& property, int noArgs, wxVariant args[]) argument
367 if (!Invoke(property, DISPATCH_PROPERTYPU
374 PutPropertyArray(const wxString& property, int noArgs, const wxVariant **args) argument
384 PutProperty(const wxString& property, const wxVariant& arg1, const wxVariant& arg2, const wxVariant& arg3, const wxVariant& arg4, const wxVariant& arg5, const wxVariant& arg6) argument
432 GetDispatchProperty(const wxString& property, int noArgs, wxVariant args[]) const argument
450 GetDispatchProperty(const wxString& property, int noArgs, const wxVariant **args) const argument
466 GetObject(wxAutomationObject& obj, const wxString& property, int noArgs, wxVariant args[]) const argument
479 GetObject(wxAutomationObject& obj, const wxString& property, int noArgs, const wxVariant **args) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmachine_kexec.c162 static struct property kernel_end_prop = {
168 static struct property crashk_base_prop = {
174 static struct property crashk_size_prop = {
182 struct property *prop;
204 struct property *prop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc.h104 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
105 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
142 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
143 struct symbol *prop_get_symbol(struct property *prop);
144 struct property *sym_get_env_prop(struct symbol *sym);
H A Dsymbol.c41 struct property *prop = prop_alloc(P_DEFAULT, sym);
98 struct property *sym_get_choice_prop(struct symbol *sym)
100 struct property *prop;
107 struct property *sym_get_env_prop(struct symbol *sym)
109 struct property *prop;
116 struct property *sym_get_default_prop(struct symbol *sym)
118 struct property *prop;
128 static struct property *sym_get_range_prop(struct symbol *sym)
130 struct property *prop;
158 struct property *pro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Ddlpar.c36 static void dlpar_free_cc_property(struct property *prop)
43 static struct property *dlpar_parse_cc_property(struct cc_workarea *ccwa)
45 struct property *prop;
93 struct property *prop;
129 struct property *property; local
130 struct property *last_property = NULL;
189 property = dlpar_parse_cc_property(ccwa);
190 if (!property)
194 last_dn->properties = property;
[all...]
H A Dreconfig.c46 struct property *pp = np->properties;
112 static int pSeries_reconfig_add_node(const char *path, struct property *proplist)
191 static void release_prop_list(const struct property *prop)
193 struct property *next;
204 * parse_next_property - process the next property from raw input buffer
207 * @name: return value; set to property name in buf
209 * @value: return value; set to the property value in buf
224 printk(KERN_ERR "property parse failed in %s at line %d\n",
231 printk(KERN_ERR "property parse failed in %s at line %d\n",
240 printk(KERN_ERR "property pars
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dproc_devtree.c31 * Supply data on a read from /proc/device-tree/node/property.
35 struct property *pp = m->private;
60 * Add a property to a node
63 __proc_device_tree_add_prop(struct proc_dir_entry *de, struct property *pp,
87 void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop)
93 struct property *prop)
99 struct property *newprop,
100 struct property *oldprop)
108 printk(KERN_WARNING "device-tree: property \"%s\" "
185 struct property *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h33 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
34 P(sym_get_default_prop,struct property *,(struct symbol *sym));
H A Dsymbol.c39 struct property *prop = prop_alloc(P_DEFAULT, sym);
111 struct property *sym_get_choice_prop(struct symbol *sym)
113 struct property *prop;
120 struct property *sym_get_default_prop(struct symbol *sym)
122 struct property *prop;
132 struct property *sym_get_range_prop(struct symbol *sym)
134 struct property *prop;
162 struct property *prop;
195 struct property *prop;
226 struct property *pro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_crtc.c761 * drm_mode_create_scaling_mode_property - create scaling mode property
790 * drm_mode_create_dithering_property - create dithering property
818 * drm_mode_create_dirty_property - create dirty property
933 struct drm_property *property, *pt; local
945 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list,
947 drm_property_destroy(dev, property);
1983 struct drm_property *property = NULL; local
1985 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
1986 if (!property)
1990 property
2011 drm_property_add_enum(struct drm_property *property, int index, uint64_t value, const char *name) argument
2043 drm_property_destroy(struct drm_device *dev, struct drm_property *property) argument
2060 drm_connector_attach_property(struct drm_connector *connector, struct drm_property *property, uint64_t init_val) argument
2079 drm_connector_property_set_value(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
2097 drm_connector_property_get_value(struct drm_connector *connector, struct drm_property *property, uint64_t *val) argument
2120 struct drm_property *property; local
2310 struct drm_property *property; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dchecks.c52 struct node *node, struct property *prop);
117 struct property *prop;
182 struct property *prop;
190 FAIL(c, "\"%s\" property in %s is not a string",
199 struct property *prop;
207 FAIL(c, "\"%s\" property in %s is not a single cell",
235 struct property *prop, *prop2;
240 FAIL(c, "Duplicate property name %s in %s",
271 struct node *node, struct property *prop)
276 FAIL(c, "Bad character '%c' in property nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_64.c66 * we walk up the tree until we discover a "device_type" property
76 struct property *rprop;
117 struct property *prop;
152 struct property *prop;
169 struct property *prop;
194 struct property *prop;
215 struct property *prop;
231 struct property *prop;
248 struct property *prop;
258 * property o
[all...]
H A Dprom_32.c59 * we walk up the tree until we discover a "device_type" property
65 struct property *rprop;
81 struct property *prop;
98 struct property *prop;
123 struct property *prop;
141 struct property *prop;
275 "device_type property.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dbase.c45 /* No #address-cells property for the root node */
61 /* No #size-cells property for the root node */
97 struct property *prop = node->properties;
111 struct property *next = prop->next;
141 struct property *of_find_property(const struct device_node *np,
145 struct property *pp;
188 * Find a property with a given name for a given node
194 struct property *pp = of_find_property(np, name, lenp);
201 * the device's "compatible" property
226 * @compat: compatible string to look for in root node's compatible property
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_drv.c282 struct drm_property *property,
294 if (property == conf->tv_select_subconnector_property) {
301 } else if (property == conf->tv_left_margin_property) {
309 } else if (property == conf->tv_bottom_margin_property) {
317 } else if (property == conf->tv_mode_property) {
325 } else if (property == conf->tv_brightness_property) {
332 } else if (property == conf->tv_contrast_property) {
339 } else if (property == conf->tv_flicker_reduction_property) {
346 } else if (property == priv->scale_property) {
280 ch7006_encoder_set_property(struct drm_encoder *encoder, struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dproc_fs.h135 struct property;
138 extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop);
140 struct property *prop);
142 struct property *newprop,
143 struct property *oldprop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_ntsvcs.h94 uint32 property; member in struct:__anon5388
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchecklst.cpp187 DataBrowserPropertyID property,
198 switch (property)
216 switch (property)
239 err = wxMacListBoxItem::GetSetData( owner , property, itemData , changeValue);
186 GetSetData( wxMacDataItemBrowserControl *owner , DataBrowserPropertyID property, DataBrowserItemDataRef itemData, bool changeValue ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_encoder_slave.h73 struct drm_property *property,

Completed in 294 milliseconds

12345678