Home
last modified time | relevance | path

Searched refs:hc_driver (Results 1 – 25 of 75) sorted by relevance

123

/Linux-v5.4/drivers/usb/host/
Dehci-spear.c35 static struct hc_driver __read_mostly ehci_spear_hc_driver;
64 const struct hc_driver *driver = &ehci_spear_hc_driver; in spear_ehci_hcd_drv_probe()
Dehci-npcm7xx.c38 static struct hc_driver __read_mostly ehci_npcm7xx_hc_driver;
67 const struct hc_driver *driver = &ehci_npcm7xx_hc_driver; in npcm7xx_ehci_hcd_drv_probe()
Dohci-spear.c33 static struct hc_driver __read_mostly ohci_spear_hc_driver;
37 const struct hc_driver *driver = &ohci_spear_hc_driver; in spear_ohci_hcd_drv_probe()
Dehci-atmel.c38 static struct hc_driver __read_mostly ehci_atmel_hc_driver;
89 const struct hc_driver *driver = &ehci_atmel_hc_driver; in ehci_atmel_drv_probe()
Dohci-nxp.c50 static struct hc_driver __read_mostly ohci_nxp_hc_driver;
154 const struct hc_driver *driver = &ohci_nxp_hc_driver; in ohci_hcd_nxp_probe()
Dohci-sm501.c43 static const struct hc_driver ohci_sm501_hc_driver = {
90 const struct hc_driver *driver = &ohci_sm501_hc_driver; in ohci_hcd_sm501_drv_probe()
Dehci-pmcmsp.c157 int usb_hcd_msp_probe(const struct hc_driver *driver, in usb_hcd_msp_probe()
244 static const struct hc_driver ehci_msp_hc_driver = {
Dxhci-pci.c60 static struct hc_driver __read_mostly xhci_pci_hc_driver;
317 struct hc_driver *driver; in xhci_pci_probe()
320 driver = (struct hc_driver *)id->driver_data; in xhci_pci_probe()
Dxhci-histb.c196 static struct hc_driver __read_mostly xhci_histb_hc_driver;
201 const struct hc_driver *driver; in xhci_histb_probe()
Dxhci-plat.c28 static struct hc_driver __read_mostly xhci_plat_hc_driver;
159 const struct hc_driver *driver; in xhci_plat_probe()
Dehci-grlib.c24 static const struct hc_driver ehci_grlib_hc_driver = {
Duhci-grlib.c59 static const struct hc_driver uhci_grlib_hc_driver = {
Dehci-xilinx-of.c60 static const struct hc_driver ehci_xilinx_of_hc_driver = {
Duhci-platform.c37 static const struct hc_driver uhci_platform_hc_driver = {
Dehci-sh.c27 static const struct hc_driver ehci_sh_hc_driver = {
Dohci-ppc-of.c44 static const struct hc_driver ohci_ppc_of_hc_driver = {
Dehci-ppc-of.c25 static const struct hc_driver ehci_ppc_of_hc_driver = {
Dohci-sa1111.c78 static const struct hc_driver ohci_sa1111_hc_driver = {
Dohci-pci.c270 static struct hc_driver __read_mostly ohci_pci_hc_driver;
Duhci-pci.c257 static const struct hc_driver uhci_driver = {
Dehci-mxc.c31 static struct hc_driver __read_mostly ehci_mxc_hc_driver;
Dehci-omap.c73 static struct hc_driver __read_mostly ehci_omap_hc_driver;
/Linux-v5.4/include/linux/usb/
Dhcd.h106 const struct hc_driver *driver; /* hw-specific hooks */
249 struct hc_driver { struct
457 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver,
460 extern struct usb_hcd *usb_create_hcd(const struct hc_driver *driver,
462 extern struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver,
/Linux-v5.4/drivers/usb/core/
Dhcd-pci.c174 struct hc_driver *driver; in usb_hcd_pci_probe()
184 driver = (struct hc_driver *)id->driver_data; in usb_hcd_pci_probe()
/Linux-v5.4/drivers/staging/greybus/
Dusb.c140 static const struct hc_driver usb_gb_hc_driver = {

123