Home
last modified time | relevance | path

Searched refs:nb_max (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddevfreq.h162 * @nb_max: Notifier block for DEV_PM_QOS_MAX_FREQUENCY
205 struct notifier_block nb_max; member
H A Dcpufreq.h154 struct notifier_block nb_max; member
/kernel/linux/linux-6.6/include/linux/
H A Ddevfreq.h170 * @nb_max: Notifier block for DEV_PM_QOS_MAX_FREQUENCY
219 struct notifier_block nb_max; member
H A Dcpufreq.h167 struct notifier_block nb_max; member
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c704 * @nb: Should be devfreq->nb_max
709 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()
727 err = dev_pm_qos_remove_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_dev_release()
893 devfreq->nb_max.notifier_call = qos_max_notifier_call; in devfreq_add_device()
894 err = dev_pm_qos_add_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_add_device()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq.c1166 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max()
1233 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc()
1244 &policy->nb_max); in cpufreq_policy_alloc()
1291 &policy->nb_max); in cpufreq_policy_free()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq.c1210 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max()
1277 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc()
1288 &policy->nb_max); in cpufreq_policy_alloc()
1342 &policy->nb_max); in cpufreq_policy_free()
/kernel/linux/linux-6.6/drivers/devfreq/
H A Ddevfreq.c731 * @nb: Should be devfreq->nb_max
738 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()
756 err = dev_pm_qos_remove_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_dev_release()
939 devfreq->nb_max.notifier_call = qos_max_notifier_call; in devfreq_add_device()
940 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_max, in devfreq_add_device()

Completed in 18 milliseconds