/linux/drivers/usb/host/ |
A D | ehci-omap.c | 50 static const char hcd_name[] = "ehci-omap"; variable 280 .name = hcd_name, 292 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_omap_init()
|
A D | ohci-pci.c | 30 static const char hcd_name[] = "ohci-pci"; variable 290 .name = hcd_name, 309 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_pci_init()
|
A D | ohci-nxp.c | 49 static const char hcd_name[] = "ohci-nxp"; variable 174 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (nxp)\n", hcd_name); in ohci_hcd_nxp_probe() 277 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_nxp_init()
|
A D | ehci-pci.c | 19 static const char hcd_name[] = "ehci-pci"; variable 394 .name = hcd_name, 413 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_pci_init()
|
A D | ehci-npcm7xx.c | 30 static const char hcd_name[] = "npcm7xx-ehci"; variable 194 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_npcm7xx_init()
|
A D | ehci-spear.c | 27 static const char hcd_name[] = "SPEAr-ehci"; variable 170 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_spear_init()
|
A D | ohci-ppc-of.c | 45 .description = hcd_name, 164 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
|
A D | ohci-omap.c | 52 static const char hcd_name[] = "ohci-omap"; variable 294 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_omap_probe() 434 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_omap_init()
|
A D | ehci-ppc-of.c | 26 .description = hcd_name, 208 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
|
A D | ohci-spear.c | 26 static const char hcd_name[] = "SPEAr-ohci"; variable 182 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_spear_init()
|
A D | ohci-sa1111.c | 79 .description = hcd_name, 206 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
|
A D | uhci-pci.c | 258 .description = hcd_name, 301 .name = hcd_name,
|
A D | ehci-atmel.c | 28 static const char hcd_name[] = "ehci-atmel"; variable 242 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_atmel_init()
|
A D | ehci-ps3.c | 58 .description = hcd_name, 150 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
|
A D | ohci-ps3.c | 45 .description = hcd_name, 134 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ohci_probe()
|
A D | isp116x-hcd.c | 83 static const char hcd_name[] = "isp116x-hcd"; variable 1176 isp116x_to_hcd(isp116x)->product_desc, hcd_name, in isp116x_debug_show() 1203 debugfs_create_file(hcd_name, S_IRUGO, usb_debug_root, isp116x, in create_debug_file() 1209 debugfs_remove(debugfs_lookup(hcd_name, usb_debug_root)); in remove_debug_file() 1505 .description = hcd_name, 1584 if (!request_mem_region(addr->start, 2, hcd_name)) { in isp116x_probe() 1593 if (!request_mem_region(data->start, 2, hcd_name)) { in isp116x_probe() 1691 .name = hcd_name,
|
A D | ehci-orion.c | 68 static const char hcd_name[] = "ehci-orion"; variable 364 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_orion_init()
|
A D | ohci-st.c | 43 static const char hcd_name[] = "ohci-st"; variable 327 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
|
A D | ohci-exynos.c | 24 static const char hcd_name[] = "ohci-exynos"; variable 313 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_exynos_init()
|
A D | ehci-exynos.c | 35 static const char hcd_name[] = "ehci-exynos"; variable 350 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_exynos_init()
|
A D | ehci-st.c | 45 static const char hcd_name[] = "ehci-st"; variable 349 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_platform_init()
|
A D | ohci-platform.c | 43 static const char hcd_name[] = "ohci-platform"; variable 345 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
|
A D | ohci-s3c2410.c | 42 static const char hcd_name[] = "ohci-s3c2410"; variable 471 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_s3c2410_init()
|
A D | ehci-grlib.c | 25 .description = hcd_name,
|
/linux/drivers/usb/usbip/ |
A D | vhci.h | 159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function
|