Searched refs:hwswitch_state (Results 1 – 1 of 1) sorted by relevance
574 int hwswitch_state; in dell_debugfs_show() local589 hwswitch_state = buffer.output[1]; in dell_debugfs_show()634 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()636 hwswitch_state & BIT(0)); in dell_debugfs_show()638 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()640 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()642 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()644 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()646 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()648 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()[all …]