Searched refs:EXC3000_LEN_FRAME (Results 1 – 1 of 1) sorted by relevance
29 #define EXC3000_LEN_FRAME 66 macro80 u8 buf[2 * EXC3000_LEN_FRAME];131 ret = i2c_master_recv(client, buf, EXC3000_LEN_FRAME); in exc3000_read_frame()135 if (ret != EXC3000_LEN_FRAME) in exc3000_read_frame()138 if (get_unaligned_le16(buf) != EXC3000_LEN_FRAME) in exc3000_read_frame()158 ret = exc3000_read_frame(data, buf + EXC3000_LEN_FRAME); in exc3000_handle_mt_event()163 if (buf[EXC3000_LEN_FRAME + 3] != 0) { in exc3000_handle_mt_event()179 buf += EXC3000_LEN_FRAME; in exc3000_handle_mt_event()251 if (data->buf[3] >= EXC3000_LEN_FRAME) { in exc3000_vendor_data_request()271 u8 response[EXC3000_LEN_FRAME]; in fw_version_show()[all …]