Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c134 info->chip->flags |= IRQCHIP_ONESHOT_SAFE; in pci_msi_create_irq_domain()
182 .flags = IRQCHIP_ONESHOT_SAFE,
219 .flags = IRQCHIP_ONESHOT_SAFE,
/openbmc/linux/kernel/irq/
H A Ddebugfs.c56 BIT_MASK_DESCR(IRQCHIP_ONESHOT_SAFE),
H A Dmanage.c1581 if (desc->irq_data.chip->flags & IRQCHIP_ONESHOT_SAFE) in __setup_irq()
1709 !(desc->irq_data.chip->flags & IRQCHIP_ONESHOT_SAFE)) { in __setup_irq()
/openbmc/linux/drivers/gpio/
H A Dgpio-xlp.c178 .flags = IRQCHIP_ONESHOT_SAFE | IRQCHIP_IMMUTABLE,
/openbmc/linux/include/linux/
H A Dirq.h577 IRQCHIP_ONESHOT_SAFE = (1 << 5), enumerator