Lines Matching refs:hwswitch_state
310 static int hwswitch_state; variable
475 if ((hwswitch_state & BIT(hwswitch_bit)) && in dell_rfkill_set()
504 if (hwswitch_state & (BIT(radio - 1))) in dell_rfkill_update_hw_state()
565 seq_printf(s, "\nhwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()
567 hwswitch_state & BIT(0)); in dell_debugfs_show()
569 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()
571 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()
573 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()
575 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()
577 (hwswitch_state & BIT(15)) >> 15); in dell_debugfs_show()
666 hwswitch_state = buffer->output[1]; in dell_setup_rfkill()
672 hwswitch_state &= ~7; in dell_setup_rfkill()