Home
last modified time | relevance | path

Searched refs:otg_set_peripheral (Results 1 – 7 of 7) 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/gadget/udc/
H A Dpxa27x_udc.c1768 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1785 otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_start()
1824 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
H A Dfsl_udc_core.c1957 retval = otg_set_peripheral( in fsl_udc_start()
1984 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
H A Domap_udc.c2070 status = otg_set_peripheral(udc->transceiver->otg, in omap_udc_start()
2109 (void) otg_set_peripheral(udc->transceiver->otg, NULL); in omap_udc_stop()
H A Dtegra-xudc.c2120 otg_set_peripheral(xudc->usbphy[i]->otg, gadget); in tegra_xudc_gadget_start()
2145 otg_set_peripheral(xudc->usbphy[i]->otg, NULL); in tegra_xudc_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.c1847 otg_set_peripheral(musb->xceiv->otg, &musb->g); in musb_gadget_start()
1899 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()