Lines Matching refs:gpio_lock
22 * @gpio_lock : synchronization lock so that new irq/set/get requests
30 raw_spinlock_t gpio_lock;
46 raw_spin_lock_irqsave(&altera_gc->gpio_lock, flags);
51 raw_spin_unlock_irqrestore(&altera_gc->gpio_lock, flags);
64 raw_spin_lock_irqsave(&altera_gc->gpio_lock, flags);
69 raw_spin_unlock_irqrestore(&altera_gc->gpio_lock, flags);
125 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
132 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
145 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
150 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
166 raw_spin_lock_irqsave(&chip->gpio_lock, flags);
179 raw_spin_unlock_irqrestore(&chip->gpio_lock, flags);
258 raw_spin_lock_init(&altera_gc->gpio_lock);