Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Draspberrypi-ts.c66 int touchid; in rpi_ts_poll() local
87 touchid = (regs.point[i].yh >> 4) & 0xf; in rpi_ts_poll()
90 modified_ids |= BIT(touchid); in rpi_ts_poll()
94 input_mt_slot(input, touchid); in rpi_ts_poll()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Draspberrypi-ts.c66 int touchid; in rpi_ts_poll() local
87 touchid = (regs.point[i].yh >> 4) & 0xf; in rpi_ts_poll()
90 modified_ids |= BIT(touchid); in rpi_ts_poll()
94 input_mt_slot(input, touchid); in rpi_ts_poll()

Completed in 1 milliseconds