Lines Matching refs:transceiver
994 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa25x_udc_vbus_draw()
995 return usb_phy_set_power(udc->transceiver, mA); in pxa25x_udc_vbus_draw()
1269 if (!IS_ERR_OR_NULL(dev->transceiver)) { in pxa25x_udc_start()
1270 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start()
1345 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_stop()
1346 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
2170 dev->transceiver = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); in pxa25x_udc_probe()
2234 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_probe()
2235 dev->transceiver = NULL; in pxa25x_udc_probe()
2257 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_remove()
2258 dev->transceiver = NULL; in pxa25x_udc_remove()