Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddevfreq.h204 struct notifier_block nb_max; member
Dcpufreq.h154 struct notifier_block nb_max; member
/kernel/linux/linux-5.10/drivers/devfreq/
Ddevfreq.c689 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()
707 err = dev_pm_qos_remove_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_dev_release()
873 devfreq->nb_max.notifier_call = qos_max_notifier_call; in devfreq_add_device()
874 err = dev_pm_qos_add_notifier(devfreq->dev.parent, &devfreq->nb_max, in devfreq_add_device()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dcpufreq.c1164 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max()
1230 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc()
1241 &policy->nb_max); in cpufreq_policy_alloc()
1289 &policy->nb_max); in cpufreq_policy_free()