Home
last modified time | relevance | path

Searched refs:ABS_RX (Results 1 - 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-xinmo.c32 case ABS_RX: in xinmo_event()
H A Dhid-wiimote-modules.c453 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 Dhid-steam.c452 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 Dhid-xinmo.c32 case ABS_RX: in xinmo_event()
H A Dhid-steam.c551 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 Dhid-wiimote-modules.c453 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 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.c231 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 Dspaceball.c44 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 Dpxrc.c63 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 Dmagellan.c32 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dtmdc.c52 { 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 Dgrip.c55 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 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 Dpxrc.c63 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 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 Dmagellan.c29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
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 };
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dbase.py33 libevdev.EV_ABS.ABS_RX,
43 libevdev.EV_ABS.ABS_RX,
H A Dtest_sony.py81 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 Dhanwang.c94 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 Dhanwang.c91 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 Dinput.c279 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()

Completed in 20 milliseconds

123