Lines Matching refs:transceiver
1159 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_wakeup()
1160 retval = otg_start_srp(udc->transceiver->otg); in omap_wakeup()
1291 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1292 return usb_phy_set_power(udc->transceiver, mA); in omap_vbus_draw()
1742 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1747 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1787 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1789 udc->transceiver, 1); in devstate_irq()
1792 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1794 udc->transceiver, 0); in devstate_irq()
2077 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_start()
2078 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2117 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_udc_stop()
2118 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
2322 udc->transceiver in proc_udc_show()
2323 ? udc->transceiver->label in proc_udc_show()
2628 udc->transceiver = xceiv; in omap_udc_setup()
2954 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_remove()
2955 usb_put_phy(udc->transceiver); in omap_udc_remove()
2956 udc->transceiver = NULL; in omap_udc_remove()