Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Ddell-laptop.c656 int hwswitch_state; in dell_debugfs_show() local
672 hwswitch_state = buffer->output[1]; in dell_debugfs_show()
719 seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); in dell_debugfs_show()
721 hwswitch_state & BIT(0)); in dell_debugfs_show()
723 (hwswitch_state & BIT(1)) >> 1); in dell_debugfs_show()
725 (hwswitch_state & BIT(2)) >> 2); in dell_debugfs_show()
727 (hwswitch_state & BIT(3)) >> 3); in dell_debugfs_show()
729 (hwswitch_state & BIT(4)) >> 4); in dell_debugfs_show()
731 (hwswitch_state & BIT(7)) >> 7); in dell_debugfs_show()
733 (hwswitch_state & BIT(8)) >> 8); in dell_debugfs_show()
[all …]