Home
last modified time | relevance | path

Searched refs:of_graph_is_present (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_graph.h41 bool of_graph_is_present(const struct device_node *node);
60 static inline bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() function
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_of.c256 if (!of_graph_is_present(np)) in drm_of_find_panel_or_bridge()
/openbmc/linux/drivers/of/
H A Dproperty.c41 bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() function
55 EXPORT_SYMBOL(of_graph_is_present);
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c281 if (!of_graph_is_present(node)) in of_get_coresight_platform_data()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1677 if (!of_graph_is_present(np)) in samsung_dsim_host_attach()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1821 if (of_graph_is_present(np_phy)) { in dwc3_get_extcon()