Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-owl.c401 .max_comb_2nd_msg_len = 240,
Di2c-pmcmsp.c570 .max_comb_2nd_msg_len = MSP_MAX_BYTES_PER_RW,
Di2c-mt65xx.c176 .max_comb_2nd_msg_len = 31,
/linux-4.19.296/include/linux/
Di2c.h645 u16 max_comb_2nd_msg_len; member
/linux-4.19.296/drivers/i2c/
Di2c-core-base.c1834 if (i2c_quirk_exceeded(msgs[1].len, q->max_comb_2nd_msg_len)) in i2c_check_for_quirks()