Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc3/
Ddrd.c444 struct device_node *np_phy, *np_conn; in dwc3_get_extcon() local
465 np_phy = of_parse_phandle(dev->of_node, "phys", 0); in dwc3_get_extcon()
466 np_conn = of_graph_get_remote_node(np_phy, -1, -1); in dwc3_get_extcon()
474 of_node_put(np_phy); in dwc3_get_extcon()