Lines Matching defs:mutex
15 #include <linux/mutex.h>
115 struct mutex mutex; /* avoid parallel access */
318 /* Called always with mutex locked */
343 /* Called always with mutex locked */
359 /* Called always with mutex locked */
367 /* Called always with mutex locked */
375 /* Called always with mutex locked */
430 /* Called always with mutex locked */
482 mutex_lock(&chip->mutex);
532 mutex_unlock(&chip->mutex);
639 mutex_lock(&chip->mutex);
647 mutex_unlock(&chip->mutex);
755 mutex_lock(&chip->mutex);
757 mutex_unlock(&chip->mutex);
778 mutex_lock(&chip->mutex);
780 mutex_unlock(&chip->mutex);
814 mutex_lock(&chip->mutex);
826 mutex_unlock(&chip->mutex);
902 mutex_lock(&chip->mutex);
910 mutex_unlock(&chip->mutex);
971 mutex_lock(&chip->mutex);
975 mutex_unlock(&chip->mutex);
1004 mutex_lock(&chip->mutex);
1008 mutex_unlock(&chip->mutex);
1068 mutex_init(&chip->mutex);