Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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
/linux-6.1.9/drivers/gpu/drm/
Ddrm_of.c255 if (!of_graph_is_present(np)) in drm_of_find_panel_or_bridge()
/linux-6.1.9/drivers/of/
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);
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-platform.c97 if (!of_graph_is_present(node)) in of_coresight_get_ports_legacy()
/linux-6.1.9/drivers/usb/dwc3/
Dcore.c1740 if (of_graph_is_present(np_phy)) { in dwc3_get_extcon()