Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-mlxbf.c334 MLXBF_I2C_F_WRITE = BIT(1), enumerator
746 if (flags & MLXBF_I2C_F_WRITE) { in mlxbf_i2c_smbus_start_transaction()
828 request->operation[0].flags = MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_quick_command()
842 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_byte_func()
856 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_byte_func()
863 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_byte_func()
882 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
908 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
939 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_block_func()
963 request->operation[1].flags = MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_process_call_func()
[all …]