Lines Matching refs:i2ctransport_mtx
54 pthread_mutex_t i2ctransport_mtx = PTHREAD_MUTEX_INITIALIZER; variable
232 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cOpenLayer()
236 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
245 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
253 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
257 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
270 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cCloseLayer()
273 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cCloseLayer()
284 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cCloseLayer()
293 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cResetPulse()
296 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cResetPulse()