Searched refs:rfkill_sw_pending (Results 1 – 1 of 1) sorted by relevance
44 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)]; variable107 memset(rfkill_sw_pending, 0, in rfkill_op_handler()108 sizeof(rfkill_sw_pending)); in rfkill_op_handler()127 if (__test_and_clear_bit(i, rfkill_sw_pending)) { in rfkill_op_handler()181 __set_bit(type, rfkill_sw_pending); in rfkill_schedule_toggle()