Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c591 int hwswitch_state; in dell_debugfs_show() local
606 hwswitch_state = buffer.output[1]; in dell_debugfs_show()
651 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()
653 hwswitch_state & BIT(0)); in dell_debugfs_show()
655 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()
657 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()
659 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()
661 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()
663 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()
665 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()
[all …]