Home
last modified time | relevance | path

Searched refs:hcd_name (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-pci.c30 static const char hcd_name[] = "ohci-pci"; variable
290 .name = hcd_name,
309 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_pci_init()
H A 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()
278 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_nxp_init()
H A Dehci-omap.c50 static const char hcd_name[] = "ehci-omap"; variable
280 .name = hcd_name,
292 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_omap_init()
H A Dohci-ppc-of.c45 .description = hcd_name,
164 if (!request_mem_region(res.start, 0x4, hcd_name)) { in ohci_hcd_ppc_of_probe()
H A Dehci-spear.c27 static const char hcd_name[] = "SPEAr-ehci"; variable
170 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_spear_init()
H A Dohci-sa1111.c79 .description = hcd_name,
206 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_sa1111_probe()
H A Dohci-spear.c26 static const char hcd_name[] = "SPEAr-ohci"; variable
182 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_spear_init()
H A Dehci-ppc-of.c26 .description = hcd_name,
209 0x4, hcd_name)) in ehci_hcd_ppc_of_remove()
H A Dehci-npcm7xx.c30 static const char hcd_name[] = "npcm7xx-ehci"; variable
194 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_npcm7xx_init()
H A Dehci-pci.c19 static const char hcd_name[] = "ehci-pci"; variable
403 .name = hcd_name,
422 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_pci_init()
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-ps3.c58 .description = hcd_name,
150 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) in ps3_ehci_probe()
H A Dehci-atmel.c26 static const char hcd_name[] = "ehci-atmel"; variable
234 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_atmel_init()
H A Duhci-pci.c260 .description = hcd_name,
303 .name = hcd_name,
H A Dehci-mxc.c23 static const char hcd_name[] = "ehci-mxc"; variable
198 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ehci_mxc_init()
H A Dohci-omap.c63 static const char hcd_name[] = "ohci-omap"; variable
360 if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) { in ohci_hcd_omap_probe()
499 pr_info("%s: " DRIVER_DESC "\n", hcd_name); in ohci_omap_init()
/kernel/linux/linux-6.6/drivers/usb/host/
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-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 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
290 .name = hcd_name,
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 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-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()

Completed in 10 milliseconds

1234