Home
last modified time | relevance | path

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

12

/linux/drivers/input/joystick/
H A Dmaplecontrol.c59 input_report_abs(dev, ABS_RX, res[14]); 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.c234 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5])); in psxpad_spi_poll()
261 input_report_abs(input, ABS_RX, 0x80); in psxpad_spi_poll()
318 input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0); in psxpad_spi_probe()
H A Dspaceball.c41 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY };
241 input_set_abs_params(input_dev, ABS_RX + i, -1600, 1600, 2, 8); in spaceball_connect()
H A Dpxrc.c65 input_report_abs(pxrc->input, ABS_RX, data[3]); in pxrc_usb_irq()
184 input_set_abs_params(pxrc->input, ABS_RX, 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 };
246 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 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.c37 ABS_Z, ABS_RX,
H A Dxpad.c444 ABS_RX, ABS_RY, /* right stick */
812 input_report_abs(dev, ABS_RX, in xpad_process_packet()
926 input_report_abs(dev, ABS_RX, in xpad360_process_packet()
1130 input_report_abs(dev, ABS_RX, in xpadone_process_packet()
1900 case ABS_RX: in xpad_set_up_abs()
H A Dinteract.c45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
H A Dsidewinder.c73 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }};
386 input_report_abs(dev, ABS_RX, GB( 0,10)); in sw_parse()
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,…
/linux/drivers/hid/
H A Dhid-xinmo.c32 case ABS_RX: in xinmo_event()
/linux/Documentation/input/devices/
H A Dpxrc.rst27 | 3 | ABS_RX |
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py36 libevdev.EV_ABS.ABS_RX,
46 libevdev.EV_ABS.ABS_RX,
H A Dtest_sony.py82 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RX) in events
83 value = evdev.value[libevdev.EV_ABS.ABS_RX]
/linux/drivers/input/tablet/
H A Dhanwang.c91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
219 input_report_abs(input_dev, ABS_RX, in hanwang_parse_packet()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts46 linux,code = <ABS_RX>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353x.dtsi36 linux,code = <ABS_RX>;
H A Drk3326-odroid-go3.dts58 linux,code = <ABS_RX>;
/linux/sound/usb/caiaq/
H A Dinput.c291 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); in snd_caiaq_input_read_erp()
780 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init()
800 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h874 #define ABS_RX 0x03
846 #define ABS_RX global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h874 #define ABS_RX 0x03 macro

12