Searched refs:max_num_msgs (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-powermac.c188 .max_num_msgs = 1,
H A Di2c-cpm.c411 .max_num_msgs = CPM_MAXBD,
H A Di2c-mt65xx.c349 .max_num_msgs = 1,
357 .max_num_msgs = 255,
/linux-master/include/linux/
H A Di2c.h668 * @max_num_msgs: maximum number of messages per transfer
688 int max_num_msgs; member in struct:i2c_adapter_quirks
695 /* enforce max_num_msgs = 2 and use max_comb_*_len for length checks */
/linux-master/drivers/i2c/
H A Di2c-core-base.c2142 int max_num = q->max_num_msgs, i;

Completed in 139 milliseconds