Searched defs:propname (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/include/linux/ |
D | of.h | 293 const char *propname, in of_property_read_u32_array() 300 const char *propname, in of_property_read_string() 307 const char *propname, int index, in of_property_read_string_index() 314 const char *propname) in of_property_count_strings() 327 const char *propname, u64 *out_value) in of_property_read_u64() 354 const char *propname, in of_property_read_u32()
|
D | of_gpio.h | 117 const char *propname, int index) in of_get_named_gpio()
|
D | fsl_hypervisor.h | 178 __u64 propname; member
|
/linux-3.3/drivers/of/ |
D | base.c | 639 const char *propname, u32 *out_values, in of_property_read_u32_array() 672 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 703 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string() 736 int of_property_read_string_index(struct device_node *np, const char *propname, in of_property_read_string_index() 777 int of_property_count_strings(struct device_node *np, const char *propname) in of_property_count_strings()
|
D | gpio.c | 34 int of_get_named_gpio_flags(struct device_node *np, const char *propname, in of_get_named_gpio_flags()
|
/linux-3.3/scripts/dtc/ |
D | checks.c | 183 char *propname = c->data; in check_is_string() local 193 #define CHECK_IS_STRING(nm, propname, lvl) \ argument 200 char *propname = c->data; in check_is_cell() local 210 #define CHECK_IS_CELL(nm, propname, lvl) \ argument
|
D | livetree.c | 269 struct property *get_property(struct node *node, const char *propname) in get_property()
|
/linux-3.3/arch/powerpc/boot/ |
D | ops.h | 147 const char *propname, in find_node_by_prop_value() 158 const char *propname, in find_node_by_prop_value_str()
|
/linux-3.3/arch/powerpc/kernel/ |
D | cacheinfo.c | 197 const char *propname; in cache_size() local 230 const char *propname; in cache_get_line_size() local 247 const char *propname; in cache_nr_sets() local
|
/linux-3.3/scripts/dtc/libfdt/ |
D | fdt_ro.c | 379 const char *propname, in fdt_node_offset_by_prop_value()
|
/linux-3.3/drivers/virt/ |
D | fsl_hypervisor.c | 337 char *path = NULL, *propname = NULL; in ioctl_dtprop() local
|
/linux-3.3/sound/aoa/fabrics/ |
D | layout.c | 759 char propname[32]; in check_codec() local
|
/linux-3.3/sound/soc/ |
D | soc-core.c | 3392 const char *propname) in snd_soc_of_parse_card_name() 3415 const char *propname) in snd_soc_of_parse_audio_routing()
|