Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c127 u32 touchbuf; in rpi_ts_probe() local
158 touchbuf = (u32)ts->fw_regs_phys; in rpi_ts_probe()
160 &touchbuf, sizeof(touchbuf)); in rpi_ts_probe()
161 if (error || touchbuf != 0) { in rpi_ts_probe()