Home
last modified time | relevance | path

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

123

/linux-2.6.39/drivers/usb/host/
Dohci-cns3xxx.c51 static const struct hc_driver cns3xxx_ohci_hc_driver = {
77 const struct hc_driver *driver = &cns3xxx_ohci_hc_driver; in cns3xxx_ohci_probe()
Dohci-ppc-soc.c31 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 = {
Dohci-pnx8550.c73 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 = {
Dxhci-pci.c169 struct hc_driver *driver; in xhci_pci_probe()
172 driver = (struct hc_driver *)id->driver_data; in xhci_pci_probe()
251 static const struct hc_driver xhci_pci_hc_driver = {
Dehci-cns3xxx.c52 static const struct hc_driver cns3xxx_ehci_hc_driver = {
83 const struct hc_driver *driver = &cns3xxx_ehci_hc_driver; in cns3xxx_ehci_probe()
Dehci-ixp4xx.c41 static const struct hc_driver ixp4xx_ehci_hc_driver = {
71 const struct hc_driver *driver = &ixp4xx_ehci_hc_driver; in ixp4xx_ehci_probe()
Dehci-w90x900.c21 static int __devinit usb_w90x900_probe(const struct hc_driver *driver, in usb_w90x900_probe()
107 static const struct hc_driver ehci_w90x900_hc_driver = {
Dohci-sa1111.c124 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 = {
Dohci-ep93xx.c43 static int usb_hcd_ep93xx_probe(const struct hc_driver *driver, in usb_hcd_ep93xx_probe()
127 static struct hc_driver ohci_ep93xx_hc_driver = {
Dehci-spear.c59 static const struct hc_driver ehci_spear_hc_driver = {
99 const struct hc_driver *driver = &ehci_spear_hc_driver; in spear_ehci_hcd_drv_probe()
Dehci-atmel.c83 static const struct hc_driver ehci_atmel_hc_driver = {
121 const struct hc_driver *driver = &ehci_atmel_hc_driver; in ehci_atmel_drv_probe()
Dehci-omap.c58 static const struct hc_driver ehci_omap_hc_driver;
281 static const struct hc_driver ehci_omap_hc_driver = {
Dehci-sh.c50 static const struct hc_driver ehci_sh_hc_driver = {
100 const struct hc_driver *driver = &ehci_sh_hc_driver; in ehci_hcd_sh_probe()
Dohci-sm501.c42 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()
Dohci-spear.c60 static const struct hc_driver ohci_spear_hc_driver = {
95 const struct hc_driver *driver = &ohci_spear_hc_driver; in spear_ohci_hcd_drv_probe()
Dohci-at91.c107 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 = {
Dohci-sh.c36 static const struct hc_driver ohci_sh_hc_driver = {
Dehci-pmcmsp.c178 int usb_hcd_msp_probe(const struct hc_driver *driver, in usb_hcd_msp_probe()
290 static const struct hc_driver ehci_msp_hc_driver = {
Dohci-pnx4008.c214 static const struct hc_driver ohci_pnx4008_hc_driver = {
299 const struct hc_driver *driver = &ohci_pnx4008_hc_driver; in usb_hcd_pnx4008_probe()
Dehci-fsl.c47 static int usb_hcd_fsl_probe(const struct hc_driver *driver, in usb_hcd_fsl_probe()
394 static const struct hc_driver ehci_fsl_hc_driver = {
Dohci-da8xx.c237 static const struct hc_driver ohci_da8xx_hc_driver = {
292 static int usb_hcd_da8xx_probe(const struct hc_driver *driver, in usb_hcd_da8xx_probe()
Dohci-s3c2410.c342 static int usb_hcd_s3c2410_probe (const struct hc_driver *driver, in usb_hcd_s3c2410_probe()
432 static const struct hc_driver ohci_s3c2410_hc_driver = {
Dohci-omap.c300 static int usb_hcd_omap_probe (const struct hc_driver *driver, in usb_hcd_omap_probe()
446 static const struct hc_driver ohci_omap_hc_driver = {
/linux-2.6.39/include/linux/usb/
Dhcd.h94 const struct hc_driver *driver; /* hw-specific hooks */
203 struct hc_driver { struct
374 extern struct usb_hcd *usb_create_hcd(const struct hc_driver *driver,
376 extern struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver,
/linux-2.6.39/drivers/usb/musb/
Dmusb_host.h94 extern const struct hc_driver musb_hc_driver;

123