Searched refs:pec_check (Results 1 – 1 of 1) sorted by relevance
822 u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_byte_func() argument827 request->operation[0].length += pec_check; in mlxbf_i2c_smbus_byte_func()832 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_byte_func()839 u8 *command, u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_data_byte_func() argument846 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_data_byte_func()850 request->operation[1].length += pec_check; in mlxbf_i2c_smbus_data_byte_func()858 u8 *command, u8 *data, bool read, bool pec_check) in mlxbf_i2c_smbus_data_word_func() argument865 request->operation[0].flags |= pec_check ? MLXBF_I2C_F_SMBUS_PEC : 0; in mlxbf_i2c_smbus_data_word_func()869 request->operation[1].length += pec_check; in mlxbf_i2c_smbus_data_word_func()878 bool pec_check) in mlxbf_i2c_smbus_i2c_block_func() argument[all …]