Home
last modified time | relevance | path

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

/drivers/net/wireless/rt2x00/
Drt2x00soc.c77 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops) in rt2x00soc_probe() function
118 EXPORT_SYMBOL_GPL(rt2x00soc_probe);
Drt2x00soc.h32 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops);
Drt2800pci.c1295 return rt2x00soc_probe(pdev, &rt2800pci_ops); in rt2800soc_probe()