Searched refs:otg_set_peripheral (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/usb/ |
A D | otg.h | 96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
|
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
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()
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-udc.c | 1020 ret = otg_set_peripheral(fotg210->phy->otg, in fotg210_udc_start() 1082 return otg_set_peripheral(fotg210->phy->otg, NULL); in fotg210_udc_stop()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
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()
|
A D | pxa25x_udc.c | 1477 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start() 1553 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
|
A D | fsl_udc_core.c | 1958 retval = otg_set_peripheral( in fsl_udc_start() 1985 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
|
A D | omap_udc.c | 2074 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start() 2113 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
|
A D | tegra-xudc.c | 2119 otg_set_peripheral(xudc->usbphy[i]->otg, gadget); in tegra_xudc_gadget_start() 2144 otg_set_peripheral(xudc->usbphy[i]->otg, NULL); in tegra_xudc_gadget_stop()
|
A D | mv_udc_core.c | 1371 retval = otg_set_peripheral(udc->transceiver->otg, in mv_udc_start()
|
/linux-6.3-rc2/drivers/usb/musb/ |
A D | musb_gadget.c | 1854 otg_set_peripheral(musb->xceiv->otg, &musb->g); in musb_gadget_start() 1907 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | gadget.c | 4560 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start() 4613 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()
|
Completed in 52 milliseconds