Lines Matching defs:intel_rps
538 struct intel_rps { struct
539 struct mutex lock; /* protects enabling and the worker */
545 struct work_struct work;
546 bool interrupts_enabled;
547 u32 pm_iir;
550 u32 pm_intrmsk_mbz;
562 u8 cur_freq; /* Current frequency (cached, may not == HW) */
563 u8 min_freq_softlimit; /* Minimum frequency permitted by the driver */
564 u8 max_freq_softlimit; /* Max frequency permitted by the driver */
565 u8 max_freq; /* Maximum frequency, RP0 if not overclocking */
566 u8 min_freq; /* AKA RPn. Minimum frequency */
567 u8 boost_freq; /* Frequency to request when wait boosting */
591 struct intel_rps_ei ei; argument
607 struct intel_rps rps; argument