Lines Matching refs:state_table
97 struct cpuidle_state *state_table; member
1456 .state_table = nehalem_cstates,
1462 .state_table = nehalem_cstates,
1469 .state_table = atom_cstates,
1473 .state_table = tangier_cstates,
1477 .state_table = atom_cstates,
1482 .state_table = snb_cstates,
1487 .state_table = snb_cstates,
1493 .state_table = byt_cstates,
1498 .state_table = cht_cstates,
1503 .state_table = ivb_cstates,
1508 .state_table = ivt_cstates,
1514 .state_table = hsw_cstates,
1519 .state_table = hsw_cstates,
1525 .state_table = bdw_cstates,
1530 .state_table = bdw_cstates,
1536 .state_table = skl_cstates,
1541 .state_table = skx_cstates,
1547 .state_table = icx_cstates,
1553 .state_table = adl_cstates,
1557 .state_table = adl_l_cstates,
1561 .state_table = mtl_l_cstates,
1565 .state_table = gmt_cstates,
1569 .state_table = spr_cstates,
1576 .state_table = gnr_cstates,
1583 .state_table = gnrd_cstates,
1590 .state_table = avn_cstates,
1596 .state_table = knl_cstates,
1601 .state_table = bxt_cstates,
1606 .state_table = dnv_cstates,
1616 .state_table = snr_cstates,
1622 .state_table = grr_cstates,
1629 .state_table = srf_cstates,
2234 if (icpu && icpu->state_table) in intel_idle_cpuidle_driver_init()
2642 if (icpu->state_table) in intel_idle_init()
2643 cpuidle_state_table = icpu->state_table; in intel_idle_init()