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

12

/linux-master/drivers/hid/
H A Dhid-xinmo.c32 case ABS_RX:
H A Dhid-steam.c772 input_set_abs_params(input, ABS_RX, -32767, 32767, 0, 0);
782 input_abs_set_res(input, ABS_RX, STEAM_DECK_JOYSTICK_RESOLUTION);
792 input_set_abs_params(input, ABS_RX, -32767, 32767,
799 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION);
1251 * 20-21 | s16 | ABS_RX | right-pad X value
1344 input_report_abs(input, ABS_RX, steam_le16(data + 20));
1397 * 52-53 | s16 | ABS_RX | right joystick X
1515 input_report_abs(input, ABS_RX, steam_le16(data + 52));
H A Dhid-wiimote-modules.c453 input_report_abs(wdata->accel, ABS_RX, x - 0x200);
501 set_bit(ABS_RX, wdata->accel->absbit);
504 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4);
881 input_report_abs(wdata->extension.input, ABS_RX, x);
959 set_bit(ABS_RX, wdata->extension.input->absbit);
963 ABS_RX, -500, 500, 2, 4);
1704 input_report_abs(wdata->extension.input, ABS_RX, rx);
1915 set_bit(ABS_RX, wdata->extension.input->absbit);
1922 ABS_RX, -0x400, 0x400, 4, 100);
2765 input_report_abs(wdata->mp, ABS_RX,
[all...]
H A Dhid-playstation.c717 input_set_abs_params(gamepad, ABS_RX, 0, 255, 0, 0);
872 input_set_abs_params(sensors, ABS_RX, -gyro_range, gyro_range, 16, 0);
875 input_abs_set_res(sensors, ABS_RX, gyro_res);
995 ds->gyro_calib_data[0].abs_code = ABS_RX;
1347 input_report_abs(ds->gamepad, ABS_RX, ds_report->rx);
1852 ds4->gyro_calib_data[0].abs_code = ABS_RX;
2219 input_report_abs(ds4->gamepad, ABS_RX, ds4_report->rx);
H A Dhid-nintendo.c1576 input_report_abs(idev, ABS_RX, value[0]);
1682 input_report_abs(ctlr->input, ABS_RX, x);
2032 ABS_RX,
2128 input_set_abs_params(ctlr->imu_input, ABS_RX,
2138 input_abs_set_res(ctlr->imu_input, ABS_RX, JC_IMU_GYRO_RES_PER_DPS);
/linux-master/drivers/input/joystick/
H A Dmaplecontrol.c59 input_report_abs(dev, ABS_RX, res[14]);
94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1,
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);
H A Dpxrc.c65 input_report_abs(pxrc->input, ABS_RX, data[3]);
184 input_set_abs_params(pxrc->input, ABS_RX, 0, 255, 0, 0);
H A Dpsxpad-spi.c234 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5]));
261 input_report_abs(input, ABS_RX, 0x80);
318 input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0);
H A Dmagellan.c29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
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 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);
H A Dfsia6b.c37 ABS_Z, ABS_RX,
H A Dinteract.c45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
H A Dspaceorb.c32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dsidewinder.c72 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }};
385 input_report_abs(dev, ABS_RX, GB( 0,10));
H A Dxpad.c421 ABS_RX, ABS_RY, /* right stick */
767 input_report_abs(dev, ABS_RX,
881 input_report_abs(dev, ABS_RX,
1070 input_report_abs(dev, ABS_RX,
1861 case ABS_RX:
H A Dadi.c62 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
/linux-master/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]
/linux-master/drivers/input/tablet/
H A Dhanwang.c91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
219 input_report_abs(input_dev, ABS_RX,
/linux-master/sound/usb/caiaq/
H A Dinput.c279 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16]));
764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) |
784 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h846 #define ABS_RX 0x03 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h846 #define ABS_RX 0x03 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h846 #define ABS_RX 0x03 macro

Completed in 244 milliseconds

12