Home
last modified time | relevance | path

Searched refs:KE_SW (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dintel-vbtn.c42 { 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/
Dsparse-keymap.h14 #define KE_SW 2 /* Switch (predetermined value) */ macro
/Linux-v4.19/drivers/input/
Dsparse-keymap.c202 case KE_SW: in sparse_keymap_setup()
251 case KE_SW: in sparse_keymap_report_entry()
/Linux-v4.19/drivers/input/misc/
Dwistron_btns.c400 { 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 */