Lines Matching refs:gpio_lock
52 * @gpio_lock: Lock used for synchronization
66 raw_spinlock_t gpio_lock; /* For serializing operations */
157 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
164 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
188 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
196 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
214 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
220 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
243 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
253 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
376 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
387 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
406 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
426 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
491 raw_spin_lock(&chip->gpio_lock);
508 raw_spin_unlock(&chip->gpio_lock);
595 raw_spin_lock_init(&chip->gpio_lock);