Lines Matching defs:index
51 int index)
58 for (i = index + 1; i < drv->state_count; i++) {
70 int index)
78 snooze_exit_time = get_tb() + get_snooze_timeout(dev, drv, index);
100 return index;
105 int index)
109 return index;
116 int index)
122 return index;
136 return index;
142 int index)
144 arch300_idle_type(stop_psscr_table[index].val,
145 stop_psscr_table[index].mask);
146 return index;
227 static inline void add_powernv_state(int index, const char *name,
236 strlcpy(powernv_states[index].name, name, CPUIDLE_NAME_LEN);
237 strlcpy(powernv_states[index].desc, name, CPUIDLE_NAME_LEN);
238 powernv_states[index].flags = flags;
239 powernv_states[index].target_residency = target_residency;
240 powernv_states[index].exit_latency = exit_latency;
241 powernv_states[index].enter = idle_fn;
243 stop_psscr_table[index].val = psscr_val;
244 stop_psscr_table[index].mask = psscr_mask;