Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dcore.c1697 struct device_node *np_phy; in dwc3_get_extcon() local
1730 np_phy = of_parse_phandle(dev->of_node, "phys", 0); in dwc3_get_extcon()
1731 if (of_graph_is_present(np_phy)) { in dwc3_get_extcon()
1734 np_conn = of_graph_get_remote_node(np_phy, -1, -1); in dwc3_get_extcon()
1739 of_node_put(np_phy); in dwc3_get_extcon()