Lines Matching refs:transceiver
1155 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_wakeup()
1156 retval = otg_start_srp(udc->transceiver->otg); in omap_wakeup()
1288 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1289 return usb_phy_set_power(udc->transceiver, mA); in omap_vbus_draw()
1738 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1743 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1783 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1785 udc->transceiver, 1); in devstate_irq()
1788 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1790 udc->transceiver, 0); in devstate_irq()
2073 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_start()
2074 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2112 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_udc_stop()
2113 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
2317 udc->transceiver in proc_udc_show()
2318 ? udc->transceiver->label in proc_udc_show()
2630 udc->transceiver = xceiv; in omap_udc_setup()
2956 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_remove()
2957 usb_put_phy(udc->transceiver); in omap_udc_remove()
2958 udc->transceiver = NULL; in omap_udc_remove()