Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dexc3000.c27 #define EXC3000_LEN_FRAME 66 macro
37 u8 buf[2 * EXC3000_LEN_FRAME];
75 ret = i2c_master_recv(client, buf, EXC3000_LEN_FRAME); in exc3000_read_frame()
79 if (ret != EXC3000_LEN_FRAME) in exc3000_read_frame()
82 if (get_unaligned_le16(buf) != EXC3000_LEN_FRAME || in exc3000_read_frame()
104 error = exc3000_read_frame(client, buf + EXC3000_LEN_FRAME); in exc3000_read_data()
109 if (buf[EXC3000_LEN_FRAME + 3] != 0) in exc3000_read_data()
141 buf += EXC3000_LEN_FRAME; in exc3000_interrupt()