Searched refs:length_in_bytes (Results 1 – 2 of 2) sorted by relevance
254 if (operation->length_in_bytes > 1) { in i2c_read()262 for (n = 0; n < operation->length_in_bytes; n++) { in i2c_read()266 if (n == (operation->length_in_bytes - 2)) { in i2c_read()269 } else if (n == (operation->length_in_bytes - 1)) { in i2c_read()310 for (n = 0; n < operation->length_in_bytes; n++) { in i2c_write()
133 unsigned int length_in_bytes; member
Completed in 3 milliseconds