/openbmc/linux/drivers/usb/host/ |
H A D | ohci-ppc-of.c | 43 .description = hcd_name, 162 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
|
H A D | ehci-ppc-of.c | 26 .description = hcd_name, 209 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
|
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 | ehci-omap.c | 50 static const char hcd_name[] = "ehci-omap"; variable 272 .name = hcd_name,
|
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 290 .name = hcd_name,
|
H A D | ohci-nxp.c | 49 static const char hcd_name[] = "ohci-nxp"; variable 175 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (nxp)\n", hcd_name); in ohci_hcd_nxp_probe()
|
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 | isp116x-hcd.c | 83 static const char hcd_name[] = "isp116x-hcd"; variable 1175 isp116x_to_hcd(isp116x)->product_desc, hcd_name, in isp116x_debug_show() 1202 debugfs_create_file(hcd_name, S_IRUGO, usb_debug_root, isp116x, in create_debug_file() 1208 debugfs_lookup_and_remove(hcd_name, usb_debug_root); in remove_debug_file() 1504 .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,
|
H A D | ohci-omap.c | 51 static const char hcd_name[] = "ohci-omap"; variable 270 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_omap_probe()
|
H A D | ehci-grlib.c | 25 .description = hcd_name,
|
H A D | ehci-xilinx-of.c | 61 .description = hcd_name,
|
H A D | uhci-grlib.c | 60 .description = hcd_name,
|
H A D | ehci-sh.c | 27 .description = hcd_name,
|
H A D | uhci-platform.c | 38 .description = hcd_name,
|
H A D | ohci-sm501.c | 44 .description = hcd_name,
|
H A D | ehci-hcd.c | 60 static const char hcd_name [] = "ehci_hcd"; variable 1241 .description = hcd_name, 1365 hcd_name, in ehci_hcd_init()
|
H A D | ohci-hcd.c | 74 static const char hcd_name [] = "ohci_hcd"; variable 1192 .description = hcd_name, 1282 pr_debug ("%s: block sizes: ed %zd td %zd\n", hcd_name, in ohci_hcd_mod_init()
|
H A D | sl811-hcd.c | 74 static const char hcd_name[] = "sl811-hcd"; variable 1393 hcd_name, DRIVER_VERSION, in sl811h_debug_show() 1548 .description = hcd_name, 1792 .name = hcd_name,
|
H A D | xhci-pci.c | 82 static const char hcd_name[] = "xhci_hcd"; variable 997 .name = hcd_name,
|
H A D | r8a66597-hcd.c | 39 static const char hcd_name[] = "r8a66597_hcd"; variable 2305 .description = hcd_name, 2442 hcd = usb_create_hcd(&r8a66597_hc_driver, &pdev->dev, (char *)hcd_name); in r8a66597_probe() 2515 .name = hcd_name,
|
/openbmc/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 | 1203 id = hcd_name_to_id(hcd_name(hcd)); in vhci_start() 1205 pr_err("invalid vhci name %s\n", hcd_name(hcd)); in vhci_start() 1222 pr_info("created sysfs %s\n", hcd_name(hcd)); in vhci_start() 1236 id = hcd_name_to_id(hcd_name(hcd)); in vhci_stop()
|