/Linux-v4.19/drivers/usb/host/ |
D | ehci-omap.c | 51 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()
|
D | ohci-nxp.c | 52 static const char hcd_name[] = "ohci-nxp"; variable 163 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (nxp)\n", hcd_name); in ohci_hcd_nxp_probe() 266 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_nxp_init()
|
D | ohci-pci.c | 30 static const char hcd_name[] = "ohci-pci"; variable 291 .name = (char *) hcd_name, 310 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_pci_init()
|
D | ehci-w90x900.c | 28 static const char hcd_name[] = "ehci-w90x900 "; variable 114 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_w90X900_init()
|
D | ehci-pci.c | 19 static const char hcd_name[] = "ehci-pci"; variable 387 .name = (char *) hcd_name, 406 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_pci_init()
|
D | ehci-npcm7xx.c | 30 static const char hcd_name[] = "npcm7xx-ehci"; variable 196 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_npcm7xx_init()
|
D | ehci-spear.c | 27 static const char hcd_name[] = "SPEAr-ehci"; variable 172 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_spear_init()
|
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()
|
D | ehci-ppc-of.c | 26 .description = hcd_name, 208 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
|
D | ohci-spear.c | 26 static const char hcd_name[] = "SPEAr-ohci"; variable 185 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_spear_init()
|
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()
|
D | ohci-omap.c | 75 static const char hcd_name[] = "ohci-omap"; variable 345 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_omap_probe() 481 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_omap_init()
|
D | ehci-mxc.c | 23 static const char hcd_name[] = "ehci-mxc"; variable 197 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_mxc_init()
|
D | uhci-pci.c | 258 .description = hcd_name, 297 .name = (char *)hcd_name,
|
D | ehci-atmel.c | 26 static const char hcd_name[] = "ehci-atmel"; variable 237 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_atmel_init()
|
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()
|
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()
|
D | ohci-exynos.c | 24 static const char hcd_name[] = "ohci-exynos"; variable 288 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_exynos_init()
|
D | ehci-orion.c | 68 static const char hcd_name[] = "ehci-orion"; variable 365 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_orion_init()
|
D | ehci-exynos.c | 35 static const char hcd_name[] = "ehci-exynos"; variable 325 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_exynos_init()
|
D | ohci-st.c | 43 static const char hcd_name[] = "ohci-st"; variable 331 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
|
D | ehci-platform.c | 49 static const char hcd_name[] = "ehci-platform"; variable 382 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_platform_init()
|
D | ehci-st.c | 45 static const char hcd_name[] = "ehci-st"; variable 353 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_platform_init()
|
D | ohci-platform.c | 43 static const char hcd_name[] = "ohci-platform"; variable 342 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vhci.h | 159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function
|