Searched refs:EXC3000_LEN_FRAME (Results 1 – 1 of 1) sorted by relevance
29 #define EXC3000_LEN_FRAME 66 macro85 u8 buf[2 * EXC3000_LEN_FRAME];136 ret = i2c_master_recv(client, buf, EXC3000_LEN_FRAME); in exc3000_read_frame()140 if (ret != EXC3000_LEN_FRAME) in exc3000_read_frame()143 if (get_unaligned_le16(buf) != EXC3000_LEN_FRAME) in exc3000_read_frame()163 ret = exc3000_read_frame(data, buf + EXC3000_LEN_FRAME); in exc3000_handle_mt_event()168 if (buf[EXC3000_LEN_FRAME + 3] != 0) { in exc3000_handle_mt_event()184 buf += EXC3000_LEN_FRAME; in exc3000_handle_mt_event()256 if (data->buf[3] >= EXC3000_LEN_FRAME) { in exc3000_vendor_data_request()276 u8 response[EXC3000_LEN_FRAME]; in fw_version_show()[all …]