Lines Matching refs:hwswitch_state
610 int hwswitch_state; in dell_debugfs_show() local
625 hwswitch_state = buffer.output[1]; in dell_debugfs_show()
670 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()
672 hwswitch_state & BIT(0)); in dell_debugfs_show()
674 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()
676 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()
678 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()
680 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()
682 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()
684 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()
686 (hwswitch_state & BIT(15)) >> 15); in dell_debugfs_show()