Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-nvidia-gpu.c224 .max_comb_2nd_msg_len = 4,
Di2c-owl.c397 .max_comb_2nd_msg_len = 240,
Di2c-pmcmsp.c570 .max_comb_2nd_msg_len = MSP_MAX_BYTES_PER_RW,
Di2c-mt65xx.c295 .max_comb_2nd_msg_len = 31,
/Linux-v5.10/include/linux/
Di2c.h670 u16 max_comb_2nd_msg_len; member
/Linux-v5.10/drivers/i2c/
Di2c-core-base.c1971 if (i2c_quirk_exceeded(msgs[1].len, q->max_comb_2nd_msg_len)) in i2c_check_for_quirks()