Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00soc.h33 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
36 #define rt2x00soc_suspend NULL macro
Drt2x00soc.c135 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state) in rt2x00soc_suspend() function
142 EXPORT_SYMBOL_GPL(rt2x00soc_suspend);
Drt2800soc.c251 .suspend = rt2x00soc_suspend,