Home
last modified time | relevance | path

Searched refs:nb_max (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Ddevfreq.h211 struct notifier_block nb_max; member
Dcpufreq.h157 struct notifier_block nb_max; member
/Linux-v5.15/drivers/devfreq/
Ddevfreq.c716 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()
734 err = dev_pm_qos_remove_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_dev_release()
911 devfreq->nb_max.notifier_call = qos_max_notifier_call; in devfreq_add_device()
912 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_max, in devfreq_add_device()
/Linux-v5.15/drivers/cpufreq/
Dcpufreq.c1165 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max()
1231 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc()
1242 &policy->nb_max); in cpufreq_policy_alloc()
1290 &policy->nb_max); in cpufreq_policy_free()