Searched refs:max_comb_2nd_msg_len (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-cp2615.c | 270 .max_comb_2nd_msg_len = MAX_I2C_SIZE
|
H A D | i2c-nvidia-gpu.c | 227 .max_comb_2nd_msg_len = 4,
|
H A D | i2c-owl.c | 433 .max_comb_2nd_msg_len = 240,
|
H A D | i2c-mt65xx.c | 353 .max_comb_2nd_msg_len = 31,
|
/openbmc/linux/include/linux/ |
H A D | i2c.h | 712 u16 max_comb_2nd_msg_len; member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | aldebaran_ppt.c | 1561 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|
H A D | smu_v13_0_6_ppt.c | 1790 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|
H A D | smu_v13_0_0_ppt.c | 2316 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 2227 if (i2c_quirk_exceeded(msgs[1].len, q->max_comb_2nd_msg_len)) in i2c_check_for_quirks()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | arcturus_ppt.c | 2155 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|
H A D | navi10_ppt.c | 3078 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|
H A D | sienna_cichlid_ppt.c | 3839 .max_comb_2nd_msg_len = MAX_SW_I2C_COMMANDS - 2,
|