Lines Matching refs:usb_phy
171 otg_start_hnp(hcd->usb_phy->otg);
174 hcd->usb_phy->otg->state = OTG_STATE_A_SUSPEND;
212 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2);
213 if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
214 int status = otg_set_host(hcd->usb_phy->otg,
217 hcd->usb_phy->label, status);
219 usb_put_phy(hcd->usb_phy);
417 if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
418 (void) otg_set_host(hcd->usb_phy->otg, 0);
419 usb_put_phy(hcd->usb_phy);