Searched refs:xfer_start_idx (Results 1 – 1 of 1) sorted by relevance
157 int xfer_start_idx = (addr > 0xff) ? 0 : 1; in raydium_i2c_xfer() local158 xfer_count -= xfer_start_idx; in raydium_i2c_xfer()160 ret = i2c_transfer(client->adapter, &xfer[xfer_start_idx], xfer_count); in raydium_i2c_xfer()