Searched refs:KE_SW (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/platform/x86/ |
| D | intel-vbtn.c | 46 { KE_SW, 0xCA, { .sw = { SW_DOCK, 1 } } }, /* Docked */ 47 { KE_SW, 0xCB, { .sw = { SW_DOCK, 0 } } }, /* Undocked */ 48 { KE_SW, 0xCC, { .sw = { SW_TABLET_MODE, 1 } } }, /* Tablet */ 49 { KE_SW, 0xCD, { .sw = { SW_TABLET_MODE, 0 } } }, /* Laptop */ 138 if (ke->type == KE_SW) in notify_handler()
|
| /Linux-v5.10/include/linux/input/ |
| D | sparse-keymap.h | 11 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
| /Linux-v5.10/drivers/input/ |
| D | sparse-keymap.c | 199 case KE_SW: in sparse_keymap_setup() 248 case KE_SW: in sparse_keymap_report_entry()
|
| /Linux-v5.10/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 */
|