Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c850 u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_byte_func() argument
855 request->operation[0].length += pec_check; in mlxbf_i2c_smbus_byte_func()
860 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_byte_func()
867 u8 *command, u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_data_byte_func() argument
874 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_data_byte_func()
878 request->operation[1].length += pec_check; in mlxbf_i2c_smbus_data_byte_func()
886 u8 *command, u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_data_word_func() argument
893 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_data_word_func()
897 request->operation[1].length += pec_check; in mlxbf_i2c_smbus_data_word_func()
906 bool pec_check) in mlxbf_i2c_smbus_i2c_block_func() argument
[all …]