Home
last modified time | relevance | path

Searched refs:max_comb_2nd_msg_len (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
Di2c-mt65xx.c165 .max_comb_2nd_msg_len = 31,
173 .max_comb_2nd_msg_len = 65535,
Di2c-pmcmsp.c587 .max_comb_2nd_msg_len = MSP_MAX_BYTES_PER_RW,
/linux-4.4.14/include/linux/
Di2c.h482 u16 max_comb_2nd_msg_len; member
/linux-4.4.14/drivers/i2c/
Di2c-core.c2133 if (i2c_quirk_exceeded(msgs[1].len, q->max_comb_2nd_msg_len)) in i2c_check_for_quirks()