Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Druntime.c267 else if (!dev->power.ignore_children && atomic_read(&dev->power.child_count)) in rpm_check_suspend_allowed()
697 if (parent && !parent->power.ignore_children) { in rpm_suspend()
848 dev->parent->power.ignore_children || in rpm_resume()
889 !parent->power.ignore_children) { in rpm_resume()
1295 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1305 !parent->power.ignore_children && in __pm_runtime_set_status()
1506 !dev->power.ignore_children && in pm_runtime_enable()
1848 dev->power.ignore_children); in pm_runtime_need_not_resume()
H A Ddomain_governor.c85 if (!dev->power.ignore_children) in default_suspend_ok()
H A Dsysfs.c564 return sysfs_emit(buf, "%d\n", dev->power.ignore_children ? in runtime_active_kids_show()
H A Dqos.c637 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
H A Dmain.c1360 if (device_wakeup_path(dev) && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
H A Ddomain.c853 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/openbmc/linux/include/linux/
H A Dpm_runtime.h120 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
H A Dpm.h703 bool ignore_children:1; member
/openbmc/linux/Documentation/power/
H A Druntime_pm.rst181 'active' children of which is equal to zero, or the 'power.ignore_children'
235 `unsigned int ignore_children;`
453 - set/unset the power.ignore_children flag of the device
461 which is not active and the 'power.ignore_children' flag of which is unset
580 the parent's 'power.ignore_children' flag is set. Namely, in that case the
H A Dpm_qos_interface.rst142 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)