Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/usb/host/
Dohci-ppc-of.c42 .description = hcd_name,
161 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
Dehci-ppc-of.c26 .description = hcd_name,
209 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
Dohci-sa1111.c79 .description = hcd_name,
231 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
Dohci-pci.c30 static const char hcd_name[] = "ohci-pci"; variable
290 .name = hcd_name,
Duhci-pci.c258 .description = hcd_name,
301 .name = hcd_name,
Dehci-omap.c50 static const char hcd_name[] = "ehci-omap"; variable
275 .name = hcd_name,
Dohci-nxp.c49 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()
Dohci-ps3.c45 .description = hcd_name,
134 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ohci_probe()
Dehci-ps3.c58 .description = hcd_name,
150 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
Dehci-pci.c19 static const char hcd_name[] = "ehci-pci"; variable
407 .name = hcd_name,
Disp116x-hcd.c83 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_remove(debugfs_lookup(hcd_name, usb_debug_root)); in remove_debug_file()
1504 .description = hcd_name,
1585 if (!request_mem_region(addr->start, 2, hcd_name)) { in isp116x_probe()
1594 if (!request_mem_region(data->start, 2, hcd_name)) { in isp116x_probe()
1692 .name = hcd_name,
Dohci-omap.c51 static const char hcd_name[] = "ohci-omap"; variable
280 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_omap_probe()
Dehci-grlib.c25 .description = hcd_name,
Duhci-grlib.c60 .description = hcd_name,
Dehci-xilinx-of.c61 .description = hcd_name,
Duhci-platform.c38 .description = hcd_name,
Dehci-sh.c27 .description = hcd_name,
Dohci-sm501.c44 .description = hcd_name,
Dxhci-pci.c75 static const char hcd_name[] = "xhci_hcd"; variable
668 .name = hcd_name,
Dehci-hcd.c60 static const char hcd_name [] = "ehci_hcd"; variable
1237 .description = hcd_name,
1361 hcd_name, in ehci_hcd_init()
Dohci-hcd.c74 static const char hcd_name [] = "ohci_hcd"; variable
1184 .description = hcd_name,
1279 pr_debug ("%s: block sizes: ed %zd td %zd\n", hcd_name, in ohci_hcd_mod_init()
Dsl811-hcd.c74 static const char hcd_name[] = "sl811-hcd"; variable
1391 hcd_name, DRIVER_VERSION, in sl811h_debug_show()
1546 .description = hcd_name,
1791 .name = hcd_name,
Dohci-tmio.c148 .description = hcd_name,
/Linux-v6.1/drivers/usb/usbip/
Dvhci.h159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function
Dvhci_hcd.c1200 id = hcd_name_to_id(hcd_name(hcd)); in vhci_start()
1202 pr_err("invalid vhci name %s\n", hcd_name(hcd)); in vhci_start()
1219 pr_info("created sysfs %s\n", hcd_name(hcd)); in vhci_start()
1233 id = hcd_name_to_id(hcd_name(hcd)); in vhci_stop()

12