Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dautosleep.c19 * is active, otherwise a deadlock with try_to_suspend() is possible.
26 static void try_to_suspend(struct work_struct *work) in try_to_suspend() function
66 static DECLARE_WORK(suspend_work, try_to_suspend);
/linux/drivers/base/power/
H A Druntime.c340 static void __rpm_put_suppliers(struct device *dev, bool try_to_suspend) in __rpm_put_suppliers() argument
347 if (try_to_suspend) in __rpm_put_suppliers()