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()
1292 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1293 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()
2116 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_udc_stop()
2117 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
2321 udc->transceiver in proc_udc_show()
2322 ? udc->transceiver->label in proc_udc_show()
2649 udc->transceiver = xceiv; in omap_udc_setup()
2975 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_remove()
2976 usb_put_phy(udc->transceiver); in omap_udc_remove()
2977 udc->transceiver = NULL; in omap_udc_remove()