Searched refs:of_property_read_string (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/drivers/of/ |
D | of_net.c | 46 err = of_property_read_string(np, "phy-mode", &pm); in of_get_phy_mode()
|
D | base.c | 703 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string() function 716 EXPORT_SYMBOL_GPL(of_property_read_string);
|
/linux-3.3/include/linux/ |
D | of.h | 214 extern int of_property_read_string(struct device_node *np, 299 static inline int of_property_read_string(struct device_node *np, in of_property_read_string() function
|
/linux-3.3/arch/c6x/kernel/ |
D | setup.c | 201 if (of_property_read_string(node, "model", &c6x_soc_name)) in get_cpuinfo()
|
/linux-3.3/drivers/dma/ |
D | imx-sdma.c | 1398 ret = of_property_read_string(np, "fsl,sdma-ram-script-name", in sdma_probe()
|