Searched refs:KE_SW (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel-vbtn.c | 60 { KE_SW, 0xCC, { .sw = { SW_TABLET_MODE, 1 } } }, /* Tablet */ 61 { KE_SW, 0xCD, { .sw = { SW_TABLET_MODE, 0 } } }, /* Laptop */ 150 if (ke->type == KE_SW) in notify_handler()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | sparse-keymap.c | 199 case KE_SW: in sparse_keymap_setup() 248 case KE_SW: in sparse_keymap_report_entry()
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | sparse-keymap.h | 11 #define KE_SW 2 /* Switch (predetermined value) */ macro
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A 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 */
|