Lines Matching refs:idle_cpu
84 struct idle_cpu { struct
96 static const struct idle_cpu *icpu; argument
830 static const struct idle_cpu idle_cpu_nehalem = {
836 static const struct idle_cpu idle_cpu_atom = {
840 static const struct idle_cpu idle_cpu_lincroft = {
845 static const struct idle_cpu idle_cpu_snb = {
850 static const struct idle_cpu idle_cpu_byt = {
856 static const struct idle_cpu idle_cpu_cht = {
862 static const struct idle_cpu idle_cpu_ivb = {
867 static const struct idle_cpu idle_cpu_ivt = {
872 static const struct idle_cpu idle_cpu_hsw = {
877 static const struct idle_cpu idle_cpu_bdw = {
882 static const struct idle_cpu idle_cpu_skl = {
888 static const struct idle_cpu idle_cpu_avn = {
962 icpu = (const struct idle_cpu *)id->driver_data; in intel_idle_probe()