Home
last modified time | relevance | path

Searched refs:gxio_usb_host_init (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/tile/gxio/
Dusb_host.c29 int gxio_usb_host_init(gxio_usb_host_context_t *context, int usb_index, in gxio_usb_host_init() function
64 EXPORT_SYMBOL_GPL(gxio_usb_host_init);
/linux-4.1.27/arch/tile/include/gxio/
Dusb_host.h56 extern int gxio_usb_host_init(gxio_usb_host_context_t *context, int usb_index,
/linux-4.1.27/drivers/usb/host/
Dohci-tilegx.c110 if (gxio_usb_host_init(&pdata->usb_ctx, pdata->dev_index, 0) != 0) in ohci_hcd_tilegx_drv_probe()
Dehci-tilegx.c116 if (gxio_usb_host_init(&pdata->usb_ctx, pdata->dev_index, 1) != 0) in ehci_hcd_tilegx_drv_probe()