Lines Matching refs:next_perf_state
415 unsigned int next_perf_state = 0; /* Index into perf table */
423 next_perf_state = policy->freq_table[index].driver_data;
424 if (perf->state == next_perf_state) {
427 next_perf_state);
431 next_perf_state);
443 drv_write(data, mask, perf->states[next_perf_state].control);
454 perf->state = next_perf_state;
465 unsigned int next_perf_state, next_freq, index;
477 next_perf_state = entry->driver_data;
480 if (perf->state == next_perf_state) {
488 perf->states[next_perf_state].control);
489 perf->state = next_perf_state;