Searched refs:KE_SW (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | lenovo-ymc.c | 84 { KE_SW, 0x01, { .sw = { SW_TABLET_MODE, 0 } } }, 86 { KE_SW, 0x02, { .sw = { SW_TABLET_MODE, 1 } } }, 88 { KE_SW, 0x03, { .sw = { SW_TABLET_MODE, 1 } } }, 90 { KE_SW, 0x04, { .sw = { SW_TABLET_MODE, 1 } } },
|
/openbmc/linux/include/linux/input/ |
H A D | sparse-keymap.h | 11 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 199 case KE_SW: in sparse_keymap_setup() 248 case KE_SW: in sparse_keymap_report_entry()
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | vbtn.c | 62 { KE_SW, 0xCC, { .sw = { SW_TABLET_MODE, 1 } } }, /* Tablet */ 63 { KE_SW, 0xCD, { .sw = { SW_TABLET_MODE, 0 } } }, /* Laptop */
|
/openbmc/linux/drivers/input/misc/ |
H A D | wistron_btns.c | 388 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */ 389 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */ 589 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */ 590 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */
|
/openbmc/linux/drivers/platform/loongarch/ |
H A D | loongson-laptop.c | 231 ke.type = KE_SW; in loongson_hotkey_resume() 479 if (type == KE_SW) { in event_notify()
|