Searched refs:hc_driver (Results 1 – 25 of 36) sorted by relevance
12
| /linux/include/linux/usb/ |
| H A D | hcd.h | 93 const struct hc_driver *driver; /* hw-specific hooks */ 237 struct hc_driver { struct 451 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver, 454 extern struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, 456 extern struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver, 484 const struct hc_driver *driver); 492 const struct hc_driver *driver) in usb_hcd_amd_resume_bug() 502 const struct hc_driver *driver) in usb_hcd_amd_resume_bug()
|
| /linux/drivers/usb/host/ |
| H A D | ohci-spear.c | 32 static struct hc_driver __read_mostly ohci_spear_hc_driver; 36 const struct hc_driver *driver = &ohci_spear_hc_driver; in spear_ohci_hcd_drv_probe()
|
| H A D | ehci-sh.c | 26 static const struct hc_driver ehci_sh_hc_driver = {
|
| H A D | ohci-sa1111.c | 78 static const struct hc_driver ohci_sa1111_hc_driver = {
|
| H A D | uhci-platform.c | 38 static const struct hc_driver uhci_platform_hc_driver = {
|
| H A D | ohci-at91.c | 65 static struct hc_driver __read_mostly ohci_at91_hc_driver; 180 static int usb_hcd_at91_probe(const struct hc_driver *driver, in usb_hcd_at91_probe()
|
| H A D | uhci-pci.c | 260 static const struct hc_driver uhci_driver = {
|
| H A D | ohci-pci.c | 289 static struct hc_driver __read_mostly ohci_pci_hc_driver;
|
| H A D | ehci-ps3.c | 57 static const struct hc_driver ps3_ehci_hc_driver = {
|
| H A D | ohci-ps3.c | 44 static const struct hc_driver ps3_ohci_hc_driver = {
|
| H A D | ehci-pci.c | 374 static struct hc_driver __read_mostly ehci_pci_hc_driver;
|
| H A D | xhci-mtk.c | 507 static struct hc_driver __read_mostly xhci_mtk_hc_driver; 514 const struct hc_driver *driver; in xhci_mtk_probe()
|
| H A D | ohci-platform.c | 75 static struct hc_driver __read_mostly ohci_platform_hc_driver;
|
| H A D | ohci-da8xx.c | 31 static struct hc_driver __read_mostly ohci_da8xx_hc_driver;
|
| H A D | ohci-hcd.c | 1192 static const struct hc_driver ohci_hc_driver = { 1235 void ohci_init_driver(struct hc_driver *drv, in ohci_init_driver()
|
| H A D | ohci.h | 735 extern void ohci_init_driver(struct hc_driver *drv,
|
| H A D | ehci-platform.c | 118 static struct hc_driver __read_mostly ehci_platform_hc_driver;
|
| H A D | xen-hcd.c | 1391 static const struct hc_driver xenhcd_usb20_hc_driver = { 1416 static const struct hc_driver xenhcd_usb11_hc_driver = {
|
| H A D | ehci-fsl.c | 34 static struct hc_driver __read_mostly fsl_ehci_hc_driver;
|
| H A D | xhci-pci.c | 99 static struct hc_driver __read_mostly xhci_pci_hc_driver;
|
| /linux/drivers/staging/greybus/ |
| H A D | usb.c | 140 static const struct hc_driver usb_gb_hc_driver = {
|
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-hcd.c | 294 static const struct hc_driver c67x00_hc_driver = {
|
| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 172 int usb_hcd_pci_probe(struct pci_dev *dev, const struct hc_driver *driver) in usb_hcd_pci_probe()
|
| H A D | hcd.c | 2564 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver, in __usb_create_hcd() 2642 struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver, in usb_create_shared_hcd() 2665 struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, in usb_create_hcd()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1279 static const struct hc_driver usbhsh_driver = {
|
12