Home
last modified time | relevance | path

Searched refs:drv_suspend (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/stm/
H A Ddrv.c125 static __maybe_unused int drv_suspend(struct device *dev) in drv_suspend() function
181 SET_SYSTEM_SLEEP_PM_OPS(drv_suspend, drv_resume)
/linux/net/mac80211/
H A Dpm.c116 err = drv_suspend(local, wowlan); in __ieee80211_suspend()