Searched refs:rt2x00pci_probe (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00pci.h | 22 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops);
|
H A D | rt2x00pci.c | 65 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops) in rt2x00pci_probe() function 149 EXPORT_SYMBOL_GPL(rt2x00pci_probe); variable
|
H A D | rt2800pci.c | 450 return rt2x00pci_probe(pci_dev, &rt2800pci_ops); in rt2800pci_probe()
|
H A D | rt2500pci.c | 2129 return rt2x00pci_probe(pci_dev, &rt2500pci_ops); in rt2500pci_probe()
|
H A D | rt2400pci.c | 1831 return rt2x00pci_probe(pci_dev, &rt2400pci_ops); in rt2400pci_probe()
|
H A D | rt61pci.c | 3007 return rt2x00pci_probe(pci_dev, &rt61pci_ops); in rt61pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00pci.h | 22 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops);
|
H A D | rt2x00pci.c | 65 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops) in rt2x00pci_probe() function 149 EXPORT_SYMBOL_GPL(rt2x00pci_probe); variable
|
H A D | rt2800pci.c | 450 return rt2x00pci_probe(pci_dev, &rt2800pci_ops); in rt2800pci_probe()
|
H A D | rt2500pci.c | 2129 return rt2x00pci_probe(pci_dev, &rt2500pci_ops); in rt2500pci_probe()
|
H A D | rt2400pci.c | 1832 return rt2x00pci_probe(pci_dev, &rt2400pci_ops); in rt2400pci_probe()
|
H A D | rt61pci.c | 3007 return rt2x00pci_probe(pci_dev, &rt61pci_ops); in rt61pci_probe()
|
Completed in 17 milliseconds