Searched refs:i2c_trylock_bus (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/i2c/
H A Di2c-core.h44 ret = i2c_trylock_bus(adap, I2C_LOCK_SEGMENT) ? 0 : -EAGAIN;
H A Di2c-mux.c163 if (i2c_trylock_bus(parent, flags))
197 if (i2c_trylock_bus(parent, flags))
/linux-master/include/linux/
H A Di2c.h796 * i2c_trylock_bus - Try to get exclusive access to an I2C bus segment
804 i2c_trylock_bus(struct i2c_adapter *adapter, unsigned int flags) function

Completed in 135 milliseconds