| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-icade.c | 143 [24] = { BTN_C, 1 }, 144 [9] = { BTN_C, 0 },
|
| H A D | hid-debug.c | 858 [BTN_B] = "BtnB", [BTN_C] = "BtnC",
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | db9.c | 101 static const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_M… 102 static const short db9_cd32_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN… 308 input_report_key(dev, BTN_C, data[j + 1] & 0x02); in db9_saturn_report() 409 input_report_key(dev, BTN_C, ~data & DB9_FIRE2); in db9_timer() 426 input_report_key(dev, BTN_C, ~data & DB9_FIRE2); in db9_timer() 446 input_report_key(dev, BTN_C, ~data & DB9_FIRE2); in db9_timer()
|
| H A D | stinger.c | 57 input_report_key(dev, BTN_C, ((data[0] & 0x08) >> 3)); in stinger_process_packet() 142 BIT_MASK(BTN_C) | BIT_MASK(BTN_X) | BIT_MASK(BTN_Y) | in stinger_connect()
|
| H A D | maplecontrol.c | 46 input_report_key(dev, BTN_C, buttons & 0x0001); in dc_pad_callback() 85 BTN_C, BTN_B, BTN_A, BTN_START, -1, -1, -1, -1, in probe_maple_controller()
|
| H A D | tmdc.c | 61 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR }; 64 BTN_BASE3, BTN_BASE4, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z }; 66 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
|
| H A D | spaceball.c | 115 input_report_key(dev, BTN_C, data[1] & 0x10); in spaceball_process_packet() 228 BIT_MASK(BTN_B) | BIT_MASK(BTN_C) | in spaceball_connect()
|
| H A D | interact.c | 53 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT… 55 { BTN_C, BTN_TL, BTN_TR, BTN_A, BTN_B, BTN_Y, BTN_Z, BTN_X, -1 };
|
| H A D | twidjoy.c | 61 { 0, 3, { BTN_A, BTN_B, BTN_C } },
|
| H A D | guillemot.c | 35 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
|
| H A D | cobra.c | 29 …BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2,…
|
| H A D | sidewinder.c | 87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE }, 90 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
|
| H A D | gf2k.c | 58 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, …
|
| H A D | grip.c | 49 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_…
|
| H A D | grip_mp.c | 92 static const int grip_btn_gp[] = { BTN_TR, BTN_TL, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, -1 };
|
| H A D | adi.c | 68 static short adi_wmgpe_key[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_STA…
|
| H A D | xpad.c | 362 BTN_C, BTN_Z, /* "analog" buttons */ 698 input_report_key(dev, BTN_C, data[8]); in xpad_process_packet()
|
| H A D | analog.c | 91 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 19 BTN_B, BTN_C, BTN_DEAD, -1 };
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 384 #define BTN_C 0x132 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 384 #define BTN_C 0x132 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 383 #define BTN_C 0x132 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 361 #define BTN_C 0x132 macro
|
| H A D | linux-event-codes.h | 385 #define BTN_C 0x132 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 385 #define BTN_C 0x132 macro
|