Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/
Drt2x00soc.c64 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops) in rt2x00soc_probe() function
109 EXPORT_SYMBOL_GPL(rt2x00soc_probe);
Drt2x00soc.h19 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops);
Drt2800soc.c243 return rt2x00soc_probe(pdev, &rt2800soc_ops); in rt2800soc_probe()