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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/input/
H A Dsparse-keymap.h14 #define KE_SW 2 /* Switch (predetermined value) */ macro
21 * @type: Type of the key entry (KE_KEY, KE_SW, KE_VSW, KE_END);
27 * @sw.value: Value that should be sent in an input even when KE_SW
40 struct { /* For KE_SW, KE_VSW */
42 u8 value; /* For KE_SW, ignored by KE_VSW */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dsparse-keymap.c153 case KE_SW:
208 * @value: Value that should be reported (ignored by %KE_SW entries)
229 case KE_SW:
244 * @value: Value that should be reported (ignored by %KE_SW entries)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Ddell-wmi.c53 enum { KE_KEY, KE_SW, KE_IGNORE, KE_END }; enumerator in enum:__anon13941
311 case KE_SW:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwistron_btns.c391 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */
392 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */
592 { KE_SW, 0x4a, {.sw = {SW_LID, 1}} }, /* lid close */
593 { KE_SW, 0x4b, {.sw = {SW_LID, 0}} }, /* lid open */

Completed in 81 milliseconds