Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_i2c.c172 int i, max_nmsgs; in i2c_check_for_quirks() local
181 max_nmsgs = quirks->max_num_msgs; in i2c_check_for_quirks()
184 max_nmsgs = 2; in i2c_check_for_quirks()
234 if (max_nmsgs && nmsgs > max_nmsgs) { in i2c_check_for_quirks()
237 nmsgs, max_nmsgs); in i2c_check_for_quirks()