Lines Matching refs:hwswitch
504 int hwswitch; in dell_rfkill_set() local
518 hwswitch = buffer.output[1]; in dell_rfkill_set()
522 if (ret == 0 && (hwswitch & BIT(hwswitch_bit)) && in dell_rfkill_set()
548 int status, int hwswitch) in dell_rfkill_update_hw_state() argument
550 if (hwswitch & (BIT(radio - 1))) in dell_rfkill_update_hw_state()
558 int hwswitch; in dell_rfkill_query() local
572 hwswitch = buffer.output[1]; in dell_rfkill_query()
577 dell_rfkill_update_hw_state(rfkill, radio, status, hwswitch); in dell_rfkill_query()
675 int hwswitch = 0; in dell_update_rfkill() local
690 hwswitch = buffer.output[1]; in dell_update_rfkill()
693 dell_rfkill_update_hw_state(wifi_rfkill, 1, status, hwswitch); in dell_update_rfkill()
698 hwswitch); in dell_update_rfkill()
702 dell_rfkill_update_hw_state(wwan_rfkill, 3, status, hwswitch); in dell_update_rfkill()