Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c215 bool was_in_rfkill; in iwl_trans_pcie_gen2_stop_device() local
223 was_in_rfkill = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_trans_pcie_gen2_stop_device()
225 iwl_trans_pcie_handle_stop_rfkill(trans, was_in_rfkill); in iwl_trans_pcie_gen2_stop_device()
H A Dtrans.c1432 bool was_in_rfkill) in iwl_trans_pcie_handle_stop_rfkill() argument
1456 if (hw_rfkill != was_in_rfkill) in iwl_trans_pcie_handle_stop_rfkill()
1463 bool was_in_rfkill; in iwl_trans_pcie_stop_device() local
1471 was_in_rfkill = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_trans_pcie_stop_device()
1473 iwl_trans_pcie_handle_stop_rfkill(trans, was_in_rfkill); in iwl_trans_pcie_stop_device()
H A Dinternal.h817 bool was_in_rfkill);