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

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-pmcmsp.c587 .max_comb_2nd_msg_len = MSP_MAX_BYTES_PER_RW,
/linux-4.1.27/include/linux/
H A Di2c.h459 * @max_comb_2nd_msg_len: maximum length of the second msg in a combined message
479 u16 max_comb_2nd_msg_len; member in struct:i2c_adapter_quirks
/linux-4.1.27/drivers/i2c/
H A Di2c-core.c1975 if (i2c_quirk_exceeded(msgs[1].len, q->max_comb_2nd_msg_len)) i2c_check_for_quirks()

Completed in 126 milliseconds