np_phy            444 drivers/usb/dwc3/drd.c 	struct device_node *np_phy, *np_conn;
np_phy            465 drivers/usb/dwc3/drd.c 	np_phy = of_parse_phandle(dev->of_node, "phys", 0);
np_phy            466 drivers/usb/dwc3/drd.c 	np_conn = of_graph_get_remote_node(np_phy, -1, -1);
np_phy            474 drivers/usb/dwc3/drd.c 	of_node_put(np_phy);