drivers/irqchip/irq-gic-its-msi-parent.h

Source file repositories/reference/linux-study-clean/drivers/irqchip/irq-gic-its-msi-parent.h

File Facts

System
Linux kernel
Corpus path
drivers/irqchip/irq-gic-its-msi-parent.h
Extension
.h
Size
341 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/irqchip
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _IRQ_GIC_ITS_MSI_PARENT_H
#define _IRQ_GIC_ITS_MSI_PARENT_H

extern const struct msi_parent_ops gic_v3_its_msi_parent_ops;
extern const struct msi_parent_ops gic_v5_its_msi_parent_ops;

#endif /* _IRQ_GIC_ITS_MSI_PARENT_H */

Annotation

Implementation Notes