/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | maplecontrol.c | 60 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 D | psxpad-spi.c | 232 input_report_abs(input, ABS_RY, REVERSE_BIT(pad->response[6])); in psxpad_spi_poll() 259 input_report_abs(input, ABS_RY, 0x80); in psxpad_spi_poll() 316 input_set_abs_params(idev, ABS_RY, 0, 255, 0, 0); in psxpad_spi_probe()
|
H A D | pxrc.c | 64 input_report_abs(pxrc->input, ABS_RY, data[4]); in pxrc_usb_irq() 188 input_set_abs_params(pxrc->input, ABS_RY, 0, 255, 0, 0); in pxrc_probe()
|
H A D | magellan.c | 32 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
H A D | tmdc.c | 52 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ }; 58 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
|
H A D | grip.c | 55 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 250 input_report_abs(dev, ABS_RY, (data[1] >> 8) & 0x3f); in grip_poll()
|
H A D | spaceorb.c | 35 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
H A D | fsia6b.c | 38 ABS_RY, ABS_RZ,
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | maplecontrol.c | 60 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 D | psxpad-spi.c | 235 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 D | pxrc.c | 64 input_report_abs(pxrc->input, ABS_RY, data[4]); in pxrc_usb_irq() 188 input_set_abs_params(pxrc->input, ABS_RY, 0, 255, 0, 0); in pxrc_probe()
|
H A D | magellan.c | 29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
H A D | grip.c | 52 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 D | tmdc.c | 49 { 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 D | fsia6b.c | 38 ABS_RY, ABS_RZ,
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 34 libevdev.EV_ABS.ABS_RY, 44 libevdev.EV_ABS.ABS_RY,
|
H A D | test_sony.py | 92 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RY) in events 93 value = evdev.value[libevdev.EV_ABS.ABS_RY]
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote-modules.c | 454 input_report_abs(wdata->accel, ABS_RY, y - 0x200); in wiimod_accel_in_accel() 502 set_bit(ABS_RY, wdata->accel->absbit); in wiimod_accel_probe() 505 input_set_abs_params(wdata->accel, ABS_RY, -500, 500, 2, 4); in wiimod_accel_probe() 882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext() 960 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 965 ABS_RY, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1705 input_report_abs(wdata->extension.input, ABS_RY, ry); in wiimod_pro_in_ext() 1916 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_pro_probe() 1924 ABS_RY, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2542 input_report_abs(wdata->mp, ABS_RY, in wiimod_mp_in_mp() [all...] |
H A D | hid-steam.c | 454 input_set_abs_params(input, ABS_RY, -32767, 32767, in steam_input_register() 463 input_abs_set_res(input, ABS_RY, STEAM_PAD_RESOLUTION); in steam_input_register() 876 * 22-23 | s16 | ABS_RY | right-pad Y value 969 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 552 input_set_abs_params(input, ABS_RY, -32767, 32767, 0, 0); in steam_input_register() 562 input_abs_set_res(input, ABS_RY, STEAM_DECK_JOYSTICK_RESOLUTION); in steam_input_register() 573 input_set_abs_params(input, ABS_RY, -32767, 32767, in steam_input_register() 579 input_abs_set_res(input, ABS_RY, STEAM_PAD_RESOLUTION); in steam_input_register() 1026 * 22-23 | s16 | ABS_RY | right-pad Y value 1119 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event() 1172 * 54-55 | s16 | ABS_RY | right joystick Y 1279 input_report_abs(input, ABS_RY, -steam_le16(data + 54)); in steam_do_deck_input_event()
|
H A D | hid-wiimote-modules.c | 454 input_report_abs(wdata->accel, ABS_RY, y - 0x200); in wiimod_accel_in_accel() 502 set_bit(ABS_RY, wdata->accel->absbit); in wiimod_accel_probe() 505 input_set_abs_params(wdata->accel, ABS_RY, -500, 500, 2, 4); in wiimod_accel_probe() 882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext() 960 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 965 ABS_RY, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1705 input_report_abs(wdata->extension.input, ABS_RY, ry); in wiimod_pro_in_ext() 1916 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_pro_probe() 1924 ABS_RY, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2766 input_report_abs(wdata->mp, ABS_RY, in wiimod_mp_in_mp() [all...] |
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | hanwang.c | 94 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 224 input_report_abs(input_dev, ABS_RY, in hanwang_parse_packet()
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | hanwang.c | 91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 221 input_report_abs(input_dev, ABS_RY, in hanwang_parse_packet()
|
/kernel/linux/linux-5.10/sound/usb/caiaq/ |
H A D | input.c | 281 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10])); in snd_caiaq_input_read_erp() 764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 785 input_set_abs_params(input, ABS_RY, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|
/kernel/linux/linux-6.6/sound/usb/caiaq/ |
H A D | input.c | 281 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10])); in snd_caiaq_input_read_erp() 764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 785 input_set_abs_params(input, ABS_RY, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|