KE_SW             388 drivers/input/misc/wistron_btns.c 	{ KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */
KE_SW             389 drivers/input/misc/wistron_btns.c 	{ KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */
KE_SW             589 drivers/input/misc/wistron_btns.c 	{ KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */
KE_SW             590 drivers/input/misc/wistron_btns.c 	{ KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */
KE_SW             199 drivers/input/sparse-keymap.c 		case KE_SW:
KE_SW             248 drivers/input/sparse-keymap.c 	case KE_SW:
KE_SW              42 drivers/platform/x86/intel-vbtn.c 	{ KE_SW,     0xCA, { .sw = { SW_DOCK, 1 } } },		/* Docked */
KE_SW              43 drivers/platform/x86/intel-vbtn.c 	{ KE_SW,     0xCB, { .sw = { SW_DOCK, 0 } } },		/* Undocked */
KE_SW              44 drivers/platform/x86/intel-vbtn.c 	{ KE_SW,     0xCC, { .sw = { SW_TABLET_MODE, 1 } } },	/* Tablet */
KE_SW              45 drivers/platform/x86/intel-vbtn.c 	{ KE_SW,     0xCD, { .sw = { SW_TABLET_MODE, 0 } } },	/* Laptop */
KE_SW              92 drivers/platform/x86/intel-vbtn.c 			if (ke->type == KE_SW)