Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dotg.h95 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c930 ret = otg_set_peripheral(gpriv->transceiver->otg, in usbhsg_gadget_start()
956 otg_set_peripheral(gpriv->transceiver->otg, NULL); in usbhsg_gadget_stop()
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c-hsudc.c1180 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start()
1226 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
Dpxa25x_udc.c1270 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start()
1346 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
Dpxa27x_udc.c1803 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1857 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
Dfsl_udc_core.c1960 retval = otg_set_peripheral( in fsl_udc_start()
1987 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
Domap_udc.c2078 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2117 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
Dmv_udc_core.c1380 retval = otg_set_peripheral(udc->transceiver->otg, in mv_udc_start()
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget.c1905 otg_set_peripheral(otg, &musb->g); in musb_gadget_start()
1954 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c3162 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start()
3212 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()