Searched refs:usb_create_hcd (Results 1 – 25 of 59) sorted by relevance
123
/linux-2.6.39/drivers/usb/host/ |
D | ohci-sh.c | 103 hcd = usb_create_hcd(&ohci_sh_hc_driver, &pdev->dev, (char *)hcd_name); in ohci_hcd_sh_probe()
|
D | ohci-cns3xxx.c | 92 hcd = usb_create_hcd(driver, dev, dev_name(dev)); in cns3xxx_ohci_probe()
|
D | ohci-omap3.c | 164 hcd = usb_create_hcd(&ohci_omap3_hc_driver, dev, in ohci_hcd_omap3_probe()
|
D | ohci-ppc-soc.c | 55 hcd = usb_create_hcd(driver, &pdev->dev, "PPC-SOC USB"); in usb_hcd_ppc_soc_probe()
|
D | ehci-vt8500.c | 101 hcd = usb_create_hcd(&vt8500_ehci_hc_driver, &pdev->dev, "VT8500"); in vt8500_ehci_drv_probe()
|
D | ohci-pnx8550.c | 85 hcd = usb_create_hcd (driver, &dev->dev, "pnx8550"); in usb_hcd_pnx8550_probe()
|
D | ehci-cns3xxx.c | 98 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in cns3xxx_ehci_probe()
|
D | ehci-ixp4xx.c | 88 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ixp4xx_ehci_probe()
|
D | ehci-w90x900.c | 37 hcd = usb_create_hcd(driver, &pdev->dev, "w90x900 EHCI"); in usb_w90x900_probe()
|
D | ehci-octeon.c | 122 hcd = usb_create_hcd(&ehci_octeon_hc_driver, &pdev->dev, "octeon"); in ehci_octeon_drv_probe()
|
D | ohci-sa1111.c | 130 hcd = usb_create_hcd (driver, &dev->dev, "sa1111"); in usb_hcd_sa1111_probe()
|
D | ohci-octeon.c | 133 hcd = usb_create_hcd(&ohci_octeon_hc_driver, &pdev->dev, "octeon"); in ohci_octeon_drv_probe()
|
D | ehci-msm.c | 132 hcd = usb_create_hcd(&msm_hc_driver, &pdev->dev, dev_name(&pdev->dev)); in ehci_msm_probe()
|
D | ehci-xilinx-of.c | 171 hcd = usb_create_hcd(&ehci_xilinx_of_hc_driver, &op->dev, in ehci_hcd_xilinx_of_probe()
|
D | ohci-ep93xx.c | 54 hcd = usb_create_hcd(driver, &pdev->dev, "ep93xx"); in usb_hcd_ep93xx_probe()
|
D | ohci-ppc-of.c | 108 hcd = usb_create_hcd(&ohci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ohci_hcd_ppc_of_probe()
|
D | ehci-spear.c | 126 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ehci_hcd_drv_probe()
|
D | ehci-atmel.c | 140 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ehci_atmel_drv_probe()
|
D | ehci-omap.c | 152 hcd = usb_create_hcd(&ehci_omap_hc_driver, dev, in ehci_hcd_omap_probe()
|
D | ehci-sh.c | 128 hcd = usb_create_hcd(&ehci_sh_hc_driver, &pdev->dev, in ehci_hcd_sh_probe()
|
D | ohci-au1xxx.c | 197 hcd = usb_create_hcd(&ohci_au1xxx_hc_driver, &pdev->dev, "au1xxx"); in ohci_hcd_au1xxx_drv_probe()
|
D | ohci-sm501.c | 145 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ohci_hcd_sm501_drv_probe()
|
D | ohci-spear.c | 123 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ohci_hcd_drv_probe()
|
D | ehci-ppc-of.c | 128 hcd = usb_create_hcd(&ehci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ehci_hcd_ppc_of_probe()
|
D | ohci-ssb.c | 159 hcd = usb_create_hcd(&ssb_ohci_hc_driver, dev->dev, in ssb_ohci_attach()
|
123