Home
last modified time | relevance | path

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

12

/drivers/usb/host/
Dohci-ppc-of.c41 .description = hcd_name,
116 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_ppc_of_probe()
165 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
Dehci-ppc-of.c40 .description = hcd_name,
133 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ehci_hcd_ppc_of_probe()
236 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
Dohci-sh.c37 .description = hcd_name,
104 hcd = usb_create_hcd(&ohci_sh_hc_driver, &pdev->dev, (char *)hcd_name); in ohci_hcd_sh_probe()
Dohci-lh7a404.c87 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_lh7a404_probe()
162 .description = hcd_name,
Dohci-pnx8550.c91 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_pnx8550_probe()
171 .description = hcd_name,
Dohci-ppc-soc.c61 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_ppc_soc_probe()
142 .description = hcd_name,
Dohci-pnx4008.c215 .description = hcd_name,
305 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (pnx4008)\n", hcd_name); in usb_hcd_pnx4008_probe()
382 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_pnx4008_probe()
Dohci-sa1111.c136 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_sa1111_probe()
201 .description = hcd_name,
Dohci-ep93xx.c62 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_ep93xx_probe()
123 .description = hcd_name,
Dohci-au1xxx.c132 .description = hcd_name,
204 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_au1xxx_drv_probe()
Dohci-ps3.c56 .description = hcd_name,
143 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ohci_probe()
Dehci-ps3.c56 .description = hcd_name,
143 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
Dehci-au1xxx.c73 .description = hcd_name,
147 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ehci_hcd_au1xxx_drv_probe()
Dohci-at91.c130 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_at91_probe()
229 .description = hcd_name,
Disp116x-hcd.c83 static const char hcd_name[] = "isp116x-hcd"; variable
1170 isp116x_to_hcd(isp116x)->product_desc, hcd_name, in isp116x_show_dbg()
1208 isp116x->dentry = debugfs_create_file(hcd_name, in create_debug_file()
1511 .description = hcd_name,
1595 if (!request_mem_region(addr->start, 2, hcd_name)) { in isp116x_probe()
1604 if (!request_mem_region(data->start, 2, hcd_name)) { in isp116x_probe()
1706 .name = (char *)hcd_name,
1718 INFO("driver %s, %s\n", hcd_name, DRIVER_VERSION); in isp116x_init()
Dehci-pci.c368 .description = hcd_name,
427 .name = (char *) hcd_name,
Dohci-s3c2410.c360 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_s3c2410_probe()
435 .description = hcd_name,
Dohci-pci.c422 .description = hcd_name,
482 .name = (char *) hcd_name,
Dohci-omap.c341 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_omap_probe()
446 .description = hcd_name,
Dohci-pxa27x.c317 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in usb_hcd_pxa27x_probe()
418 .description = hcd_name,
Duhci-hcd.c894 static const char hcd_name[] = "uhci_hcd"; variable
897 .description = hcd_name,
936 .name = (char *)hcd_name,
Dehci-hcd.c66 static const char hcd_name [] = "ehci_hcd"; variable
1051 printk(KERN_INFO "%s: " DRIVER_DESC "\n", hcd_name); in ehci_hcd_init()
1059 hcd_name, in ehci_hcd_init()
Dehci-ixp4xx.c42 .description = hcd_name,
Dsl811-hcd.c82 static const char hcd_name[] = "sl811-hcd"; variable
1389 hcd_name, DRIVER_VERSION, in proc_sl811h_show()
1559 .description = hcd_name,
1810 .name = (char *) hcd_name,
1823 INFO("driver %s, %s\n", hcd_name, DRIVER_VERSION); in sl811h_init()
Dohci-hcd.c74 static const char hcd_name [] = "ohci_hcd"; variable
1101 printk(KERN_INFO "%s: " DRIVER_DESC "\n", hcd_name); in ohci_hcd_mod_init()
1102 pr_debug ("%s: block sizes: ed %Zd td %Zd\n", hcd_name, in ohci_hcd_mod_init()

12