Searched refs:MLXBF_I2C_F_READ (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c332 MLXBF_I2C_F_READ = BIT(0), enumerator in enum:__anon82
809 if (flags & MLXBF_I2C_F_READ) {
873 request->operation[0].flags |= read ? MLXBF_I2C_F_READ : 0;
886 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE;
907 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE;
926 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE;
952 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE;
983 MLXBF_I2C_F_READ : MLXBF_I2C_F_WRITE;
1011 request->operation[2].flags = MLXBF_I2C_F_READ;
1039 request->operation[2].flags = MLXBF_I2C_F_READ;
[all...]

Completed in 177 milliseconds