Lines Matching refs:state_table
90 struct cpuidle_state *state_table; member
1446 .state_table = nehalem_cstates,
1452 .state_table = nehalem_cstates,
1459 .state_table = atom_cstates,
1463 .state_table = tangier_cstates,
1467 .state_table = atom_cstates,
1472 .state_table = snb_cstates,
1477 .state_table = snb_cstates,
1483 .state_table = byt_cstates,
1488 .state_table = cht_cstates,
1493 .state_table = ivb_cstates,
1498 .state_table = ivt_cstates,
1504 .state_table = hsw_cstates,
1509 .state_table = hsw_cstates,
1515 .state_table = bdw_cstates,
1520 .state_table = bdw_cstates,
1526 .state_table = skl_cstates,
1531 .state_table = skx_cstates,
1537 .state_table = icx_cstates,
1543 .state_table = adl_cstates,
1547 .state_table = adl_l_cstates,
1551 .state_table = mtl_l_cstates,
1555 .state_table = gmt_cstates,
1559 .state_table = spr_cstates,
1566 .state_table = gnr_cstates,
1573 .state_table = gnrd_cstates,
1580 .state_table = avn_cstates,
1586 .state_table = knl_cstates,
1591 .state_table = bxt_cstates,
1596 .state_table = dnv_cstates,
1606 .state_table = snr_cstates,
1612 .state_table = grr_cstates,
1619 .state_table = srf_cstates,
2248 if (icpu && icpu->state_table) in intel_idle_cpuidle_driver_init()
2465 if (icpu->state_table) in intel_idle_init()
2466 cpuidle_state_table = icpu->state_table; in intel_idle_init()