Home
last modified time | relevance | path

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

/linux/net/rfkill/
H A Dcore.c32 #define RFKILL_BLOCK_ANY (RFKILL_BLOCK_HW |\ macro
129 if (rfkill->state & RFKILL_BLOCK_ANY) in rfkill_led_trigger_event()
184 if (!(rfkill->state & RFKILL_BLOCK_ANY)) { in rfkill_global_led_trigger_worker()
560 ret = !!(rfkill->state & RFKILL_BLOCK_ANY); in rfkill_set_hw_state_reason()
964 return !!(state & RFKILL_BLOCK_ANY); in rfkill_blocked()