Lines Matching refs:the_transceiver
1197 static struct isp1301 *the_transceiver; variable
1219 the_transceiver = NULL; in isp1301_remove()
1267 if (isp != the_transceiver) in isp1301_set_host()
1323 if (isp != the_transceiver) in isp1301_set_peripheral()
1391 if (!the_transceiver) in isp1301_set_power()
1394 enable_vbus_draw(the_transceiver, mA); in isp1301_set_power()
1404 if (isp != the_transceiver || isp->phy.otg->state != OTG_STATE_B_IDLE) in isp1301_start_srp()
1431 if (isp != the_transceiver) in isp1301_start_hnp()
1484 if (the_transceiver) in isp1301_probe()
1579 the_transceiver = isp; in isp1301_probe()
1631 if (the_transceiver) in isp_exit()
1632 usb_remove_phy(&the_transceiver->phy); in isp_exit()