Home
last modified time | relevance | path

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

/net/rfkill/
Dinput.c41 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)]; variable
104 memset(rfkill_sw_pending, 0, in rfkill_op_handler()
105 sizeof(rfkill_sw_pending)); in rfkill_op_handler()
124 if (__test_and_clear_bit(i, rfkill_sw_pending)) { in rfkill_op_handler()
178 __set_bit(type, rfkill_sw_pending); in rfkill_schedule_toggle()