/openbmc/linux/drivers/input/misc/ |
H A D | wistron_btns.c | 250 { KE_KEY, 0x11, {KEY_PROG1} }, 279 { KE_KEY, 0x11, {KEY_PROG1} }, 324 { KE_KEY, 0x11, {KEY_PROG1} }, 338 { KE_KEY, 0x11, {KEY_PROG1} }, 354 { KE_KEY, 0x11, {KEY_PROG1} }, 367 { KE_KEY, 0x11, {KEY_PROG1} }, 382 { KE_KEY, 0x11, {KEY_PROG1} }, 399 { KE_KEY, 0x11, {KEY_PROG1} }, 414 { KE_KEY, 0x11, {KEY_PROG1} }, 430 { KE_KEY, 0x31, {KEY_PROG1} }, [all …]
|
H A D | apanel.c | 65 [3] = KEY_PROG1,
|
H A D | ati_remote2.c | 158 { 0x3f, KEY_PROG1 }, /* AUX1-AUX4 and PC */ 594 ar2->keycode[ATI_REMOTE2_AUX1][index] = KEY_PROG1; in ati_remote2_input_init() 599 __set_bit(KEY_PROG1, idev->keybit); in ati_remote2_input_init()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | adv_swbutton.c | 35 input_report_key(button->input, KEY_PROG1, 0); in adv_swbutton_notify() 39 input_report_key(button->input, KEY_PROG1, 1); in adv_swbutton_notify() 73 input_set_capability(input, EV_KEY, KEY_PROG1); in adv_swbutton_probe()
|
H A D | xiaomi-wmi.c | 71 { XIAOMI_DEVICE(XIAOMI_KEY_FN_FN, KEY_PROG1) },
|
H A D | asus-nb-wmi.c | 565 { KE_KEY, 0x86, { KEY_PROG1 } }, /* MyASUS Key */ 567 { KE_KEY, 0x8A, { KEY_PROG1 } }, /* Color enhancement mode */
|
H A D | eeepc-wmi.c | 67 { KE_KEY, 0xe0, { KEY_PROG1 } }, /* Task Manager */
|
H A D | fujitsu-tablet.c | 86 KEY_PROG1, 105 KEY_PROG1,
|
H A D | msi-wmi.c | 69 { KE_KEY, WIND_KEY_TURBO, {KEY_PROG1} },
|
/openbmc/linux/drivers/hid/ |
H A D | hid-cherry.c | 46 case 0x301: ch_map_key_clear(KEY_PROG1); break; in ch_input_mapping()
|
H A D | hid-chicony.c | 84 case 0x00f8: ch_map_key_clear(KEY_PROG1); break; in ch_input_mapping()
|
H A D | hid-lg.c | 594 case 0x1019: lg_map_key_clear(KEY_PROG1); break; in lg_wireless_mapping() 621 case 0x1049: lg_map_key_clear(KEY_PROG1); break; in lg_wireless_mapping()
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | other.c | 99 .code = KEY_PROG1, 210 .code = KEY_PROG1,
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 60 static const int KEY_PROG1 = PROG1; variable 602 bpf_map_update_elem(&run_map, &KEY_PROG1, &PROG_DONE, BPF_ANY); in multi_prog_pass1() 616 bpf_map_update_elem(&run_map, &KEY_PROG1, &PROG_DONE, BPF_ANY); in multi_prog_drop1() 648 bpf_map_update_elem(&run_map, &KEY_PROG1, &PROG_DONE, BPF_ANY); in multi_prog_redir1()
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9g25-gardena-smart-gateway.dts | 29 linux,code = <KEY_PROG1>;
|
H A D | at91sam9260ek.dts | 160 linux,code = <KEY_PROG1>;
|
H A D | at91-sama5d27_wlsom1_ek.dts | 38 linux,code = <KEY_PROG1>;
|
H A D | at91-sama5d4_xplained.dts | 254 linux,code = <KEY_PROG1>;
|
H A D | at91sam9g20ek_common.dtsi | 259 linux,code = <KEY_PROG1>;
|
H A D | at91-sama5d3_xplained.dts | 384 linux,code = <KEY_PROG1>;
|
H A D | at91-sama5d2_ptc_ek.dts | 408 linux,code = <KEY_PROG1>;
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-base.c | 220 [18] = KEY_PROG1, 307 { KE_KEY, 0x850, { KEY_PROG1 } },
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | gardena_smart_gateway_mt7688.dts | 32 linux,code =<KEY_PROG1> ;
|
/openbmc/linux/drivers/usb/storage/ |
H A D | onetouch.c | 31 #define ONETOUCH_BUTTON KEY_PROG1
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 225 #define KEY_PROG1 148 macro
|