Home
last modified time | relevance | path

Searched refs:xhci_register_pci (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-pci.c373 int __init xhci_register_pci(void) in xhci_register_pci() function
Dxhci.h1700 int xhci_register_pci(void);
1703 static inline int xhci_register_pci(void) { return 0; } in xhci_register_pci() function
Dxhci.c4275 retval = xhci_register_pci(); in xhci_hcd_init()