Searched refs:hcd_name (Results 1 - 25 of 58) sorted by relevance

123

/drivers/usb/host/
H A Dehci-w90x900.c32 static const char hcd_name[] = "ehci-w90x900 "; variable
138 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-omap3.c46 static const char hcd_name[] = "ohci-omap3"; variable
195 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-atmel.c29 static const char hcd_name[] = "ehci-atmel"; variable
208 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-msm.c43 static const char hcd_name[] = "ehci-msm"; variable
218 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-ppc-of.c25 .description = hcd_name,
207 0x4, hcd_name))
H A Dehci-spear.c30 static const char hcd_name[] = "SPEAr-ehci"; variable
179 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-ppc-of.c44 .description = hcd_name,
163 if (!request_mem_region(res.start, 0x4, hcd_name)) {
H A Dohci-sa1111.c80 .description = hcd_name,
201 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) {
H A Dohci-spear.c29 static const char hcd_name[] = "SPEAr-ohci"; variable
193 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Duhci-pci.c253 .description = hcd_name,
292 .name = (char *)hcd_name,
H A Dehci-omap.c65 static const char hcd_name[] = "ehci-omap"; variable
296 .name = hcd_name,
308 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-pci.c32 static const char hcd_name[] = "ehci-pci"; variable
370 .name = (char *) hcd_name,
389 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-nxp.c71 static const char hcd_name[] = "ohci-nxp"; variable
188 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (nxp)\n", hcd_name);
337 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-pci.c29 static const char hcd_name[] = "ohci-pci"; variable
274 .name = (char *) hcd_name,
293 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-omap.c78 static const char hcd_name[] = "ohci-omap"; variable
348 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) {
499 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-grlib.c38 .description = hcd_name,
H A Dehci-octeon.c46 .description = hcd_name,
H A Dehci-sead3.c50 .description = hcd_name,
H A Dohci-octeon.c67 .description = hcd_name,
H A Duhci-platform.c35 .description = hcd_name,
H A Dehci-mxc.c36 static const char hcd_name[] = "ehci-mxc"; variable
217 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-orion.c53 static const char hcd_name[] = "ehci-orion"; variable
334 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dehci-ps3.c70 .description = hcd_name,
160 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name))
H A Dohci-exynos.c29 static const char hcd_name[] = "ohci-exynos"; variable
305 pr_info("%s: " DRIVER_DESC "\n", hcd_name);
H A Dohci-ps3.c57 .description = hcd_name,
144 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name))

Completed in 272 milliseconds

123