Searched refs:hc_driver (Results 1 – 25 of 65) sorted by relevance
123
/linux-2.6.39/drivers/usb/host/ |
D | ohci-cns3xxx.c | 51 static const struct hc_driver cns3xxx_ohci_hc_driver = { 77 const struct hc_driver *driver = &cns3xxx_ohci_hc_driver; in cns3xxx_ohci_probe()
|
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 | 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 | xhci-pci.c | 169 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 = {
|
D | ehci-cns3xxx.c | 52 static const struct hc_driver cns3xxx_ehci_hc_driver = { 83 const struct hc_driver *driver = &cns3xxx_ehci_hc_driver; in cns3xxx_ehci_probe()
|
D | ehci-ixp4xx.c | 41 static const struct hc_driver ixp4xx_ehci_hc_driver = { 71 const struct hc_driver *driver = &ixp4xx_ehci_hc_driver; in ixp4xx_ehci_probe()
|
D | ehci-w90x900.c | 21 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 = {
|
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 | 43 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 = {
|
D | ehci-spear.c | 59 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()
|
D | ehci-atmel.c | 83 static const struct hc_driver ehci_atmel_hc_driver = { 121 const struct hc_driver *driver = &ehci_atmel_hc_driver; in ehci_atmel_drv_probe()
|
D | ehci-omap.c | 58 static const struct hc_driver ehci_omap_hc_driver; 281 static const struct hc_driver ehci_omap_hc_driver = {
|
D | ehci-sh.c | 50 static const struct hc_driver ehci_sh_hc_driver = { 100 const struct hc_driver *driver = &ehci_sh_hc_driver; in ehci_hcd_sh_probe()
|
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-spear.c | 60 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()
|
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 | ohci-sh.c | 36 static const struct hc_driver ohci_sh_hc_driver = {
|
D | ehci-pmcmsp.c | 178 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 = {
|
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 | ehci-fsl.c | 47 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 = {
|
D | ohci-da8xx.c | 237 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()
|
D | ohci-s3c2410.c | 342 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 = {
|
D | ohci-omap.c | 300 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/ |
D | hcd.h | 94 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/ |
D | musb_host.h | 94 extern const struct hc_driver musb_hc_driver;
|
123