Searched refs:i2c_rw_lock (Results 1 – 2 of 2) sorted by relevance
735 struct mutex i2c_rw_lock; member809 mutex_lock(&sc->i2c_rw_lock); in sc8551_read_byte()811 mutex_unlock(&sc->i2c_rw_lock); in sc8551_read_byte()820 mutex_lock(&sc->i2c_rw_lock); in sc8551_write_byte()822 mutex_unlock(&sc->i2c_rw_lock); in sc8551_write_byte()835 mutex_lock(&sc->i2c_rw_lock); in sc8551_update_bits()850 mutex_unlock(&sc->i2c_rw_lock); in sc8551_update_bits()2120 mutex_init(&sc->i2c_rw_lock); in sc8551_charger_probe()2180 mutex_destroy(&sc->i2c_rw_lock); in sc8551_charger_remove()
221 struct mutex i2c_rw_lock; member