Searched refs:KE_END (Results 1 - 10 of 10) 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.h12 #define KE_END 0 /* Indicates end of keymap */ macro
21 * @type: Type of the key entry (KE_KEY, KE_SW, KE_VSW, KE_END);
/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
100 {KE_END, 0}
150 for (key = dell_wmi_keymap; key->type != KE_END; key++)
161 for (key = dell_wmi_keymap; key->type != KE_END; key++)
269 dell_new_wmi_keymap[i].type = KE_END;
305 for (key = dell_wmi_keymap; key->type != KE_END; key++) {
H A Dhp-wmi.c97 enum { KE_KEY, KE_END }; enumerator in enum:__anon13944
108 {KE_END, 0}
354 for (key = hp_wmi_keymap; key->type != KE_END; key++)
365 for (key = hp_wmi_keymap; key->type != KE_END; key++)
526 for (key = hp_wmi_keymap; key->type != KE_END; key++) {
H A Dtoshiba_acpi.c130 enum {KE_KEY, KE_END}; enumerator in enum:__anon13971
153 {KE_END, 0, 0},
840 for (key = toshiba_acpi_keymap; key->type != KE_END; key++)
851 for (key = toshiba_acpi_keymap; key->type != KE_END; key++)
966 for (key = toshiba_acpi_keymap; key->type != KE_END; key++) {
H A Dmsi-wmi.c56 { KE_END, 0}
H A Deeepc-wmi.c72 { KE_END, 0},
H A Deeepc-laptop.c153 { KE_END, 0 },
H A Dasus-laptop.c281 {KE_END, 0},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwistron_btns.c246 for (key = keymap; key->type != KE_END; key++) {
258 { KE_END, 0 }
268 { KE_END, 0 }
278 { KE_END, 0 }
290 { KE_END, 0 }
299 { KE_END, FE_MAIL_LED }
308 { KE_END, FE_MAIL_LED | FE_WIFI_LED | FE_UNTESTED }
321 { KE_END, 0 }
334 { KE_END, FE_UNTESTED }
349 { KE_END, FE_MAIL_LE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dsparse-keymap.c38 for (key = dev->keycode; key->type != KE_END; key++)
59 for (key = dev->keycode; key->type != KE_END; key++)
110 * with %KE_END type entry
123 size_t map_size = 1; /* to account for the last KE_END entry */
129 for (e = keymap; e->type != KE_END; e++)

Completed in 199 milliseconds