Home
last modified time | relevance | path

Searched refs:hwswitch_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Ddell-laptop.c555 int hwswitch_state; in dell_debugfs_show() local
570 hwswitch_state = buffer.output[1]; in dell_debugfs_show()
615 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()
617 hwswitch_state & BIT(0)); in dell_debugfs_show()
619 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()
621 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()
623 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()
625 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()
627 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()
629 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()
[all …]