Home
last modified time | relevance | path

Searched refs:IRQCHIP_ONESHOT_SAFE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/msi/
H A Dirqdomain.c133 .flags = IRQCHIP_ONESHOT_SAFE,
187 .flags = IRQCHIP_ONESHOT_SAFE,
/linux/kernel/irq/
H A Ddebugfs.c50 BIT_MASK_DESCR(IRQCHIP_ONESHOT_SAFE),
H A Dmanage.c1553 if (desc->irq_data.chip->flags & IRQCHIP_ONESHOT_SAFE) in __setup_irq()
1693 !(desc->irq_data.chip->flags & IRQCHIP_ONESHOT_SAFE)) { in __setup_irq()
/linux/drivers/gpio/
H A Dgpio-xlp.c178 .flags = IRQCHIP_ONESHOT_SAFE | IRQCHIP_IMMUTABLE,
/linux/include/linux/
H A Dirq.h574 IRQCHIP_ONESHOT_SAFE = (1 << 5), enumerator