Home
last modified time | relevance | path

Searched refs:MSI_CHIP_FLAG_SET_EOI (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/irqchip/
H A Dirq-msi-lib.c96 if (!chip->irq_eoi && (pops->chip_flags & MSI_CHIP_FLAG_SET_EOI)) in msi_lib_init_dev_msi_info()
H A Dirq-gic-v3-its-msi-parent.c206 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-odmi.c160 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-gicp.c164 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-loongson-pch-msi.c149 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-gic-v3-mbi.c200 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-bcm2712-mip.c166 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-imx-mu-msi.c217 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-gic-v2m.c255 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-sei.c359 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
/linux-6.15/include/linux/
H A Dmsi.h585 MSI_CHIP_FLAG_SET_EOI = (1 << 0), enumerator