Home
last modified time | relevance | path

Searched refs:touchbuf (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/input/touchscreen/
Draspberrypi-ts.c128 u32 touchbuf; in rpi_ts_probe() local
160 touchbuf = (u32)ts->fw_regs_phys; in rpi_ts_probe()
162 &touchbuf, sizeof(touchbuf)); in rpi_ts_probe()
163 if (error || touchbuf != 0) { in rpi_ts_probe()