Home
last modified time | relevance | path

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

/drivers/base/power/
Dmain.c1603 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend() function
1733 error = __device_suspend(dev, pm_transition, true); in async_suspend()
1747 return __device_suspend(dev, pm_transition, false); in device_suspend()