Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/usb/core/
Dof.c84 if (of_graph_is_present(np)) in usb_of_has_devices_or_graph()
128 if (of_graph_is_present(np)) { in usb_of_get_connect_type()
/linux-6.14.4/include/linux/
Dof_graph.h66 bool of_graph_is_present(const struct device_node *node);
90 static inline bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() function
/linux-6.14.4/drivers/gpu/drm/
Ddrm_of.c256 if (!of_graph_is_present(np)) in drm_of_find_panel_or_bridge()
/linux-6.14.4/drivers/of/
Dproperty.c67 bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() function
78 EXPORT_SYMBOL(of_graph_is_present);
/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-platform.c302 if (!of_graph_is_present(node)) in of_get_coresight_platform_data()
/linux-6.14.4/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c1080 if (of_graph_is_present(phandle)) { in mtk_drm_probe()
/linux-6.14.4/drivers/gpu/drm/bridge/
Dsamsung-dsim.c1732 if (!of_graph_is_present(np)) in samsung_dsim_host_attach()
/linux-6.14.4/drivers/usb/dwc3/
Dcore.c2000 if (of_graph_is_present(np_phy)) { in dwc3_get_extcon()