Lines Matching defs:mutex
22 #include <linux/mutex.h>
524 struct mutex mutex; /* Used for locking access when reading and writing PWM values */
635 /* Expects the mutex to be locked */
653 /* Expects the mutex to be locked */
694 mutex_lock(&priv->mutex);
712 mutex_unlock(&priv->mutex);
720 mutex_lock(&priv->mutex);
745 mutex_unlock(&priv->mutex);
917 mutex_lock(&priv->mutex);
972 mutex_unlock(&priv->mutex);
1805 mutex_init(&priv->mutex);