Lines Matching refs:transceiver
1561 put_on &= ((udc->vbus_sensed) || (IS_ERR_OR_NULL(udc->transceiver))); in should_enable_udc()
1582 put_off |= ((!udc->vbus_sensed) && (!IS_ERR_OR_NULL(udc->transceiver))); in should_disable_udc()
1653 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa_udc_vbus_draw()
1654 return usb_phy_set_power(udc->transceiver, mA); in pxa_udc_vbus_draw()
1802 if (!IS_ERR_OR_NULL(udc->transceiver)) { in pxa27x_udc_start()
1803 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1856 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa27x_udc_stop()
1857 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
2438 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
2495 usb_put_phy(udc->transceiver); in pxa_udc_remove()
2497 udc->transceiver = NULL; in pxa_udc_remove()