Home
last modified time | relevance | path

Searched refs:of_get_compatible_child (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dof.h296 extern struct device_node *of_get_compatible_child(const struct device_node *parent,
650 static inline struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
/Linux-v4.19/drivers/of/
Dbase.c758 struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
770 EXPORT_SYMBOL(of_get_compatible_child);
/Linux-v4.19/drivers/mmc/host/
Dmeson-mx-sdio.c527 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()