Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-mlxbf.c335 MLXBF_I2C_F_READ = BIT(0), enumerator
751 if (flags & MLXBF_I2C_F_READ) { in mlxbf_i2c_smbus_start_transaction()
812 request->operation[0].flags |= read ? MLXBF_I2C_F_READ : 0; in mlxbf_i2c_smbus_quick_command()
825 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_byte_func()
846 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_byte_func()
865 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
891 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
922 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_block_func()
950 request->operation[2].flags = MLXBF_I2C_F_READ; in mlxbf_i2c_smbus_process_call_func()
978 request->operation[2].flags = MLXBF_I2C_F_READ; in mlxbf_i2c_smbus_blk_process_call_func()