Lines Matching refs:idle_cpu
84 struct idle_cpu { struct
96 static const struct idle_cpu *icpu; argument
984 static const struct idle_cpu idle_cpu_nehalem = {
990 static const struct idle_cpu idle_cpu_atom = {
994 static const struct idle_cpu idle_cpu_tangier = {
998 static const struct idle_cpu idle_cpu_lincroft = {
1003 static const struct idle_cpu idle_cpu_snb = {
1008 static const struct idle_cpu idle_cpu_byt = {
1014 static const struct idle_cpu idle_cpu_cht = {
1020 static const struct idle_cpu idle_cpu_ivb = {
1025 static const struct idle_cpu idle_cpu_ivt = {
1030 static const struct idle_cpu idle_cpu_hsw = {
1035 static const struct idle_cpu idle_cpu_bdw = {
1040 static const struct idle_cpu idle_cpu_skl = {
1045 static const struct idle_cpu idle_cpu_skx = {
1050 static const struct idle_cpu idle_cpu_avn = {
1055 static const struct idle_cpu idle_cpu_knl = {
1059 static const struct idle_cpu idle_cpu_bxt = {
1064 static const struct idle_cpu idle_cpu_dnv = {
1151 icpu = (const struct idle_cpu *)id->driver_data; in intel_idle_probe()