Searched refs:KE_SW (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/input/ |
D | sparse-keymap.h | 14 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
/linux-4.1.27/drivers/input/ |
D | sparse-keymap.c | 204 case KE_SW: in sparse_keymap_setup() 287 case KE_SW: in sparse_keymap_report_entry()
|
/linux-4.1.27/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 */
|