Home
last modified time | relevance | path

Searched refs:xy_acc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dappletouch.c212 int xy_acc[ATP_XSENSORS + ATP_YSENSORS]; member
339 * Use offset to point xy_sensors at the first value in dev->xy_acc in atp_calculate_abs()
342 int *xy_sensors = dev->xy_acc + offset; in atp_calculate_abs()
585 dev->xy_acc[i] -= change; in atp_complete_geyser_1_2()
588 if (dev->xy_acc[i] < 0) in atp_complete_geyser_1_2()
589 dev->xy_acc[i] = 0; in atp_complete_geyser_1_2()
594 dbg_dump("accumulator", dev->xy_acc); in atp_complete_geyser_1_2()
635 memset(dev->xy_acc, 0, sizeof(dev->xy_acc)); in atp_complete_geyser_1_2()
699 dev->xy_acc[ in atp_complete_geyser_3_4()
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dappletouch.c212 int xy_acc[ATP_XSENSORS + ATP_YSENSORS]; member
339 * Use offset to point xy_sensors at the first value in dev->xy_acc in atp_calculate_abs()
342 int *xy_sensors = dev->xy_acc + offset; in atp_calculate_abs()
585 dev->xy_acc[i] -= change; in atp_complete_geyser_1_2()
588 if (dev->xy_acc[i] < 0) in atp_complete_geyser_1_2()
589 dev->xy_acc[i] = 0; in atp_complete_geyser_1_2()
594 dbg_dump("accumulator", dev->xy_acc); in atp_complete_geyser_1_2()
635 memset(dev->xy_acc, 0, sizeof(dev->xy_acc)); in atp_complete_geyser_1_2()
699 dev->xy_acc[ in atp_complete_geyser_3_4()
[all...]

Completed in 2 milliseconds