Lines Matching refs:list
24 #include <linux/list.h>
46 /* The list of all device-devfreq governors */
48 /* The list of all device-devfreq */
61 * Search the list of device devfreqs and return the matched device's
259 * Search the list of devfreq governors and return the matched
286 * Search the list of devfreq governors and request the module and try again
716 * Remove devfreq from the list and release its resources.
1037 * @index - index into list of devfreq
2046 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2050 unsigned int list)
2057 switch (list) {
2074 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2078 unsigned int list)
2085 switch (list) {
2101 unsigned int list;
2108 devfreq_unregister_notifier(this->devfreq, this->nb, this->list);
2117 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2122 unsigned int list)
2132 ret = devfreq_register_notifier(devfreq, nb, list);
2140 ptr->list = list;
2153 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2158 unsigned int list)