Home
last modified time | relevance | path

Searched refs:ABS_RY (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/input/joystick/
H A Dmaplecontrol.c60 input_report_abs(dev, ABS_RY, res[15]); in dc_pad_callback()
94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1, in probe_maple_controller()
H A Dpsxpad-spi.c235 input_report_abs(input, ABS_RY, REVERSE_BIT(pad->response[6])); in psxpad_spi_poll()
262 input_report_abs(input, ABS_RY, 0x80); in psxpad_spi_poll()
319 input_set_abs_params(idev, ABS_RY, 0, 255, 0, 0); in psxpad_spi_probe()
H A Dpxrc.c66 input_report_abs(pxrc->input, ABS_RY, data[4]); in pxrc_usb_irq()
185 input_set_abs_params(pxrc->input, ABS_RY, 0, 255, 0, 0); in pxrc_probe()
H A Dgrip.c52 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
247 input_report_abs(dev, ABS_RY, (data[1] >> 8) & 0x3f); in grip_poll()
H A Dtmdc.c49 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ };
55 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
H A Dmagellan.c29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dspaceorb.c32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dfsia6b.c38 ABS_RY, ABS_RZ,
H A Dspaceball.c41 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY };
H A Dxpad.c444 ABS_RX, ABS_RY, /* right stick */
814 input_report_abs(dev, ABS_RY, in xpad_process_packet()
928 input_report_abs(dev, ABS_RY, in xpad360_process_packet()
1132 input_report_abs(dev, ABS_RY, in xpadone_process_packet()
1901 case ABS_RY: /* the two sticks */ in xpad_set_up_abs()
H A Dinteract.c45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
H A Dadi.c62 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Ddb9.c100 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y,…
H A Dgamecon.c534 ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
/linux/Documentation/input/devices/
H A Dpxrc.rst29 | 4 | ABS_RY |
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py37 libevdev.EV_ABS.ABS_RY,
47 libevdev.EV_ABS.ABS_RY,
H A Dtest_sony.py93 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RY) in events
94 value = evdev.value[libevdev.EV_ABS.ABS_RY]
/linux/drivers/input/tablet/
H A Dhanwang.c91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
221 input_report_abs(input_dev, ABS_RY, in hanwang_parse_packet()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts54 linux,code = <ABS_RY>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353x.dtsi52 linux,code = <ABS_RY>;
H A Drk3326-odroid-go3.dts74 linux,code = <ABS_RY>;
H A Drk3566-powkiddy-rk2023.dtsi62 linux,code = <ABS_RY>;
/linux/sound/usb/caiaq/
H A Dinput.c293 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10])); in snd_caiaq_input_read_erp()
780 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init()
801 input_set_abs_params(input, ABS_RY, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h875 #define ABS_RY 0x04
847 #define ABS_RY global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h875 #define ABS_RY 0x04 macro

12