Lines Matching defs:mutex
8 #include <linux/mutex.h>
64 struct mutex mutex; /* held when writing to registers */
158 mutex_lock(&led->chip->mutex);
190 mutex_unlock(&led->chip->mutex);
221 mutex_lock(&led->chip->mutex);
257 mutex_unlock(&led->chip->mutex);
337 mutex_init(&chip->mutex);
338 mutex_lock(&chip->mutex);
392 mutex_unlock(&chip->mutex);
400 mutex_destroy(&chip->mutex);
410 mutex_destroy(&chip->mutex);