EXC3000_LEN_FRAME   34 drivers/input/touchscreen/exc3000.c 	u8 buf[2 * EXC3000_LEN_FRAME];
EXC3000_LEN_FRAME   72 drivers/input/touchscreen/exc3000.c 	ret = i2c_master_recv(client, buf, EXC3000_LEN_FRAME);
EXC3000_LEN_FRAME   76 drivers/input/touchscreen/exc3000.c 	if (ret != EXC3000_LEN_FRAME)
EXC3000_LEN_FRAME   79 drivers/input/touchscreen/exc3000.c 	if (get_unaligned_le16(buf) != EXC3000_LEN_FRAME ||
EXC3000_LEN_FRAME  101 drivers/input/touchscreen/exc3000.c 		error = exc3000_read_frame(client, buf + EXC3000_LEN_FRAME);
EXC3000_LEN_FRAME  106 drivers/input/touchscreen/exc3000.c 		if (buf[EXC3000_LEN_FRAME + 3] != 0)
EXC3000_LEN_FRAME  138 drivers/input/touchscreen/exc3000.c 		buf += EXC3000_LEN_FRAME;