Searched refs:do_len_check (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/i2c/
H A Di2c-core.c2114 bool do_len_check = true; i2c_check_for_quirks() local
2136 do_len_check = false; i2c_check_for_quirks()
2147 if (do_len_check && i2c_quirk_exceeded(len, q->max_read_len)) i2c_check_for_quirks()
2150 if (do_len_check && i2c_quirk_exceeded(len, q->max_write_len)) i2c_check_for_quirks()

Completed in 84 milliseconds