Searched refs:irq_flow_handler_t (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/include/linux/
H A Dirqhandler.h12 typedef void (*irq_flow_handler_t)(struct irq_desc *desc); typedef
H A Dirqdesc.h59 irq_flow_handler_t handle_irq;
196 irq_flow_handler_t handler)
218 irq_flow_handler_t handler, const char *name)
H A Dirq.h713 irq_flow_handler_t handle, const char *name);
717 irq_flow_handler_t handle)
729 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
733 irq_set_handler(unsigned int irq, irq_flow_handler_t handle)
744 irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle)
755 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle,
1022 irq_flow_handler_t handler;
1138 void __iomem *reg_base, irq_flow_handler_t handler);
1149 irq_flow_handler_t handler);
1158 irq_flow_handler_t handle
[all...]
H A Dirqdomain.h475 void *chip_data, irq_flow_handler_t handler,
H A Dmsi.h501 irq_flow_handler_t handler;
/linux-master/arch/sparc/include/asm/
H A Dleon.h222 irq_flow_handler_t flow_handler,
225 irq_flow_handler_t flow_handler,
/linux-master/arch/m68k/kernel/
H A Dints.c118 irq_flow_handler_t handle, unsigned int irq,
/linux-master/kernel/irq/
H A Ddevres.c220 irq_flow_handler_t handler)
H A Dgeneric-chip.c220 void __iomem *reg_base, irq_flow_handler_t handler)
247 void __iomem *reg_base, irq_flow_handler_t handler)
291 irq_flow_handler_t handler,
H A Dinternals.h406 void __iomem *reg_base, irq_flow_handler_t handler);
411 void __iomem *reg_base, irq_flow_handler_t handler) { }
H A Dchip.c985 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle,
1058 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
1073 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle,
1091 irq_flow_handler_t handle, const char *name)
H A Dirqdomain.c1399 void *chip_data, irq_flow_handler_t handler,
1909 void *chip_data, irq_flow_handler_t handler,
/linux-master/drivers/irqchip/
H A Dirq-or1k-pic.c17 irq_flow_handler_t handle;
H A Dirq-al-fic.c48 irq_flow_handler_t handler;
H A Dirq-clps711x.c130 irq_flow_handler_t handler = handle_level_irq;
H A Dirq-brcmstb-l2.c26 irq_flow_handler_t handler;
/linux-master/arch/sparc/kernel/
H A Dleon_kernel.c210 irq_flow_handler_t flow_handler,
247 irq_flow_handler_t flow_handler,
/linux-master/include/linux/gpio/
H A Ddriver.h150 irq_flow_handler_t handler;
180 irq_flow_handler_t parent_handler;
/linux-master/drivers/gpio/
H A Dgpio-ep93xx.c225 irq_flow_handler_t handler;
H A Dgpio-aspeed-sgpio.c340 irq_flow_handler_t handler;
H A Dgpio-npcm-sgpio.c383 irq_flow_handler_t handler;
/linux-master/arch/mips/alchemy/common/
H A Dirq.c430 irq_flow_handler_t handler = NULL;
669 irq_flow_handler_t hdl = NULL;
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-s3c64xx.c644 static irq_flow_handler_t s3c64xx_eint0_handlers[NUM_EINT0_IRQ] = {
/linux-master/drivers/spmi/
H A Dspmi-pmic-arb.c764 irq_flow_handler_t flow_handler;
907 irq_flow_handler_t handler;
/linux-master/drivers/pci/controller/
H A Dpcie-apple.c319 irq_flow_handler_t flow = handle_edge_irq;

Completed in 326 milliseconds

12