Home
last modified time | relevance | path

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

/drivers/idle/
Dintel_idle.c85 struct cpuidle_state *state_table; member
851 .state_table = nehalem_cstates,
857 .state_table = atom_cstates,
861 .state_table = atom_cstates,
866 .state_table = snb_cstates,
871 .state_table = byt_cstates,
877 .state_table = cht_cstates,
883 .state_table = ivb_cstates,
888 .state_table = ivt_cstates,
893 .state_table = hsw_cstates,
[all …]
/drivers/scsi/isci/
Disci.h522 const struct sci_base_state *state_table; member
536 const struct sci_base_state *state_table,
Dhost.c150 const struct sci_base_state *state_table, u32 initial_state) in sci_init_sm() argument
157 sm->state_table = state_table; in sci_init_sm()
159 handler = sm->state_table[initial_state].enter_state; in sci_init_sm()
169 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
176 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()