Lines Matching refs:usb_phy
77 otg_start_hnp(hcd->usb_phy->otg);
80 hcd->usb_phy->otg->state = OTG_STATE_A_SUSPEND;
111 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2);
112 if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
113 int status = otg_set_host(hcd->usb_phy->otg,
116 hcd->usb_phy->label, status);
118 usb_put_phy(hcd->usb_phy);
332 if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
333 (void) otg_set_host(hcd->usb_phy->otg, 0);
334 usb_put_phy(hcd->usb_phy);