Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/power/
Druntime.c246 else if (!dev->power.ignore_children && in rpm_check_suspend_allowed()
619 if (parent && !parent->power.ignore_children && !dev->power.irq_safe) { in rpm_suspend()
757 || dev->parent->power.ignore_children in rpm_resume()
797 && !parent->power.ignore_children) { in rpm_resume()
1110 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1120 && !parent->power.ignore_children in __pm_runtime_set_status()
1297 !dev->power.ignore_children && in pm_runtime_enable()
1622 dev->power.ignore_children); in pm_runtime_need_not_resume()
Ddomain_governor.c81 if (!dev->power.ignore_children) in default_suspend_ok()
Dsysfs.c522 return sprintf(buf, "%d\n", dev->power.ignore_children ? in runtime_active_kids_show()
Dqos.c544 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
Dmain.c1456 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
Ddomain.c593 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/Linux-v4.19/include/linux/
Dpm_runtime.h66 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
Dpm.h623 bool ignore_children:1; member
/Linux-v4.19/Documentation/power/
Druntime_pm.txt175 'active' children of which is equal to zero, or the 'power.ignore_children'
228 unsigned int ignore_children;
423 - set/unset the power.ignore_children flag of the device
431 which is not active and the 'power.ignore_children' flag of which is unset
549 the parent's 'power.ignore_children' flag is set. Namely, in that case the
Dpm_qos_interface.txt140 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)