Home
last modified time | relevance | path

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

/linux/drivers/i2c/
A Di2c-core-base.c2004 static int i2c_quirk_error(struct i2c_adapter *adap, struct i2c_msg *msg, char *err_msg) in i2c_quirk_error() function
2024 return i2c_quirk_error(adap, &msgs[0], "1st comb msg must be write"); in i2c_check_for_quirks()
2027 return i2c_quirk_error(adap, &msgs[1], "2nd comb msg must be read"); in i2c_check_for_quirks()
2030 return i2c_quirk_error(adap, &msgs[0], "comb msg only to same addr"); in i2c_check_for_quirks()
2033 return i2c_quirk_error(adap, &msgs[0], "msg too long"); in i2c_check_for_quirks()
2036 return i2c_quirk_error(adap, &msgs[1], "msg too long"); in i2c_check_for_quirks()
2043 return i2c_quirk_error(adap, &msgs[0], "too many messages"); in i2c_check_for_quirks()
2050 return i2c_quirk_error(adap, &msgs[i], "msg too long"); in i2c_check_for_quirks()
2053 return i2c_quirk_error(adap, &msgs[i], "no zero length"); in i2c_check_for_quirks()
2056 return i2c_quirk_error(adap, &msgs[i], "msg too long"); in i2c_check_for_quirks()
[all …]
/linux/
A DSystem.map55459 ffff800010ef58f8 t i2c_quirk_error.part.0.isra.0
A D.tmp_System.map55459 ffff800010ef58f8 t i2c_quirk_error.part.0.isra.0

Completed in 278 milliseconds