Searched refs:cur_cnt (Results 1 – 2 of 2) sorted by relevance
210 size_t cur_cnt; in anx6345_read_aux_i2c() local214 cur_cnt = (count - i) > 16 ? 16 : count - i; in anx6345_read_aux_i2c()224 chip_addr, buf + i, cur_cnt); in anx6345_read_aux_i2c()
266 total_cnt, cur_cnt = struct.unpack_from(SDP_BODY_CNT_FORMAT, response)269 for i in range(cur_cnt):