Searched refs:length_in_bytes (Results 1 – 2 of 2) sorted by relevance
255 if (operation->length_in_bytes > 1) { in i2c_read()263 for (n = 0; n < operation->length_in_bytes; n++) { in i2c_read()267 if (n == (operation->length_in_bytes - 2)) { in i2c_read()270 } else if (n == (operation->length_in_bytes - 1)) { in i2c_read()311 for (n = 0; n < operation->length_in_bytes; n++) { in i2c_write()
133 unsigned int length_in_bytes; member
Completed in 3 milliseconds