Home
last modified time | relevance | path

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

12

/linux/drivers/usb/host/
H A Dohci-ppc-of.c43 .description = hcd_name,
162 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
H A Dehci-ppc-of.c26 .description = hcd_name,
209 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
H A Dohci-sa1111.c79 .description = hcd_name,
228 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
H A Dohci-nxp.c49 static const char hcd_name[] = "ohci-nxp"; variable
174 dev_dbg(&pdev->dev, "%s: " DRIVER_DESC " (nxp)\n", hcd_name); in ohci_hcd_nxp_probe()
H A Dehci-omap.c50 static const char hcd_name[] = "ehci-omap"; variable
272 .name = hcd_name,
H A Dohci-pci.c30 static const char hcd_name[] = "ohci-pci"; variable
313 .name = hcd_name,
H A Duhci-pci.c261 .description = hcd_name,
304 .name = hcd_name,
H A Dehci-ps3.c58 .description = hcd_name,
150 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
H A Dohci-ps3.c45 .description = hcd_name,
134 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ohci_probe()
H A Dehci-pci.c19 static const char hcd_name[] = "ehci-pci"; variable
408 .name = hcd_name,
H A 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_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 Dohci-omap.c51 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 Dehci-grlib.c25 .description = hcd_name,
H A Dehci-xilinx-of.c61 .description = hcd_name,
H A Duhci-grlib.c61 .description = hcd_name,
H A Dehci-sh.c27 .description = hcd_name,
H A Duhci-platform.c38 .description = hcd_name,
H A Dohci-sm501.c44 .description = hcd_name,
H A Dehci-hcd.c60 static const char hcd_name [] = "ehci_hcd"; variable
1240 .description = hcd_name,
1364 hcd_name, in ehci_hcd_init()
H A Dohci-hcd.c74 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 Dxhci-pci.c97 static const char hcd_name[] = "xhci_hcd"; variable
947 .name = hcd_name,
H A Duhci-hcd.c842 static const char hcd_name[] = "uhci_hcd"; variable
H A Disp1362-hcd.c105 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,
/linux/drivers/usb/usbip/
H A Dvhci.h159 static inline const char *hcd_name(struct usb_hcd *hcd) in hcd_name() function
H A Dvhci_hcd.c1201 id = hcd_name_to_id(hcd_name(hcd)); in vhci_start()
1203 pr_err("invalid vhci name %s\n", hcd_name(hcd)); in vhci_start()
1220 pr_info("created sysfs %s\n", hcd_name(hcd)); in vhci_start()
1234 id = hcd_name_to_id(hcd_name(hcd)); in vhci_stop()

12