Searched refs:of_property_read_string_index (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/include/linux/ |
D | of.h | 217 extern int of_property_read_string_index(struct device_node *np, 306 static inline int of_property_read_string_index(struct device_node *np, in of_property_read_string_index() function
|
/linux-3.3/drivers/of/ |
D | base.c | 736 int of_property_read_string_index(struct device_node *np, const char *propname, in of_property_read_string_index() function 762 EXPORT_SYMBOL_GPL(of_property_read_string_index);
|
D | irq.c | 350 of_property_read_string_index(dev, "interrupt-names", index, in of_irq_to_resource()
|
D | address.c | 580 of_property_read_string_index(dev, "reg-names", index, &name); in of_address_to_resource()
|
/linux-3.3/arch/arm/plat-omap/ |
D | omap_device.c | 362 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
|
/linux-3.3/sound/soc/ |
D | soc-core.c | 3397 ret = of_property_read_string_index(np, propname, 0, &card->name); in snd_soc_of_parse_card_name() 3446 ret = of_property_read_string_index(np, propname, in snd_soc_of_parse_audio_routing() 3454 ret = of_property_read_string_index(np, propname, in snd_soc_of_parse_audio_routing()
|