Home
last modified time | relevance | path

Searched refs:of_property_read_string (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/drivers/of/
Dof_net.c46 err = of_property_read_string(np, "phy-mode", &pm); in of_get_phy_mode()
Dbase.c703 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/
Dof.h214 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/
Dsetup.c201 if (of_property_read_string(node, "model", &c6x_soc_name)) in get_cpuinfo()
/linux-3.3/drivers/dma/
Dimx-sdma.c1398 ret = of_property_read_string(np, "fsl,sdma-ram-script-name", in sdma_probe()