Searched refs:KE_SW (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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 */
|
/Linux-v4.19/include/linux/input/ |
D | sparse-keymap.h | 14 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
/Linux-v4.19/drivers/input/ |
D | sparse-keymap.c | 202 case KE_SW: in sparse_keymap_setup() 251 case KE_SW: in sparse_keymap_report_entry()
|
/Linux-v4.19/drivers/input/misc/ |
D | wistron_btns.c | 400 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */ 401 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */ 601 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */ 602 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */
|