Searched refs:hcd_name (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ohci-sa1111.c | 79 .description = hcd_name, 228 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
|
| H A D | uhci-pci.c | 261 .description = hcd_name, 304 .name = hcd_name,
|
| H A D | ohci-pci.c | 30 static const char hcd_name[] = "ohci-pci"; variable 313 .name = hcd_name,
|
| H 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()
|
| H 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()
|
| H A D | ehci-pci.c | 19 static const char hcd_name[] = "ehci-pci"; variable 408 .name = hcd_name,
|
| H A D | ehci-sh.c | 27 .description = hcd_name,
|
| H A D | uhci-platform.c | 39 .description = hcd_name,
|
| H A D | ohci-hcd.c | 74 static const char hcd_name [] = "ohci_hcd"; variable 1193 .description = hcd_name, 1283 pr_debug ("%s: block sizes: ed %zd td %zd\n", hcd_name, in ohci_hcd_mod_init()
|
| H A D | xhci-pci.c | 97 static const char hcd_name[] = "xhci_hcd"; variable 954 .name = hcd_name,
|
| H A D | r8a66597-hcd.c | 39 static const char hcd_name[] = "r8a66597_hcd"; variable 2306 .description = hcd_name, 2443 hcd = usb_create_hcd(&r8a66597_hc_driver, &pdev->dev, (char *)hcd_name); in r8a66597_probe() 2516 .name = hcd_name,
|
| H A D | uhci-hcd.c | 842 static const char hcd_name[] = "uhci_hcd"; variable
|
| H A D | isp1362-hcd.c | 105 static const char hcd_name[] = "isp1362-hcd"; variable 2066 isp1362_hcd_to_hcd(isp1362_hcd)->product_desc, hcd_name, DRIVER_VERSION); in isp1362_show() 2584 .description = hcd_name, 2765 .name = hcd_name,
|
| H A D | ohci-dbg.c | 608 hcd_name); in fill_registers_buffer()
|
| /linux/drivers/usb/usbip/ |
| H A D | vhci.h | 159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function
|
| H A D | vhci_hcd.c | 1227 id = hcd_name_to_id(hcd_name(hcd)); in vhci_start() 1229 dev_err(hcd_dev(hcd), "invalid vhci name %s\n", hcd_name(hcd)); in vhci_start() 1246 dev_info(hcd_dev(hcd), "created sysfs %s\n", hcd_name(hcd)); in vhci_start() 1260 id = hcd_name_to_id(hcd_name(hcd)); in vhci_stop()
|