Searched refs:KE_SW (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/linux/input/ |
D | sparse-keymap.h | 11 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
/Linux-v6.1/drivers/input/ |
D | sparse-keymap.c | 199 case KE_SW: in sparse_keymap_setup() 248 case KE_SW: in sparse_keymap_report_entry()
|
/Linux-v6.1/drivers/platform/x86/intel/ |
D | vbtn.c | 62 { KE_SW, 0xCC, { .sw = { SW_TABLET_MODE, 1 } } }, /* Tablet */ 63 { KE_SW, 0xCD, { .sw = { SW_TABLET_MODE, 0 } } }, /* Laptop */
|
/Linux-v6.1/drivers/platform/loongarch/ |
D | loongson-laptop.c | 231 ke.type = KE_SW; in loongson_hotkey_resume() 479 if (type == KE_SW) { in event_notify()
|
/Linux-v6.1/drivers/input/misc/ |
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 */
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | dell-wmi-privacy.c | 64 { KE_SW, 0x0002, { SW_CAMERA_LENS_COVER } },
|