Home
last modified time | relevance | path

Searched refs:abs_y (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/input/mouse/
A Dsentelic.c642 unsigned short abs_x = 0, abs_y = 0; in fsp_packet_debug() local
649 abs_y = GET_ABS_Y(packet); in fsp_packet_debug()
699 unsigned short abs_x, abs_y, fgrs = 0; in fsp_process_byte() local
724 abs_y = GET_ABS_Y(packet); in fsp_process_byte()
747 fsp_set_slot(dev, 1, fgrs == 2, abs_x, abs_y); in fsp_process_byte()
760 fsp_set_slot(dev, 0, fgrs != 0, abs_x, abs_y); in fsp_process_byte()
776 if (abs_x != 0 && abs_y != 0) in fsp_process_byte()
779 fsp_set_slot(dev, 0, fgrs > 0, abs_x, abs_y); in fsp_process_byte()
784 input_report_abs(dev, ABS_Y, abs_y); in fsp_process_byte()
943 int abs_x = 967, abs_y = 711; in fsp_set_input_params() local
[all …]
A Dbyd.c229 s32 abs_y; member
245 input_report_abs(dev, ABS_Y, priv->abs_y); in byd_report_input()
270 priv->abs_y = BYD_PAD_HEIGHT / 2; in byd_clear_touch()
299 priv->abs_y = (255 - pkt[2]) * (BYD_PAD_HEIGHT / 256); in byd_process_byte()
312 priv->abs_y -= dy * BYD_DT; in byd_process_byte()
A Dhgpk.h44 int abs_x, abs_y; member
A Dhgpk.c189 priv->abs_x = priv->abs_y = -1; in hgpk_reset_hack_state()
390 if (x == priv->abs_x && y == priv->abs_y) { in hgpk_process_advanced_packet()
407 int y_diff = priv->abs_y - y; in hgpk_process_advanced_packet()
419 priv->abs_y = y; in hgpk_process_advanced_packet()
A Dbcm5974.c223 __le16 abs_y; /* absolute y coodinate */ member
622 dev->pos[n].y = c->y.min + c->y.max - raw2int(f->abs_y); in report_tp_state()
/linux/drivers/input/joystick/
A Dtwidjoy.c95 int button_bits, abs_x, abs_y; in twidjoy_process_packet() local
110 abs_y = ((data[3] & 0x01) << 7) | ((data[2] & 0x7F) >> 0); in twidjoy_process_packet()
111 if (data[3] & 0x02) abs_y -= 256; in twidjoy_process_packet()
114 input_report_abs(dev, ABS_Y, +abs_y); in twidjoy_process_packet()
/linux/drivers/input/touchscreen/
A Dwm97xx-core.c73 static int abs_y[3] = {200, 4000, 40}; variable
74 module_param_array(abs_y, int, NULL, 0);
75 MODULE_PARM_DESC(abs_y, "Touchscreen absolute Y min, max, fuzz");
444 abs_y[0] > (data.y & 0xfff) || in wm97xx_read_samples()
445 abs_y[1] < (data.y & 0xfff)) { in wm97xx_read_samples()
601 input_set_abs_params(wm->input_dev, ABS_Y, abs_y[0], abs_y[1], in wm97xx_register_touch()
602 abs_y[2], 0); in wm97xx_register_touch()
A Diqs5xx.c110 __be16 abs_y; member
679 be16_to_cpu(touch_data->abs_y), in iqs5xx_irq()
/linux/include/xen/interface/io/
A Dkbdif.h312 int32_t abs_y; member
470 int32_t abs_y; /* absolute Y position, pixels */ member
/linux/drivers/input/misc/
A Dxen-kbdfront.c83 input_report_abs(info->ptr, ABS_Y, pos->abs_y); in xenkbd_handle_position_event()
133 mtouch->u.pos.abs_y); in xenkbd_handle_mt_event()
/linux/drivers/input/keyboard/
A Dapplespi.c157 __le16 abs_y; member
976 le16_to_int(f->abs_y)); in applespi_debug_update_dimensions()
978 le16_to_int(f->abs_y)); in applespi_debug_update_dimensions()
1055 le16_to_int(f->abs_y); in report_tp_state()

Completed in 33 milliseconds