Searched refs:EXC3000_LEN_FRAME (Results 1 – 1 of 1) sorted by relevance
27 #define EXC3000_LEN_FRAME 66 macro76 u8 buf[2 * EXC3000_LEN_FRAME];124 ret = i2c_master_recv(client, buf, EXC3000_LEN_FRAME); in exc3000_read_frame()128 if (ret != EXC3000_LEN_FRAME) in exc3000_read_frame()131 if (get_unaligned_le16(buf) != EXC3000_LEN_FRAME) in exc3000_read_frame()155 error = exc3000_read_frame(data, buf + EXC3000_LEN_FRAME); in exc3000_read_data()160 if (buf[EXC3000_LEN_FRAME + 3] != 0) in exc3000_read_data()172 error = i2c_master_recv(data->client, buf, EXC3000_LEN_FRAME); in exc3000_query_interrupt()220 buf += EXC3000_LEN_FRAME; in exc3000_interrupt()