Searched refs:usb_create_hcd (Results 1 – 25 of 55) sorted by relevance
123
/drivers/usb/host/ |
D | ehci-grlib.c | 93 hcd = usb_create_hcd(&ehci_grlib_hc_driver, &op->dev, in ehci_hcd_grlib_probe()
|
D | ehci-xilinx-of.c | 135 hcd = usb_create_hcd(&ehci_xilinx_of_hc_driver, &op->dev, in ehci_hcd_xilinx_of_probe()
|
D | uhci-grlib.c | 110 hcd = usb_create_hcd(&uhci_grlib_hc_driver, &op->dev, in uhci_hcd_grlib_probe()
|
D | ehci-npcm7xx.c | 127 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in npcm7xx_ehci_hcd_drv_probe()
|
D | ehci-spear.c | 90 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ehci_hcd_drv_probe()
|
D | ehci-sh.c | 91 hcd = usb_create_hcd(&ehci_sh_hc_driver, &pdev->dev, in ehci_hcd_sh_probe()
|
D | uhci-platform.c | 87 hcd = usb_create_hcd(&uhci_platform_hc_driver, &pdev->dev, in uhci_hcd_platform_probe()
|
D | ohci-ppc-of.c | 112 hcd = usb_create_hcd(&ohci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ohci_hcd_ppc_of_probe()
|
D | ehci-ppc-of.c | 114 hcd = usb_create_hcd(&ehci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ehci_hcd_ppc_of_probe()
|
D | ohci-spear.c | 66 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ohci_hcd_drv_probe()
|
D | ohci-sa1111.c | 193 hcd = usb_create_hcd(&ohci_sa1111_hc_driver, &dev->dev, "sa1111"); in ohci_hcd_sa1111_probe()
|
D | ehci-omap.c | 136 hcd = usb_create_hcd(&ehci_omap_hc_driver, dev, in ehci_hcd_omap_probe()
|
D | ehci-atmel.c | 115 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ehci_atmel_drv_probe()
|
D | ohci-nxp.c | 198 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ohci_hcd_nxp_probe()
|
D | ohci-sm501.c | 121 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ohci_hcd_sm501_drv_probe()
|
D | ohci-ps3.c | 122 hcd = usb_create_hcd(&ps3_ohci_hc_driver, &dev->core, dev_name(&dev->core)); in ps3_ohci_probe()
|
D | ehci-brcm.c | 150 hcd = usb_create_hcd(&ehci_brcm_hc_driver, dev, dev_name(dev)); in ehci_brcm_probe()
|
D | ehci-ps3.c | 138 hcd = usb_create_hcd(&ps3_ehci_hc_driver, &dev->core, dev_name(&dev->core)); in ps3_ehci_probe()
|
D | ehci-orion.c | 246 hcd = usb_create_hcd(&ehci_orion_hc_driver, in ehci_orion_drv_probe()
|
D | ohci-st.c | 150 hcd = usb_create_hcd(&ohci_platform_hc_driver, &dev->dev, in st_ohci_platform_probe()
|
D | ehci-mv.c | 117 hcd = usb_create_hcd(&ehci_platform_hc_driver, &pdev->dev, dev_name(&pdev->dev)); in mv_ehci_probe()
|
D | ohci-exynos.c | 139 hcd = usb_create_hcd(&exynos_ohci_hc_driver, in exynos_ohci_probe()
|
D | ehci-exynos.c | 171 hcd = usb_create_hcd(&exynos_ehci_hc_driver, in exynos_ehci_probe()
|
/drivers/staging/greybus/ |
D | usb.c | 167 hcd = usb_create_hcd(&usb_gb_hc_driver, dev, dev_name(dev)); in gb_usb_probe()
|
/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 339 hcd = usb_create_hcd(&c67x00_hc_driver, sie_dev(sie), "c67x00_sie"); in c67x00_hcd_probe()
|
123