Searched refs:hwswitch_state (Results 1 – 1 of 1) sorted by relevance
590 int hwswitch_state; in dell_debugfs_show() local605 hwswitch_state = buffer.output[1]; in dell_debugfs_show()650 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()652 hwswitch_state & BIT(0)); in dell_debugfs_show()654 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()656 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()658 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()660 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()662 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()664 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()[all …]