Lines Matching defs:mutex
8 #include <linux/mutex.h>
64 struct mutex mutex; /* held when writing to registers */
160 mutex_lock(&led->chip->mutex);
192 mutex_unlock(&led->chip->mutex);
223 mutex_lock(&led->chip->mutex);
259 mutex_unlock(&led->chip->mutex);
339 mutex_init(&chip->mutex);
340 mutex_lock(&chip->mutex);
399 mutex_unlock(&chip->mutex);
408 mutex_unlock(&chip->mutex);
409 mutex_destroy(&chip->mutex);
419 mutex_destroy(&chip->mutex);