Searched refs:abs_x (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/input/mouse/ |
A D | sentelic.c | 642 unsigned short abs_x = 0, abs_y = 0; in fsp_packet_debug() local 648 abs_x = GET_ABS_X(packet); in fsp_packet_debug() 699 unsigned short abs_x, abs_y, fgrs = 0; in fsp_process_byte() local 723 abs_x = GET_ABS_X(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() 783 input_report_abs(dev, ABS_X, abs_x); in fsp_process_byte() 943 int abs_x = 967, abs_y = 711; in fsp_set_input_params() local [all …]
|
A D | byd.c | 228 s32 abs_x; member 244 input_report_abs(dev, ABS_X, priv->abs_x); in byd_report_input() 269 priv->abs_x = BYD_PAD_WIDTH / 2; in byd_clear_touch() 298 priv->abs_x = pkt[1] * (BYD_PAD_WIDTH / 256); in byd_process_byte() 311 priv->abs_x += dx * BYD_DT; in byd_process_byte()
|
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() 405 if (priv->mode != HGPK_MODE_PENTABLET && priv->abs_x != -1) { in hgpk_process_advanced_packet() 406 int x_diff = priv->abs_x - x; in hgpk_process_advanced_packet() 418 priv->abs_x = x; in hgpk_process_advanced_packet()
|
A D | hgpk.h | 44 int abs_x, abs_y; member
|
A D | bcm5974.c | 222 __le16 abs_x; /* absolute x coodinate */ member 621 dev->pos[n].x = raw2int(f->abs_x); in report_tp_state()
|
/linux/drivers/input/joystick/ |
A D | twidjoy.c | 95 int button_bits, abs_x, abs_y; in twidjoy_process_packet() local 107 abs_x = ((data[4] & 0x07) << 5) | ((data[3] & 0x7C) >> 2); in twidjoy_process_packet() 108 if (data[4] & 0x08) abs_x -= 256; in twidjoy_process_packet() 113 input_report_abs(dev, ABS_X, -abs_x); in twidjoy_process_packet()
|
/linux/drivers/input/touchscreen/ |
A D | wm97xx-core.c | 69 static int abs_x[3] = {150, 4000, 5}; variable 70 module_param_array(abs_x, int, NULL, 0); 71 MODULE_PARM_DESC(abs_x, "Touchscreen absolute X min, max, fuzz"); 442 if (abs_x[0] > (data.x & 0xfff) || in wm97xx_read_samples() 443 abs_x[1] < (data.x & 0xfff) || in wm97xx_read_samples() 599 input_set_abs_params(wm->input_dev, ABS_X, abs_x[0], abs_x[1], in wm97xx_register_touch() 600 abs_x[2], 0); in wm97xx_register_touch()
|
A D | iqs5xx.c | 109 __be16 abs_x; member 678 be16_to_cpu(touch_data->abs_x), in iqs5xx_irq()
|
/linux/include/xen/interface/io/ |
A D | kbdif.h | 311 int32_t abs_x; member 469 int32_t abs_x; /* absolute X position, pixels */ member
|
/linux/drivers/input/misc/ |
A D | xen-kbdfront.c | 82 input_report_abs(info->ptr, ABS_X, pos->abs_x); in xenkbd_handle_position_event() 131 mtouch->u.pos.abs_x); in xenkbd_handle_mt_event()
|
/linux/drivers/input/keyboard/ |
A D | applespi.c | 156 __le16 abs_x; member 972 le16_to_int(f->abs_x)); in applespi_debug_update_dimensions() 974 le16_to_int(f->abs_x)); in applespi_debug_update_dimensions() 1053 applespi->pos[n].x = le16_to_int(f->abs_x); in report_tp_state()
|
Completed in 41 milliseconds