Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/power/
Druntime.c541 if (parent && !parent->power.ignore_children && !dev->power.irq_safe) { in rpm_suspend()
679 || dev->parent->power.ignore_children in rpm_resume()
719 && !parent->power.ignore_children) { in rpm_resume()
1009 notify_parent = !parent->power.ignore_children; in __pm_runtime_set_status()
1023 && !parent->power.ignore_children in __pm_runtime_set_status()
Ddomain_governor.c75 if (!dev->power.ignore_children) in default_stop_ok()
Dsysfs.c541 return sprintf(buf, "%d\n", dev->power.ignore_children ? in rtpm_children_show()
Dqos.c584 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request()
Dmain.c1447 && !dev->parent->power.ignore_children) in __device_suspend()
Ddomain.c282 if (!dev || dev->power.ignore_children) in genpd_dev_pm_qos_notifier()
/linux-4.4.14/include/linux/
Dpm_runtime.h60 return dev->power.ignore_children in pm_children_suspended()
Dpm.h566 bool ignore_children:1; member
Ddevice.h945 dev->power.ignore_children = enable; in pm_suspend_ignore_children()
/linux-4.4.14/Documentation/power/
Druntime_pm.txt175 'active' children of which is equal to zero, or the 'power.ignore_children'
228 unsigned int ignore_children;
420 - set/unset the power.ignore_children flag of the device
428 which is not active and the 'power.ignore_children' flag of which is unset
538 the parent's 'power.ignore_children' flag is set. Namely, in that case the
Dpm_qos_interface.txt141 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
/linux-4.4.14/drivers/pci/
Dpci-driver.c674 if (dev->power.ignore_children) in pci_pm_prepare()