Lines Matching refs:idle_cpu
72 struct idle_cpu { struct
84 static const struct idle_cpu *icpu; argument
972 static const struct idle_cpu idle_cpu_nehalem = {
978 static const struct idle_cpu idle_cpu_atom = {
982 static const struct idle_cpu idle_cpu_tangier = {
986 static const struct idle_cpu idle_cpu_lincroft = {
991 static const struct idle_cpu idle_cpu_snb = {
996 static const struct idle_cpu idle_cpu_byt = {
1002 static const struct idle_cpu idle_cpu_cht = {
1008 static const struct idle_cpu idle_cpu_ivb = {
1013 static const struct idle_cpu idle_cpu_ivt = {
1018 static const struct idle_cpu idle_cpu_hsw = {
1023 static const struct idle_cpu idle_cpu_bdw = {
1028 static const struct idle_cpu idle_cpu_skl = {
1033 static const struct idle_cpu idle_cpu_skx = {
1038 static const struct idle_cpu idle_cpu_avn = {
1043 static const struct idle_cpu idle_cpu_knl = {
1047 static const struct idle_cpu idle_cpu_bxt = {
1052 static const struct idle_cpu idle_cpu_dnv = {
1137 icpu = (const struct idle_cpu *)id->driver_data; in intel_idle_probe()