Home
last modified time | relevance | path

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

/include/linux/
Dof.h334 extern int of_property_read_string(const struct device_node *np,
686 static inline int of_property_read_string(const struct device_node *np, in of_property_read_string() function
/include/linux/mtd/
Dmtd.h466 of_property_read_string(np, "label", &mtd->name); in mtd_set_of_node()