Searched refs:ERFKILL (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h124 #define ERFKILL 138 /* Operation not possible due to RF-kill */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h114 #define ERFKILL 134 /* Operation not possible due to RF-kill */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h124 #define ERFKILL 138 /* Operation not possible due to RF-kill */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h123 #define ERFKILL 167 /* Operation not possible due to RF-kill */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h114 #define ERFKILL 134 /* Operation not possible due to RF-kill */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h119 #define ERFKILL 132 /* Operation not possible due to RF-kill */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h121 #define ERFKILL 256 /* Operation not possible due to RF-kill */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h121 #define ERFKILL 256 /* Operation not possible due to RF-kill */ macro
/linux-master/fs/afs/
H A Dmisc.c135 if (e->error == -ERFKILL)
138 case -ERFKILL:
H A Dvl_probe.c83 case -ERFKILL:
H A Dvl_rotate.c149 case -ERFKILL:
H A Dfs_probe.c171 case -ERFKILL:
H A Drotate.c450 case -ERFKILL:
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dsmem.c99 WARN(ret != -ERFKILL,
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c492 ret = -ERFKILL;
543 ret = -ERFKILL;
/linux-master/lib/
H A Derrname.c145 E(ERFKILL),
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c152 return -ERFKILL;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c52 if (!ret || ret == -ERFKILL || ret == -EHOSTDOWN)
98 if (ret == -ERFKILL) {
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1830 ret = -ERFKILL;
1872 return -ERFKILL;
/linux-master/net/nfc/
H A Dcore.c103 rc = -ERFKILL;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c775 return -ERFKILL;
/linux-master/net/wireless/
H A Dcore.c1577 return notifier_from_errno(-ERFKILL);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c447 err = -ERFKILL;

Completed in 1347 milliseconds

12