Home
last modified time | relevance | path

Searched refs:otg_set_peripheral (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/usb/
A Dotg.h96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
/linux/drivers/usb/renesas_usbhs/
A Dmod_gadget.c962 ret = otg_set_peripheral(gpriv->transceiver->otg, in usbhsg_gadget_start()
988 otg_set_peripheral(gpriv->transceiver->otg, NULL); in usbhsg_gadget_stop()
/linux/drivers/usb/gadget/udc/
A Ds3c-hsudc.c1128 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start()
1176 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
A Dpxa27x_udc.c1755 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1805 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
A Dpxa25x_udc.c1478 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start()
1554 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
A Dfsl_udc_core.c1956 retval = otg_set_peripheral( in fsl_udc_start()
1983 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
A Domap_udc.c2075 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2114 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
A Dtegra-xudc.c2104 otg_set_peripheral(xudc->usbphy[i]->otg, gadget); in tegra_xudc_gadget_start()
2129 otg_set_peripheral(xudc->usbphy[i]->otg, NULL); in tegra_xudc_gadget_stop()
A Dmv_udc_core.c1370 retval = otg_set_peripheral(udc->transceiver->otg, in mv_udc_start()
/linux/drivers/usb/musb/
A Dmusb_gadget.c1851 otg_set_peripheral(otg, &musb->g); in musb_gadget_start()
1899 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
/linux/drivers/usb/dwc2/
A Dgadget.c4559 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start()
4612 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()

Completed in 56 milliseconds