RFKILL_TYPE_ALL
return RFKILL_TYPE_ALL;
ev.type == RFKILL_TYPE_ALL)
ev.type == RFKILL_TYPE_ALL))
rfkill_update_global_state(RFKILL_TYPE_ALL, !rfkill_default_state);
if (type != RFKILL_TYPE_ALL) {
if (rfkill->type != type && type != RFKILL_TYPE_ALL)
return RFKILL_TYPE_ALL;
return RFKILL_TYPE_ALL;
if (WARN_ON(type == RFKILL_TYPE_ALL || type >= NUM_RFKILL_TYPES))
rfkill_schedule_toggle(RFKILL_TYPE_ALL);