Lines Matching refs:list
88 * Two notifier lists: the "policy" list is involved in the
90 * "transition" list for kernel code that needs to handle
1282 /* Remove policy from list */
1984 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER
1986 * Add a driver to one of two lists: either a list of drivers that
1988 * the transition), or a list of drivers that are notified about
1994 int cpufreq_register_notifier(struct notifier_block *nb, unsigned int list)
2001 switch (list) {
2031 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER
2033 * Remove a driver from the CPU frequency notifier list.
2038 int cpufreq_unregister_notifier(struct notifier_block *nb, unsigned int list)
2045 switch (list) {