Searched refs:RFKILL_BLOCK_HW (Results 1 – 1 of 1) sorted by relevance
29 #define RFKILL_BLOCK_HW BIT(0) macro32 #define RFKILL_BLOCK_ANY (RFKILL_BLOCK_HW |\274 ev->hard = !!(rfkill->state & RFKILL_BLOCK_HW); in rfkill_fill_event()567 rfkill->state |= RFKILL_BLOCK_HW; in rfkill_set_hw_state_reason()572 rfkill->state &= ~RFKILL_BLOCK_HW; in rfkill_set_hw_state_reason()611 hwblock = !!(rfkill->state & RFKILL_BLOCK_HW); in rfkill_set_sw_state()656 hwprev = !!(rfkill->state & RFKILL_BLOCK_HW); in rfkill_set_states()659 rfkill->state |= RFKILL_BLOCK_HW; in rfkill_set_states()661 rfkill->state &= ~RFKILL_BLOCK_HW; in rfkill_set_states()746 return sysfs_emit(buf, "%d\n", (rfkill->state & RFKILL_BLOCK_HW) ? 1 : 0); in hard_show()[all …]