Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c199 u32 raw_coordinate; in iproc_touchscreen_interrupt() local
230 regmap_read(priv->regmap, FIFO_DATA, &raw_coordinate); in iproc_touchscreen_interrupt()
231 if (raw_coordinate == INVALID_COORD) in iproc_touchscreen_interrupt()
239 x = (raw_coordinate >> X_COORD_SHIFT) & in iproc_touchscreen_interrupt()
241 y = (raw_coordinate >> Y_COORD_SHIFT) & in iproc_touchscreen_interrupt()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c192 u32 raw_coordinate; in iproc_touchscreen_interrupt() local
223 regmap_read(priv->regmap, FIFO_DATA, &raw_coordinate); in iproc_touchscreen_interrupt()
224 if (raw_coordinate == INVALID_COORD) in iproc_touchscreen_interrupt()
232 x = (raw_coordinate >> X_COORD_SHIFT) & in iproc_touchscreen_interrupt()
234 y = (raw_coordinate >> Y_COORD_SHIFT) & in iproc_touchscreen_interrupt()

Completed in 2 milliseconds