Symbol: KEY_PROG3
drivers/char/sonypi.c
452
{ SONYPI_EVENT_PKEY_P3, KEY_PROG3 },
drivers/hid/hid-asus.c
1061
case 0x5c: asus_map_key_clear(KEY_PROG3); break; /* Fn+Space Power4Gear */
drivers/hid/hid-asus.c
1066
case 0xb3: asus_map_key_clear(KEY_PROG3); break; /* Fn+Left next aura */
drivers/hid/hid-cherry.c
48
case 0x303: ch_map_key_clear(KEY_PROG3); break;
drivers/hid/hid-debug.c
3257
[KEY_PAUSECD] = "PauseCD", [KEY_PROG3] = "Prog3",
drivers/hid/hid-lg.c
596
case 0x101b: lg_map_key_clear(KEY_PROG3); break;
drivers/hid/hid-lg.c
623
case 0x104b: lg_map_key_clear(KEY_PROG3); break;
drivers/hid/wacom_wac.c
4282
__set_bit(KEY_PROG3, input_dev->keybit);
drivers/hid/wacom_wac.c
4297
__set_bit(KEY_PROG3, input_dev->keybit);
drivers/hid/wacom_wac.c
4316
__set_bit(KEY_PROG3, input_dev->keybit);
drivers/input/keyboard/lkkbd.c
183
[0xa3] = KEY_PROG3,
drivers/input/misc/ati_remote2.c
567
ar2->keycode[ATI_REMOTE2_AUX3][index] = KEY_PROG3;
drivers/input/misc/ati_remote2.c
572
__set_bit(KEY_PROG3, idev->keybit);
drivers/input/misc/wistron_btns.c
293
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
340
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
416
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
464
{ KE_KEY, 0x14, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
475
{ KE_KEY, 0x14, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
489
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
503
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
514
{ KE_KEY, 0x06, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
530
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/input/misc/wistron_btns.c
575
{ KE_KEY, 0x13, {KEY_PROG3} },
drivers/platform/x86/acer-wmi.c
175
{KE_KEY, 0x23, {KEY_PROG3} }, /* P_Key */
drivers/platform/x86/acer-wmi.c
178
{KE_KEY, 0x29, {KEY_PROG3} }, /* P_Key for TM8372 */
drivers/platform/x86/asus-nb-wmi.c
589
{ KE_KEY, 0x38, { KEY_PROG3 } }, /* Armoury Crate */
drivers/platform/x86/asus-nb-wmi.c
657
{ KE_KEY, ASUS_WMI_KEY_ARMOURY, { KEY_PROG3 } },
drivers/platform/x86/dell/dell-wmi-base.c
253
[255] = KEY_PROG3,
drivers/platform/x86/dell/dell-wmi-base.c
321
{ KE_KEY, 0x852, { KEY_PROG3 } },
drivers/platform/x86/eeepc-laptop.c
136
{ KE_KEY, 0x1d, { KEY_PROG3 } },
drivers/platform/x86/fujitsu-laptop.c
569
{ KE_KEY, KEY3_CODE, { KEY_PROG3 } },
drivers/platform/x86/fujitsu-laptop.c
582
{ KE_KEY, KEY3_CODE, { KEY_PROG3 } },
drivers/platform/x86/lenovo/ideapad-laptop.c
1321
{ KE_KEY, 64, { KEY_PROG3 } },
drivers/platform/x86/lenovo/ideapad-laptop.c
1349
{ KE_KEY, 0x28 | IDEAPAD_WMI_KEY, { KEY_PROG3 } },
drivers/platform/x86/lenovo/ideapad-laptop.c
1360
{ KE_KEY, 0x45 | IDEAPAD_WMI_KEY, { KEY_PROG3 } },
drivers/platform/x86/sony-laptop.c
315
KEY_PROG3, /* 27 SONYPI_EVENT_PKEY_P3 */