Home
last modified time | relevance | path

Searched refs:state_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/idle/
H A Dintel_idle.c85 struct cpuidle_state *state_table; member
1242 .state_table = nehalem_cstates,
1248 .state_table = nehalem_cstates,
1255 .state_table = atom_cstates,
1259 .state_table = tangier_cstates,
1263 .state_table = atom_cstates,
1268 .state_table = snb_cstates,
1273 .state_table = snb_cstates,
1279 .state_table = byt_cstates,
1285 .state_table = cht_cstates,
[all …]
/openbmc/linux/drivers/scsi/isci/
H A Disci.h520 const struct sci_base_state *state_table; member
534 const struct sci_base_state *state_table,
H A Dhost.c148 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()