Searched refs:otg_set_peripheral (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/linux/usb/ |
D | otg.h | 96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
|
/Linux-v5.4/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 956 ret = otg_set_peripheral(gpriv->transceiver->otg, in usbhsg_gadget_start() 982 otg_set_peripheral(gpriv->transceiver->otg, NULL); in usbhsg_gadget_stop()
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 1177 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start() 1223 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
|
D | pxa27x_udc.c | 1758 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start() 1809 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
|
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()
|
D | fsl_udc_core.c | 1962 retval = otg_set_peripheral( in fsl_udc_start() 1989 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
|
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()
|
D | mv_udc_core.c | 1371 retval = otg_set_peripheral(udc->transceiver->otg, in mv_udc_start()
|
/Linux-v5.4/drivers/usb/musb/ |
D | musb_gadget.c | 1850 otg_set_peripheral(otg, &musb->g); in musb_gadget_start() 1898 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
|
/Linux-v5.4/drivers/usb/dwc2/ |
D | gadget.c | 4439 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start() 4492 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()
|