Searched refs:nb_max (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | devfreq.h | 204 struct notifier_block nb_max; member
|
| H A D | cpufreq.h | 154 struct notifier_block nb_max; member
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | devfreq.c | 689 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()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq.c | 1179 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max() 1245 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc() 1256 &policy->nb_max); in cpufreq_policy_alloc() 1304 &policy->nb_max); in cpufreq_policy_free()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 317 .nb_max = E1000_MAX_RING_DESC, 323 .nb_max = E1000_MAX_RING_DESC,
|