/Linux-v4.19/drivers/hid/ |
D | hid-xinmo.c | 35 case ABS_RX: in xinmo_event()
|
D | hid-wiimote-modules.c | 456 input_report_abs(wdata->accel, ABS_RX, x - 0x200); in wiimod_accel_in_accel() 504 set_bit(ABS_RX, wdata->accel->absbit); in wiimod_accel_probe() 507 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4); in wiimod_accel_probe() 884 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext() 962 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 966 ABS_RX, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1688 input_report_abs(wdata->extension.input, ABS_RX, rx); in wiimod_pro_in_ext() 1899 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_pro_probe() 1906 ABS_RX, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2525 input_report_abs(wdata->mp, ABS_RX, x); in wiimod_mp_in_mp() [all …]
|
D | hid-steam.c | 473 input_set_abs_params(input, ABS_RX, -32767, 32767, in steam_register() 483 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION); in steam_register() 924 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event()
|
D | hid-sony.c | 381 [0x32] = ABS_RX, /* right stick X */ 408 [0x32] = ABS_RX, /* right stick X */ 958 input_report_abs(input_dev, ABS_RX, rd[offset+2]); in dualshock4_parse_report() 1466 input_set_abs_params(sc->sensor_dev, ABS_RX, -range, range, 16, 0); in sony_register_sensors() 1469 input_abs_set_res(sc->sensor_dev, ABS_RX, DS4_GYRO_RES_PER_DEG_S); in sony_register_sensors() 1659 sc->ds4_calib_data[0].abs_code = ABS_RX; in dualshock4_get_calibration_data()
|
D | hid-debug.c | 970 [ABS_Z] = "Z", [ABS_RX] = "Rx",
|
/Linux-v4.19/drivers/input/joystick/ |
D | maplecontrol.c | 58 input_report_abs(dev, ABS_RX, res[14]); in dc_pad_callback() 93 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1, in probe_maple_controller()
|
D | psxpad-spi.c | 233 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5])); in psxpad_spi_poll() 260 input_report_abs(input, ABS_RX, 0x80); in psxpad_spi_poll() 323 input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0); in psxpad_spi_probe()
|
D | spaceball.c | 55 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY }; 249 input_set_abs_params(input_dev, ABS_RX + i, -1600, 1600, 2, 8); in spaceball_connect()
|
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()
|
D | grip.c | 67 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 261 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 0x3f); in grip_poll()
|
D | tmdc.c | 64 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ }; 70 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
|
D | magellan.c | 44 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | spaceorb.c | 47 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | xpad.c | 372 ABS_RX, ABS_RY, /* right stick */ 620 input_report_abs(dev, ABS_RX, in xpad_process_packet() 733 input_report_abs(dev, ABS_RX, in xpad360_process_packet() 887 input_report_abs(dev, ABS_RX, in xpadone_process_packet() 1587 case ABS_RX: in xpad_set_up_abs()
|
D | interact.c | 60 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
|
D | sidewinder.c | 87 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }}; 400 input_report_abs(dev, ABS_RX, GB( 0,10)); in sw_parse()
|
D | adi.c | 77 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | db9.c | 115 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y,…
|
D | gamecon.c | 549 ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
|
/Linux-v4.19/Documentation/input/devices/ |
D | pxrc.rst | 27 | 3 | ABS_RX |
|
/Linux-v4.19/drivers/input/tablet/ |
D | hanwang.c | 108 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 236 input_report_abs(input_dev, ABS_RX, in hanwang_parse_packet()
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 292 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); in snd_caiaq_input_read_erp() 777 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 797 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 721 #define ABS_RX 0x03 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 721 #define ABS_RX 0x03 macro
|
/Linux-v4.19/Documentation/input/ |
D | gamepad.rst | 151 reported as ABS_RX, ABS_RY. Zero, one or two sticks may be present.
|