Lines Matching refs:list
92 * Two notifier lists: the "policy" list is involved in the
94 * "transition" list for kernel code that needs to handle
1333 /* Remove policy from list */
2057 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER.
2059 * Add a notifier to one of two lists: either a list of notifiers that run on
2060 * clock rate changes (once before and once after every transition), or a list
2066 int cpufreq_register_notifier(struct notifier_block *nb, unsigned int list)
2073 switch (list) {
2103 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER.
2110 int cpufreq_unregister_notifier(struct notifier_block *nb, unsigned int list)
2117 switch (list) {