Home
last modified time | relevance | path

Searched refs:rt2x00pci_probe (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00pci.h22 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops);
H A Drt2x00pci.c65 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops) in rt2x00pci_probe() function
149 EXPORT_SYMBOL_GPL(rt2x00pci_probe);
H A Drt2800pci.c450 return rt2x00pci_probe(pci_dev, &rt2800pci_ops); in rt2800pci_probe()
H A Drt2400pci.c1832 return rt2x00pci_probe(pci_dev, &rt2400pci_ops); in rt2400pci_probe()
H A Drt2500pci.c2129 return rt2x00pci_probe(pci_dev, &rt2500pci_ops); in rt2500pci_probe()
H A Drt61pci.c3007 return rt2x00pci_probe(pci_dev, &rt61pci_ops); in rt61pci_probe()