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

/linux-master/drivers/i2c/
H A Di2c-core.h54 if (test_bit(I2C_ALF_IS_SUSPENDED, &adap->locked_flags)) {
/linux-master/include/linux/
H A Di2c.h734 #define I2C_ALF_IS_SUSPENDED 0 macro
834 set_bit(I2C_ALF_IS_SUSPENDED, &adap->locked_flags);
849 clear_bit(I2C_ALF_IS_SUSPENDED, &adap->locked_flags);

Completed in 542 milliseconds