Searched refs:state_table (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/idle/ |
D | intel_idle.c | 84 struct cpuidle_state *state_table; member 1246 .state_table = nehalem_cstates, 1252 .state_table = nehalem_cstates, 1259 .state_table = atom_cstates, 1263 .state_table = tangier_cstates, 1267 .state_table = atom_cstates, 1272 .state_table = snb_cstates, 1277 .state_table = snb_cstates, 1283 .state_table = byt_cstates, 1289 .state_table = cht_cstates, [all …]
|
/Linux-v6.6/drivers/scsi/isci/ |
D | isci.h | 520 const struct sci_base_state *state_table; member 534 const struct sci_base_state *state_table,
|
D | host.c | 148 const struct sci_base_state *state_table, u32 initial_state) in sci_init_sm() argument 155 sm->state_table = state_table; in sci_init_sm() 157 handler = sm->state_table[initial_state].enter_state; in sci_init_sm() 167 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state() 174 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
|