Searched refs:RFKILL_BLOCK_HW (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/rfkill/
H A Dcore.c29 #define RFKILL_BLOCK_HW BIT(0) macro
32 #define RFKILL_BLOCK_ANY (RFKILL_BLOCK_HW |\
269 ev->hard = !!(rfkill->state & RFKILL_BLOCK_HW);
557 rfkill->state |= RFKILL_BLOCK_HW;
562 rfkill->state &= ~RFKILL_BLOCK_HW;
601 hwblock = !!(rfkill->state & RFKILL_BLOCK_HW);
646 hwprev = !!(rfkill->state & RFKILL_BLOCK_HW);
649 rfkill->state |= RFKILL_BLOCK_HW;
651 rfkill->state &= ~RFKILL_BLOCK_HW;
736 return sysfs_emit(buf, "%d\n", (rfkill->state & RFKILL_BLOCK_HW)
[all...]

Completed in 202 milliseconds