Home
last modified time | relevance | path

Searched refs:wa_lock_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-keystone.c82 unsigned long wa_lock_flags; in keystone_irq_handler() local
99 raw_spin_lock_irqsave(&kirq->wa_lock, wa_lock_flags); in keystone_irq_handler()
102 wa_lock_flags); in keystone_irq_handler()
/openbmc/linux/drivers/gpio/
H A Dgpio-omap.c565 unsigned long wa_lock_flags; in omap_gpio_irq_handler() local
613 raw_spin_lock_irqsave(&bank->wa_lock, wa_lock_flags); in omap_gpio_irq_handler()
618 wa_lock_flags); in omap_gpio_irq_handler()
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddriver.rst347 unsigned long wa_lock_flags;
348 raw_spin_lock_irqsave(&bank->wa_lock, wa_lock_flags);
350 raw_spin_unlock_irqrestore(&bank->wa_lock, wa_lock_flags);