Home
last modified time | relevance | path

Searched refs:hcd_name (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/usb/host/
A Dehci-omap.c50 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 Dohci-pci.c30 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 Dohci-nxp.c49 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 Dehci-pci.c19 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 Dehci-npcm7xx.c30 static const char hcd_name[] = "npcm7xx-ehci"; variable
194 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_npcm7xx_init()
A Dehci-spear.c27 static const char hcd_name[] = "SPEAr-ehci"; variable
170 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_spear_init()
A Dohci-ppc-of.c45 .description = hcd_name,
164 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
A Dohci-omap.c52 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 Dehci-ppc-of.c26 .description = hcd_name,
208 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
A Dohci-spear.c26 static const char hcd_name[] = "SPEAr-ohci"; variable
182 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_spear_init()
A Dohci-sa1111.c79 .description = hcd_name,
206 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
A Duhci-pci.c258 .description = hcd_name,
301 .name = hcd_name,
A Dehci-atmel.c28 static const char hcd_name[] = "ehci-atmel"; variable
242 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_atmel_init()
A Dehci-ps3.c58 .description = hcd_name,
150 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
A Dohci-ps3.c45 .description = hcd_name,
134 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ohci_probe()
A Disp116x-hcd.c83 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 Dehci-orion.c68 static const char hcd_name[] = "ehci-orion"; variable
364 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_orion_init()
A Dohci-st.c43 static const char hcd_name[] = "ohci-st"; variable
327 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
A Dohci-exynos.c24 static const char hcd_name[] = "ohci-exynos"; variable
313 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_exynos_init()
A Dehci-exynos.c35 static const char hcd_name[] = "ehci-exynos"; variable
350 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_exynos_init()
A Dehci-st.c45 static const char hcd_name[] = "ehci-st"; variable
349 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_platform_init()
A Dohci-platform.c43 static const char hcd_name[] = "ohci-platform"; variable
345 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_platform_init()
A Dohci-s3c2410.c42 static const char hcd_name[] = "ohci-s3c2410"; variable
471 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_s3c2410_init()
A Dehci-grlib.c25 .description = hcd_name,
/linux/drivers/usb/usbip/
A Dvhci.h159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function

Completed in 38 milliseconds

12