Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Druntime.c268 else if (!dev->power.ignore_children && in rpm_check_suspend_allowed()
689 if (parent && !parent->power.ignore_children) { in rpm_suspend()
835 || dev->parent->power.ignore_children in rpm_resume()
875 && !parent->power.ignore_children) { in rpm_resume()
1252 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1262 && !parent->power.ignore_children in __pm_runtime_set_status()
1461 !dev->power.ignore_children && in pm_runtime_enable()
1784 dev->power.ignore_children); in pm_runtime_need_not_resume()
H A Ddomain_governor.c84 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.c638 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
H A Dmain.c1366 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
H A Ddomain.c755 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_runtime.h86 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
H A Dpm.h608 bool ignore_children:1; member
/OK3568_Linux_fs/kernel/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;`
437 - set/unset the power.ignore_children flag of the device
445 which is not active and the 'power.ignore_children' flag of which is unset
564 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)