Searched refs:__usb_create_hcd (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/host/ |
A D | xhci-plat.c | 248 hcd = __usb_create_hcd(driver, sysdev, &pdev->dev, in xhci_plat_probe() 304 xhci->shared_hcd = __usb_create_hcd(driver, sysdev, &pdev->dev, in xhci_plat_probe()
|
A D | ehci-fsl.c | 88 hcd = __usb_create_hcd(&fsl_ehci_hc_driver, pdev->dev.parent, in fsl_ehci_drv_probe()
|
/linux/drivers/usb/core/ |
A D | hcd.c | 2549 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver, in __usb_create_hcd() function 2608 EXPORT_SYMBOL_GPL(__usb_create_hcd); 2631 return __usb_create_hcd(driver, dev, dev, bus_name, primary_hcd); in usb_create_shared_hcd() 2653 return __usb_create_hcd(driver, dev, dev, bus_name, NULL); in usb_create_hcd()
|
/linux/drivers/usb/chipidea/ |
A D | host.c | 123 hcd = __usb_create_hcd(&ci_ehci_hc_driver, ci->dev->parent, in host_start()
|
/linux/include/linux/usb/ |
A D | hcd.h | 460 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver,
|
/linux/ |
A D | vmlinux.symvers | 7343 0x00000000 __usb_create_hcd vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 40643 ffff800010adf250 T __usb_create_hcd
|
A D | .tmp_System.map | 40643 ffff800010adf250 T __usb_create_hcd
|
Completed in 311 milliseconds