Home
last modified time | relevance | path

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

/linux/drivers/base/power/
A Druntime.c503 if (!callback || dev->power.no_callbacks) in rpm_idle()
653 if (dev->power.no_callbacks) in rpm_suspend()
847 if (dev->power.no_callbacks && !parent && dev->parent) { in rpm_resume()
906 if (dev->power.no_callbacks) in rpm_resume()
1630 dev->power.no_callbacks = 1; in pm_runtime_no_callbacks()
/linux/include/linux/
A Dpm_runtime.h208 return dev->power.no_callbacks; in pm_runtime_has_no_callbacks()
A Dpm.h705 bool no_callbacks:1; member
/linux/Documentation/power/
A Druntime_pm.rst278 `unsigned int no_callbacks;`
493 - set the power.no_callbacks flag for the device and remove the runtime
832 also okay). The routine will set the device's power.no_callbacks flag and
835 When power.no_callbacks is set, the PM core will not invoke the

Completed in 15 milliseconds