Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.h7 int xhci_pci_common_probe(struct pci_dev *dev, const struct pci_device_id *id);
Dxhci-pci.c588 int xhci_pci_common_probe(struct pci_dev *dev, const struct pci_device_id *id) in xhci_pci_common_probe() function
659 EXPORT_SYMBOL_NS_GPL(xhci_pci_common_probe, xhci);
673 return xhci_pci_common_probe(dev, id); in xhci_pci_probe()
Dxhci-pci-renesas.c638 return xhci_pci_common_probe(dev, id); in xhci_pci_renesas_probe()