Lines Matching refs:idle_cpu
84 struct idle_cpu { struct
96 static const struct idle_cpu *icpu; argument
761 static const struct idle_cpu idle_cpu_nehalem = {
767 static const struct idle_cpu idle_cpu_atom = {
771 static const struct idle_cpu idle_cpu_lincroft = {
776 static const struct idle_cpu idle_cpu_snb = {
781 static const struct idle_cpu idle_cpu_byt = {
787 static const struct idle_cpu idle_cpu_cht = {
793 static const struct idle_cpu idle_cpu_ivb = {
798 static const struct idle_cpu idle_cpu_ivt = {
803 static const struct idle_cpu idle_cpu_hsw = {
808 static const struct idle_cpu idle_cpu_bdw = {
813 static const struct idle_cpu idle_cpu_avn = {
885 icpu = (const struct idle_cpu *)id->driver_data; in intel_idle_probe()