Home
last modified time | relevance | path

Searched refs:ERFKILL (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Derrno.h118 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h122 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h113 #define ERFKILL 134 /* Operation not possible due to RF-kill */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h123 #define ERFKILL 138 /* Operation not possible due to RF-kill */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h123 #define ERFKILL 256 /* Operation not possible due to RF-kill */ macro
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dutils.c107 if (!ret || ret == -ERFKILL) in iwl_mvm_send_cmd()
153 if (ret == -ERFKILL) { in iwl_mvm_send_cmd_status()
Dd3.c1606 fw_status = ERR_PTR(-ERFKILL); in iwl_mvm_get_wakeup_status()
1716 ret = -ERFKILL; in iwl_mvm_netdetect_query_results()
Dfw.c976 ret = -ERFKILL; in iwl_mvm_up()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.h877 return -ERFKILL; in iwl_trans_send_cmd()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtx.c1748 ret = -ERFKILL; in iwl_pcie_send_hcmd_sync()
1787 return -ERFKILL; in iwl_trans_pcie_send_hcmd()
Dtrans.c1058 ret = -ERFKILL; in iwl_trans_pcie_start_fw()
/linux-4.4.14/net/nfc/
Dcore.c110 rc = -ERFKILL; in nfc_dev_up()
/linux-4.4.14/net/wireless/
Dcore.c1144 return notifier_from_errno(-ERFKILL); in cfg80211_netdev_notifier_call()
Dnl80211.c9942 return -ERFKILL; in nl80211_start_p2p_device()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c449 err = -ERFKILL; in brcms_ops_start()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmain.c708 return -ERFKILL; in iwl_alive_start()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945-mac.c2394 return -ERFKILL; in __il3945_up()
/linux-4.4.14/net/bluetooth/
Dhci_core.c1420 ret = -ERFKILL; in hci_dev_do_open()
Dmgmt.c7730 if (err == -ERFKILL) in mgmt_set_powered_failed()