Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c338 MLXBF_I2C_F_WRITE = BIT(1), enumerator
766 if (flags & MLXBF_I2C_F_WRITE) { in mlxbf_i2c_smbus_start_transaction()
847 request->operation[0].flags = MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_quick_command()
861 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_byte_func()
875 MLXBF_I2C_F_SMBUS_OPERATION | 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_byte_func()
894 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
901 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
914 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
927 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c333 MLXBF_I2C_F_WRITE = BIT(1), enumerator
791 if (flags & MLXBF_I2C_F_WRITE) { in mlxbf_i2c_smbus_start_transaction()
872 request->operation[0].flags = MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_quick_command()
886 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_byte_func()
900 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_byte_func()
907 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_byte_func()
919 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
926 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_data_word_func()
939 MLXBF_I2C_F_SMBUS_OPERATION | MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
952 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE; in mlxbf_i2c_smbus_i2c_block_func()
[all...]

Completed in 6 milliseconds