Searched refs:hc_driver (Results 1 – 25 of 43) sorted by relevance
12
/drivers/usb/host/ |
D | ohci-lh7a404.c | 70 int usb_hcd_lh7a404_probe (const struct hc_driver *driver, in usb_hcd_lh7a404_probe() 161 static const struct hc_driver ohci_lh7a404_hc_driver = {
|
D | ohci-pnx8550.c | 73 int usb_hcd_pnx8550_probe (const struct hc_driver *driver, in usb_hcd_pnx8550_probe() 170 static const struct hc_driver ohci_pnx8550_hc_driver = {
|
D | ohci-ppc-soc.c | 31 static int usb_hcd_ppc_soc_probe(const struct hc_driver *driver, in usb_hcd_ppc_soc_probe() 141 static const struct hc_driver ohci_ppc_soc_hc_driver = {
|
D | ehci-ixp4xx.c | 41 static const struct hc_driver ixp4xx_ehci_hc_driver = { 68 const struct hc_driver *driver = &ixp4xx_ehci_hc_driver; in ixp4xx_ehci_probe()
|
D | ohci-sa1111.c | 124 int usb_hcd_sa1111_probe (const struct hc_driver *driver, in usb_hcd_sa1111_probe() 200 static const struct hc_driver ohci_sa1111_hc_driver = {
|
D | ohci-ep93xx.c | 45 static int usb_hcd_ep93xx_probe(const struct hc_driver *driver, in usb_hcd_ep93xx_probe() 122 static struct hc_driver ohci_ep93xx_hc_driver = {
|
D | ohci-sm501.c | 42 static const struct hc_driver ohci_sm501_hc_driver = { 89 const struct hc_driver *driver = &ohci_sm501_hc_driver; in ohci_hcd_sm501_drv_probe()
|
D | ohci-at91.c | 107 static int usb_hcd_at91_probe(const struct hc_driver *driver, in usb_hcd_at91_probe() 228 static const struct hc_driver ohci_at91_hc_driver = {
|
D | ehci-fsl.c | 43 int usb_hcd_fsl_probe(const struct hc_driver *driver, in usb_hcd_fsl_probe() 287 static const struct hc_driver ehci_fsl_hc_driver = {
|
D | ohci-pnx4008.c | 214 static const struct hc_driver ohci_pnx4008_hc_driver = { 299 const struct hc_driver *driver = &ohci_pnx4008_hc_driver; in usb_hcd_pnx4008_probe()
|
D | ohci-s3c2410.c | 344 static int usb_hcd_s3c2410_probe (const struct hc_driver *driver, in usb_hcd_s3c2410_probe() 434 static const struct hc_driver ohci_s3c2410_hc_driver = {
|
D | ohci-sh.c | 36 static const struct hc_driver ohci_sh_hc_driver = {
|
D | ohci-omap.c | 299 static int usb_hcd_omap_probe (const struct hc_driver *driver, in usb_hcd_omap_probe() 445 static const struct hc_driver ohci_omap_hc_driver = {
|
D | ohci-pxa27x.c | 279 int usb_hcd_pxa27x_probe (const struct hc_driver *driver, struct platform_device *pdev) in usb_hcd_pxa27x_probe() 417 static const struct hc_driver ohci_pxa27x_hc_driver = {
|
D | ohci-ssb.c | 63 static const struct hc_driver ssb_ohci_hc_driver = {
|
D | ohci-ppc-of.c | 40 static const struct hc_driver ohci_ppc_of_hc_driver = {
|
D | ohci-au1xxx.c | 131 static const struct hc_driver ohci_au1xxx_hc_driver = {
|
D | ehci-ppc-of.c | 39 static const struct hc_driver ehci_ppc_of_hc_driver = {
|
D | ohci-ps3.c | 55 static const struct hc_driver ps3_ohci_hc_driver = {
|
D | ehci-orion.c | 127 static const struct hc_driver ehci_orion_hc_driver = {
|
D | ehci-ps3.c | 55 static const struct hc_driver ps3_ehci_hc_driver = {
|
D | ehci-au1xxx.c | 72 static const struct hc_driver ehci_au1xxx_hc_driver = {
|
/drivers/usb/core/ |
D | hcd.h | 90 const struct hc_driver *driver; /* hw-specific hooks */ 163 struct hc_driver { struct 240 extern struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, argument
|
D | hcd-pci.c | 60 struct hc_driver *driver; in usb_hcd_pci_probe() 69 driver = (struct hc_driver *)id->driver_data; in usb_hcd_pci_probe()
|
/drivers/usb/musb/ |
D | musb_host.h | 93 extern const struct hc_driver musb_hc_driver;
|
12