Home
last modified time | relevance | path

Searched refs:ABS_X (Results 126 – 150 of 187) sorted by relevance

12345678

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c561 input_set_abs_params(usbtouch->input, ABS_X, 0, 0xffff, 0, 0); in mtouch_init()
1071 input_set_abs_params(usbtouch->input, ABS_X, in nexio_read_data()
1399 input_report_abs(usbtouch->input, ABS_X, usbtouch->y); in usbtouch_process_pkt()
1402 input_report_abs(usbtouch->input, ABS_X, usbtouch->x); in usbtouch_process_pkt()
1740 input_set_abs_params(input_dev, ABS_X, type->min_xc, type->max_xc, 0, 0); in usbtouch_probe()
H A Dauo-pixcir-ts.c244 input_report_abs(ts->input, ABS_X, point[abs].coord_x); in auo_pixcir_interrupt()
534 input_set_abs_params(input_dev, ABS_X, 0, ts->x_max, 0, 0); in auo_pixcir_probe()
H A Dti_am335x_tsc.c329 input_report_abs(input_dev, ABS_X, x); in titsc_irq()
472 input_set_abs_params(input_dev, ABS_X, 0, MAX_12BIT, 0, 0); in titsc_probe()
H A Dmxs-lradc-ts.c394 input_report_abs(ts->ts_input, ABS_X, ts->ts_x_pos); in mxs_lradc_report_ts_event()
592 input_set_abs_params(input, ABS_X, 0, LRADC_SINGLE_SAMPLE_MASK, 0, 0); in mxs_lradc_ts_register()
H A Dad7879.c213 input_report_abs(input_dev, ABS_X, ts->x); in ad7879_report()
564 input_set_abs_params(input_dev, ABS_X, 0, MAX_12BIT, 0, 0); in ad7879_probe()
H A Deeti_ts.c191 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()
H A Dresistive-adc-touch.c246 input_set_abs_params(input, ABS_X, 0, GRTS_MAX_POS_MASK - 1, 0, 0); in grts_probe()
H A Dstmpe-ts.c338 input_set_abs_params(idev, ABS_X, 0, XY_MASK, 0, 0); in stmpe_input_probe()
H A Dbu21029_ts.c385 input_set_abs_params(in_dev, ABS_X, 0, MAX_12BIT, 0, 0); in bu21029_probe()
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics_usb.c169 input_report_abs(input_dev, ABS_X, x); in synusb_report_touchpad()
400 input_set_abs_params(input_dev, ABS_X, in synusb_probe()
H A Dcypress_ps2.c374 input_set_abs_params(input, ABS_X, 0, cytp->tp_max_abs_x, 0, 0); in cypress_set_input_params()
392 input_abs_set_res(input, ABS_X, cytp->tp_res_x); in cypress_set_input_params()
H A Dsentelic.c783 input_report_abs(dev, ABS_X, abs_x); in fsp_process_byte()
952 input_set_abs_params(dev, ABS_X, 0, abs_x, 0, 0); in fsp_set_input_params()
/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c82 input_report_abs(info->ptr, ABS_X, pos->abs_x); in xenkbd_handle_position_event()
305 input_set_abs_params(ptr, ABS_X, 0, in xenkbd_probe()
H A Dadxl34x.c228 .ev_code_x = ABS_X, /* EV_REL */
774 __set_bit(ABS_X, input_dev->absbit); in adxl34x_probe()
783 input_set_abs_params(input_dev, ABS_X, -range, range, 3, 3); in adxl34x_probe()
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-packets.c164 input_report_abs(dev, ABS_X, in iforce_process_packet()
/openbmc/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts72 linux,code = <ABS_X>;
80 linux,code = <ABS_X>;
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-inet9f-rev03.dts68 linux,code = <ABS_X>;
76 linux,code = <ABS_X>;
/openbmc/linux/drivers/hid/
H A Dhid-elo.c61 input_report_abs(input, ABS_X, (data[3] << 8) | data[2]); in elo_process_data()
H A Dhid-sony.c366 [0x30] = ABS_X,
395 [0x30] = ABS_X,
831 input_report_abs(sc->sensor_dev, ABS_X, val); in sixaxis_parse_report()
1111 input_set_abs_params(sc->sensor_dev, ABS_X, -512, 511, 4, 0); in sony_register_sensors()
1114 input_abs_set_res(sc->sensor_dev, ABS_X, SIXAXIS_ACC_RES_PER_G); in sony_register_sensors()
H A Dhid-playstation.c714 input_set_abs_params(gamepad, ABS_X, 0, 255, 0, 0); in ps_gamepad_create()
864 input_set_abs_params(sensors, ABS_X, -accel_range, accel_range, 16, 0); in ps_sensors_create()
867 input_abs_set_res(sensors, ABS_X, accel_res); in ps_sensors_create()
1033 ds->accel_calib_data[0].abs_code = ABS_X; in dualsense_get_calibration_data()
1345 input_report_abs(ds->gamepad, ABS_X, ds_report->x); in dualsense_parse_report()
1890 ds4->accel_calib_data[0].abs_code = ABS_X; in dualshock4_get_calibration_data()
2217 input_report_abs(ds4->gamepad, ABS_X, ds4_report->x); in dualshock4_parse_report()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go3.dts49 linux,code = <ABS_X>;
/openbmc/linux/drivers/iio/adc/
H A Dat91_adc.c359 input_report_abs(st->ts_input, ABS_X, x); in at91_ts_sample()
416 input_report_abs(st->ts_input, ABS_X, st->ts_prev_absx); in at91_adc_rl_interrupt()
958 input_set_abs_params(input, ABS_X, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()
971 input_set_abs_params(input, ABS_X, 0, (1 << MAX_RLPOS_BITS) - 1, in at91_ts_register()
/openbmc/linux/drivers/input/joystick/
H A Dguillemot.c29 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, -1 };
H A Dgf2k.c53 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
/openbmc/linux/Documentation/input/devices/
H A Drotary-encoder.rst112 PROPERTY_ENTRY_U32("linux,axis", ABS_X),

12345678