Searched refs:otg_set_peripheral (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | otg.h | 96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() function
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | pxa27x_udc.c | 1768 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 D | fsl_udc_core.c | 1957 retval = otg_set_peripheral( in fsl_udc_start() 1984 otg_set_peripheral(udc_controller->transceiver->otg, NULL); in fsl_udc_stop()
|
| H A D | omap_udc.c | 2070 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 D | tegra-xudc.c | 2120 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 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/drivers/usb/musb/ |
| H A D | musb_gadget.c | 1847 otg_set_peripheral(musb->xceiv->otg, &musb->g); in musb_gadget_start() 1899 otg_set_peripheral(musb->xceiv->otg, NULL); in musb_gadget_stop()
|