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