Home
last modified time | relevance | path

Searched refs:iwl_read_ppag_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.h226 int iwl_read_ppag_table(struct iwl_fw_runtime *fwrt, union iwl_ppag_table_cmd *cmd,
312 static inline int iwl_read_ppag_table(struct iwl_fw_runtime *fwrt, in iwl_read_ppag_table() function
H A Dacpi.c1157 int iwl_read_ppag_table(struct iwl_fw_runtime *fwrt, union iwl_ppag_table_cmd *cmd, in iwl_read_ppag_table() function
1243 IWL_EXPORT_SYMBOL(iwl_read_ppag_table);
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c1016 ret = iwl_read_ppag_table(&mvm->fwrt, &cmd, &cmd_size); in iwl_mvm_ppag_send_cmd()