Home
last modified time | relevance | path

Searched refs:usb_create_hcd (Results 1 – 25 of 59) sorted by relevance

123

/linux-2.6.39/drivers/usb/host/
Dohci-sh.c103 hcd = usb_create_hcd(&ohci_sh_hc_driver, &pdev->dev, (char *)hcd_name); in ohci_hcd_sh_probe()
Dohci-cns3xxx.c92 hcd = usb_create_hcd(driver, dev, dev_name(dev)); in cns3xxx_ohci_probe()
Dohci-omap3.c164 hcd = usb_create_hcd(&ohci_omap3_hc_driver, dev, in ohci_hcd_omap3_probe()
Dohci-ppc-soc.c55 hcd = usb_create_hcd(driver, &pdev->dev, "PPC-SOC USB"); in usb_hcd_ppc_soc_probe()
Dehci-vt8500.c101 hcd = usb_create_hcd(&vt8500_ehci_hc_driver, &pdev->dev, "VT8500"); in vt8500_ehci_drv_probe()
Dohci-pnx8550.c85 hcd = usb_create_hcd (driver, &dev->dev, "pnx8550"); in usb_hcd_pnx8550_probe()
Dehci-cns3xxx.c98 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in cns3xxx_ehci_probe()
Dehci-ixp4xx.c88 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ixp4xx_ehci_probe()
Dehci-w90x900.c37 hcd = usb_create_hcd(driver, &pdev->dev, "w90x900 EHCI"); in usb_w90x900_probe()
Dehci-octeon.c122 hcd = usb_create_hcd(&ehci_octeon_hc_driver, &pdev->dev, "octeon"); in ehci_octeon_drv_probe()
Dohci-sa1111.c130 hcd = usb_create_hcd (driver, &dev->dev, "sa1111"); in usb_hcd_sa1111_probe()
Dohci-octeon.c133 hcd = usb_create_hcd(&ohci_octeon_hc_driver, &pdev->dev, "octeon"); in ohci_octeon_drv_probe()
Dehci-msm.c132 hcd = usb_create_hcd(&msm_hc_driver, &pdev->dev, dev_name(&pdev->dev)); in ehci_msm_probe()
Dehci-xilinx-of.c171 hcd = usb_create_hcd(&ehci_xilinx_of_hc_driver, &op->dev, in ehci_hcd_xilinx_of_probe()
Dohci-ep93xx.c54 hcd = usb_create_hcd(driver, &pdev->dev, "ep93xx"); in usb_hcd_ep93xx_probe()
Dohci-ppc-of.c108 hcd = usb_create_hcd(&ohci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ohci_hcd_ppc_of_probe()
Dehci-spear.c126 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ehci_hcd_drv_probe()
Dehci-atmel.c140 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ehci_atmel_drv_probe()
Dehci-omap.c152 hcd = usb_create_hcd(&ehci_omap_hc_driver, dev, in ehci_hcd_omap_probe()
Dehci-sh.c128 hcd = usb_create_hcd(&ehci_sh_hc_driver, &pdev->dev, in ehci_hcd_sh_probe()
Dohci-au1xxx.c197 hcd = usb_create_hcd(&ohci_au1xxx_hc_driver, &pdev->dev, "au1xxx"); in ohci_hcd_au1xxx_drv_probe()
Dohci-sm501.c145 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in ohci_hcd_sm501_drv_probe()
Dohci-spear.c123 hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); in spear_ohci_hcd_drv_probe()
Dehci-ppc-of.c128 hcd = usb_create_hcd(&ehci_ppc_of_hc_driver, &op->dev, "PPC-OF USB"); in ehci_hcd_ppc_of_probe()
Dohci-ssb.c159 hcd = usb_create_hcd(&ssb_ohci_hc_driver, dev->dev, in ssb_ohci_attach()

123