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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 116 milliseconds