Lines Matching refs:hwswitch
488 int hwswitch; in dell_rfkill_set() local
502 hwswitch = buffer.output[1]; in dell_rfkill_set()
506 if (ret == 0 && (hwswitch & BIT(hwswitch_bit)) && in dell_rfkill_set()
532 int status, int hwswitch) in dell_rfkill_update_hw_state() argument
534 if (hwswitch & (BIT(radio - 1))) in dell_rfkill_update_hw_state()
542 int hwswitch; in dell_rfkill_query() local
556 hwswitch = buffer.output[1]; in dell_rfkill_query()
561 dell_rfkill_update_hw_state(rfkill, radio, status, hwswitch); in dell_rfkill_query()
659 int hwswitch = 0; in dell_update_rfkill() local
674 hwswitch = buffer.output[1]; in dell_update_rfkill()
677 dell_rfkill_update_hw_state(wifi_rfkill, 1, status, hwswitch); in dell_update_rfkill()
682 hwswitch); in dell_update_rfkill()
686 dell_rfkill_update_hw_state(wwan_rfkill, 3, status, hwswitch); in dell_update_rfkill()