hwswitch_state 574 drivers/platform/x86/dell-laptop.c int hwswitch_state; hwswitch_state 589 drivers/platform/x86/dell-laptop.c hwswitch_state = buffer.output[1]; hwswitch_state 634 drivers/platform/x86/dell-laptop.c seq_printf(s, "hwswitch_state:\t0x%X\n", hwswitch_state); hwswitch_state 636 drivers/platform/x86/dell-laptop.c hwswitch_state & BIT(0)); hwswitch_state 638 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(1)) >> 1); hwswitch_state 640 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(2)) >> 2); hwswitch_state 642 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(3)) >> 3); hwswitch_state 644 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(4)) >> 4); hwswitch_state 646 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(7)) >> 7); hwswitch_state 648 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(8)) >> 8); hwswitch_state 650 drivers/platform/x86/dell-laptop.c (hwswitch_state & BIT(15)) >> 15);