Searched defs:intel_rps (Results 1 – 1 of 1) sorted by relevance
36 struct intel_rps { struct37 struct mutex lock; /* protects enabling and the worker */43 struct work_struct work;44 bool enabled;45 bool active;46 u32 pm_iir;49 u32 pm_intrmsk_mbz;50 u32 pm_events;62 u8 cur_freq; /* Current frequency (cached, may not == HW) */63 u8 last_freq; /* Last SWREQ frequency */[all …]