Home
last modified time | relevance | path

Searched refs:BTN_Z (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/hid/
H A Dhid-icade.c149 [14] = { BTN_Z, 1 },
150 [19] = { BTN_Z, 0 },
H A Dhid-debug.c897 [BTN_Z] = "BtnZ", [BTN_TL] = "BtnTL",
H A Dhid-nvidia-shield.c943 android_map_key(BTN_Z); in android_input_mapping()
/openbmc/linux/drivers/input/joystick/
H A Dstinger.c57 input_report_key(dev, BTN_Z, ((data[3] & 0x10) >> 4)); in stinger_process_packet()
140 BIT_MASK(BTN_Z) | BIT_MASK(BTN_TL) | BIT_MASK(BTN_TR) | in stinger_connect()
H A Dmaplecontrol.c50 input_report_key(dev, BTN_Z, buttons & 0x0100); in dc_pad_callback()
86 BTN_Z, BTN_Y, BTN_X, BTN_SELECT, -1, -1, -1, -1, in probe_maple_controller()
H A Dtmdc.c58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
61 BTN_BASE3, BTN_BASE4, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z };
63 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
H A Dinteract.c50 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
52 { BTN_C, BTN_TL, BTN_TR, BTN_A, BTN_B, BTN_Y, BTN_Z, BTN_X, -1 };
H A Dn64joy.c174 input_report_key(dev, BTN_Z, data[i].z); in n64joy_poll()
300 input_set_capability(dev, EV_KEY, BTN_Z); in n64joy_probe()
H A Dtwidjoy.c59 { 2, 3, { BTN_X, BTN_Y, BTN_Z } },
H A Ddb9.c98 static const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_M…
99 static const short db9_cd32_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN…
462 input_report_key(dev, BTN_Z, ~data & DB9_UP); in db9_timer()
H A Dguillemot.c32 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
H A Dcobra.c26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
H A Dsidewinder.c84 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
H A Dgf2k.c55 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 Dgrip.c46 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_…
H A Dgrip_mp.c92 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 Dadi.c65 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 Danalog.c83 static short analog_pads[] = { BTN_Y, BTN_Z, BTN_TL, BTN_TR };
H A Dxpad.c396 BTN_C, BTN_Z, /* "analog" buttons */
807 input_report_key(dev, BTN_Z, data[9]); in xpad_process_packet()
H A Dgamecon.c100 BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z,
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h388 #define BTN_Z 0x135 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h390 #define BTN_Z 0x135 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h390 #define BTN_Z 0x135 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h390 #define BTN_Z 0x135 macro
/openbmc/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c685 int btns[] = {BTN_X, BTN_Y, BTN_Z}; in lis3lv02d_joystick_enable()
919 input_set_capability(lis3->idev, EV_KEY, BTN_Z); in lis3lv02d_8b_configure()

12