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

/linux-4.1.27/net/rfkill/
H A Dinput.c44 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)]; variable
107 memset(rfkill_sw_pending, 0, rfkill_op_handler()
108 sizeof(rfkill_sw_pending)); rfkill_op_handler()
127 if (__test_and_clear_bit(i, rfkill_sw_pending)) { rfkill_op_handler()
181 __set_bit(type, rfkill_sw_pending); rfkill_schedule_toggle()

Completed in 35 milliseconds