/openbsd/sys/arch/sparc64/include/ |
H A D | intr.h | 46 struct intrhand { struct 53 struct intrhand *ih_next; /* global list */ argument 54 struct intrhand *ih_pending; /* pending list */ argument 57 void (*ih_ack)(struct intrhand *); argument 64 extern struct intrhand *intrlev[MAXINTNUM]; argument
|
/openbsd/sys/arch/i386/include/ |
H A D | psl.h | 81 struct intrhand { struct 86 struct intrhand *ih_next; argument 87 int ih_pin; 88 int ih_irq; 89 struct evcount ih_count; 90 int ih_vec;
|
/openbsd/sys/arch/amd64/include/ |
H A D | intr.h | 91 struct intrhand { struct 96 struct intrhand *ih_next; argument 97 int ih_pin; 98 int ih_slot; 99 struct cpu_info *ih_cpu; 100 int ih_irq; 101 struct evcount ih_count;
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | intr.c | 46 struct intrhand { struct 49 struct intrhand *ih_next; argument 60 struct intrhand *eih_ih; argument
|
/openbsd/sys/arch/powerpc/include/ |
H A D | intr.h | 165 struct intrhand { struct 178 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
|
/openbsd/sys/arch/loongson/include/ |
H A D | intr.h | 162 struct intrhand { struct 163 struct intrhand *ih_next; argument 164 int (*ih_fun)(void *); 165 void *ih_arg; 166 int ih_level; 167 int ih_irq; 168 int ih_flags; 170 struct evcount ih_count;
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | xicp.c | 46 struct intrhand { struct 67 LIST_HEAD(,intrhand) *xicp_girqhashtbl; argument
|
H A D | xive.c | 69 struct intrhand { struct 71 int (*ih_func)(void *); 72 void *ih_arg; 96 struct intrhand *sc_handler[XIVE_NUM_IRQS]; argument
|
H A D | opal.c | 41 struct intrhand { struct 53 struct intrhand *sc_handler[OPAL_NUM_HANDLERS]; argument
|
/openbsd/sys/arch/riscv64/dev/ |
H A D | riscv_cpu_intc.c | 31 struct intrhand { struct 38 struct intrhand* intc_handler[INTC_NIRQS] = {NULL}; argument
|
H A D | sfgpio.c | 62 struct intrhand { struct 63 int (*ih_func)(void *); /* handler */ 64 void *ih_arg; /* arg for handler */ 65 int ih_pin; /* pin number */ 66 int ih_level; /* trigger level */ 67 void *ih_sc;
|
/openbsd/sys/arch/armv7/marvell/ |
H A D | mvmpic.c | 63 struct intrhand { struct 64 int (*ih_func)(void *); /* handler */ 65 void *ih_arg; /* arg for handler */ 66 int ih_ipl; /* IPL_* */ 67 int ih_irq; /* IRQ number */ 68 struct evcount ih_count; 69 char *ih_name; 70 void *ih_sc;
|
/openbsd/sys/dev/fdt/ |
H A D | imxgpio.c | 46 struct intrhand { struct 67 struct intrhand *sc_handlers[GPIO_NUM_PINS]; argument
|
H A D | rkgpio.c | 79 struct intrhand { struct 100 struct intrhand *sc_handlers[GPIO_NUM_PINS]; argument
|
H A D | sxipio.c | 52 struct intrhand { struct 53 int (*ih_func)(void *); /* handler */ 54 void *ih_arg; /* arg for handler */ 55 int ih_ipl; /* IPL_* */ 56 int ih_irq; /* IRQ number */ 80 struct intrhand *sc_handlers[32]; argument
|
H A D | qcpdc.c | 46 struct intrhand { struct 47 void *ih_cookie; 48 void *ih_sc; 49 int ih_pin;
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplpinctrl.c | 63 struct intrhand { struct 84 TAILQ_HEAD(, intrhand) *sc_handler; argument
|
H A D | aplintc.c | 90 struct intrhand { struct 113 struct intrhand *sc_fiq_handler; argument
|
H A D | bcm2836_intr.c | 81 struct intrhand { struct 93 TAILQ_HEAD(, intrhand) is_list; /* handler list */ argument
|
H A D | ampintc.c | 150 struct intrhand { struct 163 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
|
/openbsd/sys/arch/armv7/omap/ |
H A D | intc.c | 77 struct intrhand { struct 88 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
|
H A D | omgpio.c | 126 struct intrhand { struct 127 int (*ih_func)(void *); /* handler */ 128 void *ih_arg; /* arg for handler */ 129 int ih_ipl; /* IPL_* */ 130 int ih_irq; /* IRQ number */ 131 int ih_gpio; /* gpio pin */ 132 struct evcount ih_count; 133 char *ih_name;
|
/openbsd/sys/arch/armv7/sunxi/ |
H A D | sxiintc.c | 117 struct intrhand { struct 128 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
|
/openbsd/sys/arch/armv7/broadcom/ |
H A D | bcm2836_intr.c | 79 struct intrhand { struct 90 TAILQ_HEAD(, intrhand) is_list; /* handler list */ argument
|
/openbsd/sys/arch/arm/cortex/ |
H A D | ampintc.c | 152 struct intrhand { struct 164 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
|