Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/power/
Druntime.c268 else if (!dev->power.ignore_children && in rpm_check_suspend_allowed()
651 if (parent && !parent->power.ignore_children && !dev->power.irq_safe) { in rpm_suspend()
789 || dev->parent->power.ignore_children in rpm_resume()
829 && !parent->power.ignore_children) { in rpm_resume()
1181 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1191 && !parent->power.ignore_children in __pm_runtime_set_status()
1390 !dev->power.ignore_children && in pm_runtime_enable()
1720 dev->power.ignore_children); in pm_runtime_need_not_resume()
Ddomain_governor.c82 if (!dev->power.ignore_children) in default_suspend_ok()
Dsysfs.c518 return sprintf(buf, "%d\n", dev->power.ignore_children ? in runtime_active_kids_show()
Dqos.c576 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
Dmain.c1435 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
Ddomain.c670 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/Linux-v5.4/include/linux/
Dpm_runtime.h65 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
Dpm.h612 bool ignore_children:1; member
/Linux-v5.4/Documentation/power/
Druntime_pm.rst181 'active' children of which is equal to zero, or the 'power.ignore_children'
235 `unsigned int ignore_children;`
431 - set/unset the power.ignore_children flag of the device
439 which is not active and the 'power.ignore_children' flag of which is unset
558 the parent's 'power.ignore_children' flag is set. Namely, in that case the
Dpm_qos_interface.rst150 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)