Home
last modified time | relevance | path

Searched refs:ABS_Y (Results 26 – 50 of 186) sorted by relevance

12345678

/openbmc/linux/drivers/input/touchscreen/
H A Dgunze.c52 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet()
121 input_set_abs_params(input_dev, ABS_Y, 24, 1000, 0, 0); in gunze_connect()
H A Dhampshire.c63 input_report_abs(dev, ABS_Y, HAMPSHIRE_GET_YC(phampshire->data)); in hampshire_process_data()
135 input_set_abs_params(phampshire->dev, ABS_Y, in hampshire_connect()
H A Dinexio.c66 input_report_abs(dev, ABS_Y, INEXIO_GET_YC(pinexio->data)); in inexio_process_data()
138 input_set_abs_params(pinexio->dev, ABS_Y, INEXIO_MIN_YC, INEXIO_MAX_YC, 0, 0); in inexio_connect()
H A Ddynapro.c64 input_report_abs(dev, ABS_Y, DYNAPRO_GET_YC(pdynapro->data)); in dynapro_process_data()
136 input_set_abs_params(pdynapro->dev, ABS_Y, in dynapro_connect()
H A Degalax_ts_serial.c64 input_report_abs(dev, ABS_Y, y); in egalax_process_data()
125 input_set_abs_params(input_dev, ABS_Y, in egalax_connect()
H A Dtsc40.c35 input_report_abs(dev, ABS_Y, y); in tsc_process_data()
108 input_set_abs_params(ptsc->dev, ABS_Y, 0, 0x3ff, 0, 0); in tsc_connect()
H A Dpenmount.c105 input_report_abs(dev, ABS_Y, pm->data[3] * 128 + pm->data[4]); in pm_parse_9000()
120 input_report_abs(dev, ABS_Y, in pm_parse_6000()
259 input_set_abs_params(pm->dev, ABS_Y, 0, max_y, 0, 0); in pm_connect()
H A Dda9034-ts.c129 input_report_abs(touch->input_dev, ABS_Y, y); in report_pen_down()
337 __set_bit(ABS_Y, input_dev->absbit); in da9034_touch_probe()
339 input_set_abs_params(input_dev, ABS_Y, 0, 1023, 0, 0); in da9034_touch_probe()
H A Dmtouch.c67 input_report_abs(dev, ABS_Y, MTOUCH_MAX_YC - MTOUCH_GET_YC(mtouch->data)); in mtouch_process_format_tablet()
152 input_set_abs_params(mtouch->dev, ABS_Y, MTOUCH_MIN_YC, MTOUCH_MAX_YC, 0, 0); in mtouch_connect()
H A Dar1021_i2c.c53 input_report_abs(input, ABS_Y, y); in ar1021_i2c_irq()
121 input_set_abs_params(input, ABS_Y, 0, AR1021_MAX_Y, 0, 0); in ar1021_i2c_probe()
H A Dhtcpen.c78 input_report_abs(htcpen_dev, ABS_Y, y); in htcpen_interrupt()
138 input_set_abs_params(htcpen_dev, ABS_Y, 0, Y_AXIS_MAX, 0, 0); in htcpen_isa_probe()
H A Dmax11801_ts.c135 input_report_abs(data->input_dev, ABS_Y, y); in max11801_ts_interrupt()
195 input_set_abs_params(input_dev, ABS_Y, 0, MAX11801_MAX_Y, 0, 0); in max11801_ts_probe()
H A D88pm860x-ts.c75 input_report_abs(touch->idev, ABS_Y, y); in pm860x_touch_handler()
272 __set_bit(ABS_Y, touch->idev->absbit); in pm860x_touch_probe()
279 input_set_abs_params(touch->idev, ABS_Y, 0, 1 << ACCURATE_BIT, 0, 0); in pm860x_touch_probe()
H A Dts4800-ts.c98 input_report_abs(input_dev, ABS_Y, last_y); in ts4800_ts_poll()
185 input_set_abs_params(input_dev, ABS_Y, 0, MAX_12BIT, 0, 0); in ts4800_ts_probe()
/openbmc/linux/drivers/input/joystick/
H A Damijoy.c51 input_report_abs(amijoy_dev[i], ABS_Y, ((data >> 1) & 1) - ((data >> 9) & 1)); in amijoy_interrupt()
121 amijoy_dev[i]->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y); in amijoy_init()
H A Dstinger.c64 input_report_abs(dev, ABS_Y, ((data[0] & 0x02) << 5) - (data[2] & 0x3F)); in stinger_process_packet()
143 input_set_abs_params(input_dev, ABS_Y, -64, 64, 0, 4); in stinger_connect()
H A Dtwidjoy.c111 input_report_abs(dev, ABS_Y, +abs_y); in twidjoy_process_packet()
192 input_set_abs_params(input_dev, ABS_Y, -50, 50, 4, 4); in twidjoy_connect()
H A Dwarrior.c61 input_report_abs(dev, ABS_Y, (data[1] | ((data[0] & 1) << 7)) - ((data[0] & 2) << 7)); in warrior_process_packet()
149 input_set_abs_params(input_dev, ABS_Y, -64, 64, 0, 8); in warrior_connect()
H A Dmaplecontrol.c58 input_report_abs(dev, ABS_Y, res[13]); in dc_pad_callback()
94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1, in probe_maple_controller()
/openbmc/linux/drivers/input/misc/
H A Dmma8450.c109 input_report_abs(input, ABS_Y, y); in mma8450_poll()
167 input_set_abs_params(input, ABS_Y, -2048, 2047, 32, 32); in mma8450_probe()
/openbmc/linux/drivers/input/mouse/
H A Dvmmouse.c191 input_report_abs(abs_dev, ABS_Y, y); in vmmouse_report_events()
474 input_set_capability(abs_dev, EV_ABS, ABS_Y); in vmmouse_init()
476 input_set_abs_params(abs_dev, ABS_Y, 0, VMMOUSE_MAX_Y, 0, 0); in vmmouse_init()
H A Dbyd.c245 input_report_abs(dev, ABS_Y, priv->abs_y); in byd_report_input()
501 input_set_abs_params(dev, ABS_Y, 0, BYD_PAD_HEIGHT, 0, 0); in byd_init()
503 input_abs_set_res(dev, ABS_Y, BYD_PAD_RESOLUTION); in byd_init()
/openbmc/linux/drivers/hid/
H A Dhid-xinmo.c30 case ABS_Y: in xinmo_event()
/openbmc/linux/drivers/input/
H A Dtouchscreen.c79 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties()
202 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c44 [INPUT_AXIS_Y] = ABS_Y,
445 (1 << ABS_X) | (1 << ABS_Y),
455 .subsel = ABS_Y,
482 (1 << ABS_X) | (1 << ABS_Y),
500 .subsel = ABS_Y,

12345678