Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dotg.h96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
/linux/drivers/usb/renesas_usbhs/
H 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/fotg210/
H A Dfotg210-udc.c1020 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/drivers/usb/musb/
H A Dmusb_gadget.c1849 otg_set_peripheral(musb->xceiv->otg, &musb->g); in musb_gadget_start()
1902 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c1477 retval = otg_set_peripheral(dev->transceiver->otg, in pxa25x_udc_start()
1553 (void) otg_set_peripheral(dev->transceiver->otg, NULL); in pxa25x_udc_stop()
H A Domap_udc.c2074 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2113 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
H A Dtegra-xudc.c2127 otg_set_peripheral(xudc->usbphy[i]->otg, gadget); in tegra_xudc_gadget_start()
2152 otg_set_peripheral(xudc->usbphy[i]->otg, NULL); in tegra_xudc_gadget_stop()
/linux/drivers/usb/dwc2/
H A Dgadget.c4571 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in dwc2_hsotg_udc_start()
4631 otg_set_peripheral(hsotg->uphy->otg, NULL); in dwc2_hsotg_udc_stop()