/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-xinmo.c | 32 case ABS_RX: in xinmo_event()
|
H A D | hid-wiimote-modules.c | 453 input_report_abs(wdata->accel, ABS_RX, x - 0x200); in wiimod_accel_in_accel() 501 set_bit(ABS_RX, wdata->accel->absbit); in wiimod_accel_probe() 504 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4); in wiimod_accel_probe() 881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext() 959 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 963 ABS_RX, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1704 input_report_abs(wdata->extension.input, ABS_RX, rx); in wiimod_pro_in_ext() 1915 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_pro_probe() 1922 ABS_RX, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2541 input_report_abs(wdata->mp, ABS_RX, in wiimod_mp_in_mp() [all...] |
H A D | hid-steam.c | 452 input_set_abs_params(input, ABS_RX, -32767, 32767, in steam_input_register() 462 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION); in steam_input_register() 875 * 20-21 | s16 | ABS_RX | right-pad X value 968 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-xinmo.c | 32 case ABS_RX: in xinmo_event()
|
H A D | hid-steam.c | 551 input_set_abs_params(input, ABS_RX, -32767, 32767, 0, 0); in steam_input_register() 561 input_abs_set_res(input, ABS_RX, STEAM_DECK_JOYSTICK_RESOLUTION); in steam_input_register() 571 input_set_abs_params(input, ABS_RX, -32767, 32767, in steam_input_register() 578 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION); in steam_input_register() 1025 * 20-21 | s16 | ABS_RX | right-pad X value 1118 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event() 1171 * 52-53 | s16 | ABS_RX | right joystick X 1278 input_report_abs(input, ABS_RX, steam_le16(data + 52)); in steam_do_deck_input_event()
|
H A D | hid-wiimote-modules.c | 453 input_report_abs(wdata->accel, ABS_RX, x - 0x200); in wiimod_accel_in_accel() 501 set_bit(ABS_RX, wdata->accel->absbit); in wiimod_accel_probe() 504 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4); in wiimod_accel_probe() 881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext() 959 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 963 ABS_RX, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1704 input_report_abs(wdata->extension.input, ABS_RX, rx); in wiimod_pro_in_ext() 1915 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_pro_probe() 1922 ABS_RX, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2765 input_report_abs(wdata->mp, ABS_RX, in wiimod_mp_in_mp() [all...] |
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | maplecontrol.c | 59 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 D | psxpad-spi.c | 231 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5])); in psxpad_spi_poll() 258 input_report_abs(input, ABS_RX, 0x80); in psxpad_spi_poll() 315 input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0); in psxpad_spi_probe()
|
H A D | spaceball.c | 44 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY }; 244 input_set_abs_params(input_dev, ABS_RX + i, -1600, 1600, 2, 8); in spaceball_connect()
|
H A D | pxrc.c | 63 input_report_abs(pxrc->input, ABS_RX, data[3]); in pxrc_usb_irq() 187 input_set_abs_params(pxrc->input, ABS_RX, 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 }; 249 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 0x3f); in grip_poll()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | maplecontrol.c | 59 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 D | psxpad-spi.c | 234 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 D | pxrc.c | 63 input_report_abs(pxrc->input, ABS_RX, data[3]); in pxrc_usb_irq() 187 input_set_abs_params(pxrc->input, ABS_RX, 0, 255, 0, 0); in pxrc_probe()
|
H A D | spaceball.c | 41 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 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 }; 246 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 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 };
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 33 libevdev.EV_ABS.ABS_RX, 43 libevdev.EV_ABS.ABS_RX,
|
H A D | test_sony.py | 81 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RX) in events 82 value = evdev.value[libevdev.EV_ABS.ABS_RX]
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | hanwang.c | 94 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 222 input_report_abs(input_dev, ABS_RX, 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, 219 input_report_abs(input_dev, ABS_RX, in hanwang_parse_packet()
|
/kernel/linux/linux-5.10/sound/usb/caiaq/ |
H A D | input.c | 279 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); in snd_caiaq_input_read_erp() 764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 784 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|