Lines Matching refs:gpio_lock
22 * @gpio_lock : synchronization lock so that new irq/set/get requests
31 raw_spinlock_t gpio_lock;
47 raw_spin_lock_irqsave(&altera_gc->gpio_lock, flags);
52 raw_spin_unlock_irqrestore(&altera_gc->gpio_lock, flags);
65 raw_spin_lock_irqsave(&altera_gc->gpio_lock, flags);
70 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);
248 raw_spin_lock_init(&altera_gc->gpio_lock);