Home
last modified time | relevance | path

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

/linux/drivers/base/power/
A Druntime.c268 else if (!dev->power.ignore_children && in rpm_check_suspend_allowed()
671 if (parent && !parent->power.ignore_children) { in rpm_suspend()
817 || dev->parent->power.ignore_children in rpm_resume()
857 && !parent->power.ignore_children) { in rpm_resume()
1234 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1244 && !parent->power.ignore_children in __pm_runtime_set_status()
1443 !dev->power.ignore_children && in pm_runtime_enable()
1784 dev->power.ignore_children); in pm_runtime_need_not_resume()
A Ddomain_governor.c82 if (!dev->power.ignore_children) in default_suspend_ok()
A Dsysfs.c564 return sysfs_emit(buf, "%d\n", dev->power.ignore_children ? in runtime_active_kids_show()
A Dqos.c637 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
A Dmain.c1372 if (device_wakeup_path(dev) && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
A Ddomain.c789 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/linux/include/linux/
A Dpm_runtime.h87 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
A Dpm.h606 bool ignore_children:1; member
/linux/Documentation/power/
A Druntime_pm.rst181 'active' children of which is equal to zero, or the 'power.ignore_children'
235 `unsigned int ignore_children;`
445 - set/unset the power.ignore_children flag of the device
453 which is not active and the 'power.ignore_children' flag of which is unset
572 the parent's 'power.ignore_children' flag is set. Namely, in that case the
A Dpm_qos_interface.rst142 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)

Completed in 24 milliseconds