Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc3/
Dcore.c1640 struct device_node *np_phy; in dwc3_get_extcon() local
1663 np_phy = of_parse_phandle(dev->of_node, "phys", 0); in dwc3_get_extcon()
1664 if (of_graph_is_present(np_phy)) { in dwc3_get_extcon()
1667 np_conn = of_graph_get_remote_node(np_phy, -1, -1); in dwc3_get_extcon()
1672 of_node_put(np_phy); in dwc3_get_extcon()