Lines Matching refs:iwl_fw_runtime
166 struct iwl_fw_runtime;
207 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt,
211 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt);
213 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt);
215 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt);
217 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt);
219 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt,
223 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt,
226 __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt);
228 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt);
230 int iwl_read_ppag_table(struct iwl_fw_runtime *fwrt, union iwl_ppag_table_cmd *cmd,
233 bool iwl_acpi_is_ppag_approved(struct iwl_fw_runtime *fwrt);
284 static inline int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile()
291 static inline int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wrds_table()
296 static inline int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_ewrd_table()
301 static inline int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wgds_table()
306 static inline bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support()
311 static inline int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas()
317 static inline __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_lari_config_bitmap()
322 static inline int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ppag_table()
327 static inline int iwl_read_ppag_table(struct iwl_fw_runtime *fwrt, in iwl_read_ppag_table()
333 static inline bool iwl_acpi_is_ppag_approved(struct iwl_fw_runtime *fwrt) in iwl_acpi_is_ppag_approved()