Lines Matching defs:intel_rps
748 struct intel_rps { struct
753 struct work_struct work;
754 bool interrupts_enabled;
755 u32 pm_iir;
758 u32 pm_intrmsk_mbz;
770 u8 cur_freq; /* Current frequency (cached, may not == HW) */
771 u8 min_freq_softlimit; /* Minimum frequency permitted by the driver */
772 u8 max_freq_softlimit; /* Max frequency permitted by the driver */
773 u8 max_freq; /* Maximum frequency, RP0 if not overclocking */
774 u8 min_freq; /* AKA RPn. Minimum frequency */
775 u8 boost_freq; /* Frequency to request when wait boosting */
799 struct intel_rps_ei ei; argument
813 struct intel_rps rps; argument