Searched refs:hwswitch_state (Results 1 – 1 of 1) sorted by relevance
310 static int hwswitch_state; variable475 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()[all …]