Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dmain.c1187 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq() function
1263 error = __device_suspend_noirq(dev, pm_transition, true); in async_suspend_noirq()
1277 return __device_suspend_noirq(dev, pm_transition, false); in device_suspend_noirq()