Lines Matching refs:list
25 #include <linux/list.h>
49 /* The list of all device-devfreq governors */
51 /* The list of all device-devfreq */
64 * 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
745 * Remove devfreq from the list and release its resources.
1096 * @index - index into list of devfreq
2179 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2183 unsigned int list)
2190 switch (list) {
2207 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2211 unsigned int list)
2218 switch (list) {
2234 unsigned int list;
2241 devfreq_unregister_notifier(this->devfreq, this->nb, this->list);
2250 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2255 unsigned int list)
2265 ret = devfreq_register_notifier(devfreq, nb, list);
2273 ptr->list = list;
2286 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2291 unsigned int list)