Searched refs:otg_set_peripheral (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | otg.h | 98 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_gadget.c | 962 ret = otg_set_peripheral(gpriv->transceiver->otg, in usbhsg_gadget_start() 988 otg_set_peripheral(gpriv->transceiver->otg, NULL); in usbhsg_gadget_stop()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | s3c-hsudc.c | 1128 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start() 1176 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
|
| H A D | pxa27x_udc.c | 1756 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start() 1806 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
|
| H A D | pxa25x_udc.c | 1478 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start() 1554 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
|
| H A D | fsl_udc_core.c | 1959 retval = otg_set_peripheral( in fsl_udc_start() 1986 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
|
| H A D | omap_udc.c | 2075 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start() 2114 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
|
| H A D | tegra-xudc.c | 2106 otg_set_peripheral(xudc->usbphy[i]->otg, gadget); in tegra_xudc_gadget_start() 2131 otg_set_peripheral(xudc->usbphy[i]->otg, NULL); in tegra_xudc_gadget_stop()
|
| H A D | mv_udc_core.c | 1370 retval = otg_set_peripheral(udc->transceiver->otg, in mv_udc_start()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 1989 otg_set_peripheral(otg, &musb->g); in musb_gadget_start() 2109 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_gadget.c | 1854 otg_set_peripheral(otg, &musb->g); in musb_gadget_start() 1902 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | gadget.c | 4576 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start() 4629 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()
|