Home
last modified time | relevance | path

Searched refs:pdev_interrupt_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/dev/pdev/include/pdev/
A Dinterrupt.h23 struct pdev_interrupt_ops { struct
57 void pdev_register_interrupts(const struct pdev_interrupt_ops* ops); argument
/kernel/dev/pdev/interrupt/
A Dinterrupt.cpp124 static const struct pdev_interrupt_ops default_ops = {
148 static const struct pdev_interrupt_ops* intr_ops = &default_ops;
200 void pdev_register_interrupts(const struct pdev_interrupt_ops* ops) { in pdev_register_interrupts()
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2.cpp381 static const struct pdev_interrupt_ops gic_ops = {
/kernel/dev/interrupt/arm_gic/v3/
A Darm_gicv3.cpp489 static const struct pdev_interrupt_ops gic_ops = {

Completed in 55 milliseconds