Searched refs:abs_y (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/input/mouse/ |
A D | sentelic.c | 642 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 D | byd.c | 229 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 D | hgpk.h | 44 int abs_x, abs_y; member
|
A D | hgpk.c | 189 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 D | bcm5974.c | 223 __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-6.3-rc2/drivers/input/joystick/ |
A D | twidjoy.c | 92 int button_bits, abs_x, abs_y; in twidjoy_process_packet() local 107 abs_y = ((data[3] & 0x01) << 7) | ((data[2] & 0x7F) >> 0); in twidjoy_process_packet() 108 if (data[3] & 0x02) abs_y -= 256; in twidjoy_process_packet() 111 input_report_abs(dev, ABS_Y, +abs_y); in twidjoy_process_packet()
|
/linux-6.3-rc2/include/xen/interface/io/ |
A D | kbdif.h | 312 int32_t abs_y; member 470 int32_t abs_y; /* absolute Y position, pixels */ member
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | wm97xx-core.c | 73 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"); 421 abs_y[0] > (data.y & 0xfff) || in wm97xx_read_samples() 422 abs_y[1] < (data.y & 0xfff)) { in wm97xx_read_samples() 573 input_set_abs_params(wm->input_dev, ABS_Y, abs_y[0], abs_y[1], in wm97xx_register_touch() 574 abs_y[2], 0); in wm97xx_register_touch()
|
A D | iqs5xx.c | 110 __be16 abs_y; member 679 be16_to_cpu(touch_data->abs_y), in iqs5xx_irq()
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | xen-kbdfront.c | 83 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-6.3-rc2/drivers/input/keyboard/ |
A D | applespi.c | 157 __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 35 milliseconds