Home
last modified time | relevance | path

Searched defs:intrhand (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/sys/arch/sparc64/include/
H A Dintr.h46 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 Dpsl.h81 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 Dintr.h91 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 Dintr.c46 struct intrhand { struct
49 struct intrhand *ih_next; argument
60 struct intrhand *eih_ih; argument
/openbsd/sys/arch/powerpc/include/
H A Dintr.h165 struct intrhand { struct
178 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
/openbsd/sys/arch/loongson/include/
H A Dintr.h162 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 Dxicp.c46 struct intrhand { struct
67 LIST_HEAD(,intrhand) *xicp_girqhashtbl; argument
H A Dxive.c69 struct intrhand { struct
71 int (*ih_func)(void *);
72 void *ih_arg;
96 struct intrhand *sc_handler[XIVE_NUM_IRQS]; argument
H A Dopal.c41 struct intrhand { struct
53 struct intrhand *sc_handler[OPAL_NUM_HANDLERS]; argument
/openbsd/sys/arch/riscv64/dev/
H A Driscv_cpu_intc.c31 struct intrhand { struct
38 struct intrhand* intc_handler[INTC_NIRQS] = {NULL}; argument
H A Dsfgpio.c62 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 Dmvmpic.c63 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 Dimxgpio.c46 struct intrhand { struct
67 struct intrhand *sc_handlers[GPIO_NUM_PINS]; argument
H A Drkgpio.c79 struct intrhand { struct
100 struct intrhand *sc_handlers[GPIO_NUM_PINS]; argument
H A Dsxipio.c52 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 Dqcpdc.c46 struct intrhand { struct
47 void *ih_cookie;
48 void *ih_sc;
49 int ih_pin;
/openbsd/sys/arch/arm64/dev/
H A Daplpinctrl.c63 struct intrhand { struct
84 TAILQ_HEAD(, intrhand) *sc_handler; argument
H A Daplintc.c90 struct intrhand { struct
113 struct intrhand *sc_fiq_handler; argument
H A Dbcm2836_intr.c81 struct intrhand { struct
93 TAILQ_HEAD(, intrhand) is_list; /* handler list */ argument
H A Dampintc.c150 struct intrhand { struct
163 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
/openbsd/sys/arch/armv7/omap/
H A Dintc.c77 struct intrhand { struct
88 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
H A Domgpio.c126 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 Dsxiintc.c117 struct intrhand { struct
128 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument
/openbsd/sys/arch/armv7/broadcom/
H A Dbcm2836_intr.c79 struct intrhand { struct
90 TAILQ_HEAD(, intrhand) is_list; /* handler list */ argument
/openbsd/sys/arch/arm/cortex/
H A Dampintc.c152 struct intrhand { struct
164 TAILQ_HEAD(, intrhand) iq_list; /* handler list */ argument

12