Searched refs:rfkill_sw_pending (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 Dinput.c43 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)]; variable
106 memset(rfkill_sw_pending, 0,
107 sizeof(rfkill_sw_pending));
126 if (__test_and_clear_bit(i, rfkill_sw_pending)) {
183 __set_bit(type, rfkill_sw_pending);

Completed in 82 milliseconds