Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 158) sorted by relevance

1234567

/linux-3.3/scripts/kconfig/
Dsymbol.c40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local
99 struct property *prop; in sym_get_choice_prop() local
108 struct property *prop; in sym_get_env_prop() local
117 struct property *prop; in sym_get_default_prop() local
129 struct property *prop; in sym_get_range_prop() local
157 struct property *prop; in sym_validate_range() local
190 struct property *prop; in sym_calc_visibility() local
237 struct property *prop; in sym_choice_default() local
263 struct property *prop; in sym_calc_choice() local
288 struct property *prop; in sym_calc_value() local
[all …]
Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local
187 struct property *prop; in menu_add_option() local
214 struct property *prop; in sym_check_prop() local
266 struct property *prop; in menu_finalize() local
510 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str()
544 struct property *prop; in get_symbol_str() local
Dzconf.y507 struct property *prop; variable
609 struct property *prop; in print_symbol() local
690 struct property *prop; in zconfdump() local
/linux-3.3/arch/sparc/kernel/
Dprom_64.c116 struct property *prop; in sun4u_path_component() local
151 struct property *prop; in sbus_path_component() local
168 struct property *prop; in pci_path_component() local
193 struct property *prop; in upa_path_component() local
214 struct property *prop; in vdev_path_component() local
230 struct property *prop; in ebus_path_component() local
247 struct property *prop; in i2c_path_component() local
266 struct property *prop; in usb_path_component() local
287 struct property *prop; in ieee1394_path_component() local
Dprom_32.c80 struct property *prop; in sbus_path_component() local
97 struct property *prop; in pci_path_component() local
122 struct property *prop; in ebus_path_component() local
140 struct property *prop; in ambapp_path_component() local
Dprom_common.c41 struct property *prop; in of_getintprop_default() local
71 struct property *prop = *prevp; in of_set_property() local
/linux-3.3/scripts/dtc/
Dchecks.c117 struct property *prop; in check_nodes_props() local
182 struct property *prop; in check_is_string() local
199 struct property *prop; in check_is_cell() local
235 struct property *prop, *prop2; in check_duplicate_property_names() local
271 struct node *node, struct property *prop) in check_property_name_chars()
282 #define DESCLABEL_ARGS(node,prop,mark) \ argument
290 struct property *prop, struct marker *mark) in check_duplicate_label()
323 struct node *node, struct property *prop) in check_duplicate_label_prop()
338 struct node *node, struct property *prop) in check_explicit_phandles()
399 struct property **pp, *prop = NULL; in check_name_properties() local
[all …]
Dlivetree.c178 void add_property(struct node *node, struct property *prop) in add_property()
271 struct property *prop; in get_property() local
280 cell_t propval_cell(struct property *prop) in propval_cell()
289 struct property *prop; in get_property_by_label() local
313 struct node **node, struct property **prop) in get_marker_label()
536 struct property *prop, **tbl; in sort_properties() local
/linux-3.3/arch/sparc/prom/
Dtree_32.c89 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
109 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
129 int prom_getint(phandle node, char *prop) in prom_getint()
155 int prom_getbool(phandle node, char *prop) in prom_getbool()
169 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
206 char *prop; in __prom_nextprop() local
Dtree_64.c92 inline int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
116 inline int prom_getproperty(phandle node, const char *prop, in prom_getproperty()
144 inline int prom_getint(phandle node, const char *prop) in prom_getint()
172 int prom_getbool(phandle node, const char *prop) in prom_getbool()
187 void prom_getstring(phandle node, const char *prop, char *user_buf, in prom_getstring()
310 int prom_node_has_property(phandle node, const char *prop) in prom_node_has_property()
/linux-3.3/arch/powerpc/sysdev/
Dfsl_soc.c62 const u32 *prop = of_get_property(soc, "#address-cells", &size); in get_immrbase() local
86 const u32 *prop; in fsl_get_sys_freq() local
115 const unsigned int *prop; in get_brgfreq() local
168 const unsigned int *prop = of_get_property(node, in get_baudrate() local
Dmv64x60_dev.c94 const unsigned int *prop; in mv64x60_mpsc_device_setup() local
237 const int *prop; in mv64x60_eth_device_setup() local
331 const unsigned int *prop; in mv64x60_i2c_device_setup() local
387 const unsigned int *prop; in mv64x60_wdt_device_setup() local
501 const char *prop; in mv64x60_add_mpsc_console() local
Dppc4xx_soc.c82 const u32 *prop; in ppc4xx_l2c_probe() local
201 const u32 *prop; in ppc4xx_reset_system() local
/linux-3.3/arch/powerpc/platforms/83xx/
Dusb.c33 const void *prop, *dr_mode; in mpc834x_usb_cfg() local
109 const void *prop; in mpc831x_usb_cfg() local
221 const void *prop; in mpc837x_usb_cfg() local
/linux-3.3/arch/powerpc/sysdev/qe_lib/
Dqe.c74 const u32 *prop; in get_qe_base() local
171 const u32 *prop; in qe_get_brg_clk() local
520 struct property *prop; in qe_get_firmware_info() local
595 const u32 *prop; in qe_get_num_of_risc() local
623 const u32 *prop; in qe_get_num_of_snums() local
/linux-3.3/drivers/of/
Dbase.c122 struct property *prop = node->properties; in of_node_release() local
642 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_u32_array() local
675 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_u64() local
706 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() local
739 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_index() local
779 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_strings() local
948 int prom_add_property(struct device_node *np, struct property *prop) in prom_add_property()
984 int prom_remove_property(struct device_node *np, struct property *prop) in prom_remove_property()
Dof_spi.c27 const __be32 *prop; in of_register_spi_devices() local
/linux-3.3/drivers/gpu/drm/i915/
Dintel_modes.c97 struct drm_property *prop; in intel_attach_force_audio_property() local
126 struct drm_property *prop; in intel_attach_broadcast_rgb_property() local
/linux-3.3/arch/powerpc/platforms/pseries/
Ddlpar.c36 void dlpar_free_cc_property(struct property *prop) in dlpar_free_cc_property()
45 struct property *prop; in dlpar_parse_cc_property() local
92 struct property *prop; in dlpar_free_one_cc_node() local
292 struct property *prop = dn->properties; in dlpar_detach_node() local
Dreconfig.c196 static void release_prop_list(const struct property *prop) in release_prop_list()
305 struct property *prop = NULL; in do_add_node() local
381 struct property *prop = NULL; in do_add_property() local
408 struct property *prop; in do_remove_property() local
/linux-3.3/arch/powerpc/kernel/
Dmachine_kexec.c212 struct property *prop; in export_crashk_values() local
234 struct property *prop; in kexec_setup() local
/linux-3.3/fs/openpromfs/
Dinode.c32 struct property *prop; member
67 struct property *prop = f->private; in property_show() local
183 struct property *prop; in openpromfs_lookup() local
269 struct property *prop; in openpromfs_readdir() local
/linux-3.3/drivers/power/
Dapm_power.c17 #define PSY_PROP(psy, prop, val) (psy->get_property(psy, \ argument
20 #define _MPSY_PROP(prop, val) (main_battery->get_property(main_battery, \ argument
23 #define MPSY_PROP(prop, val) _MPSY_PROP(POWER_SUPPLY_PROP_##prop, val) argument
/linux-3.3/arch/arm/boot/compressed/
Dofw-shark.c132 OF_getproplen(ofw_handle_t openfirmware, int handle, char *prop) in OF_getproplen()
161 OF_getprop(ofw_handle_t openfirmware, int handle, char *prop, void *buf, unsigned int buflen) in OF_getprop()
/linux-3.3/fs/proc/
Dproc_devtree.c87 void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop) in proc_device_tree_add_prop()
93 struct property *prop) in proc_device_tree_remove_prop()

1234567