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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c44 #define RFKILL_BLOCK_SW_PREV BIT(2) macro
47 RFKILL_BLOCK_SW_PREV)
205 RFKILL_BLOCK_SW_PREV));
287 rfkill->state |= RFKILL_BLOCK_SW_PREV;
289 rfkill->state &= ~RFKILL_BLOCK_SW_PREV;
308 if (rfkill->state & RFKILL_BLOCK_SW_PREV)
314 rfkill->state &= ~RFKILL_BLOCK_SW_PREV;
490 bit = RFKILL_BLOCK_SW_PREV;

Completed in 100 milliseconds