/openbmc/linux/include/linux/ |
H A D | irqdesc.h | 59 irq_flow_handler_t handle_irq; 196 irq_flow_handler_t handler) in irq_set_handler_locked() 218 irq_flow_handler_t handler, const char *name) in irq_set_chip_handler_name_locked()
|
H A D | irq.h | 713 irq_flow_handler_t handle, const char *name); 717 irq_flow_handler_t handle) in irq_set_chip_and_handler() 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) in irq_set_handler() 744 irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle) in irq_set_chained_handler() 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 handler,
|
H A D | irqhandler.h | 12 typedef void (*irq_flow_handler_t)(struct irq_desc *desc); typedef
|
H A D | msi.h | 496 irq_flow_handler_t handler;
|
H A D | irqdomain.h | 475 void *chip_data, irq_flow_handler_t handler,
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | leon.h | 222 irq_flow_handler_t flow_handler, 225 irq_flow_handler_t flow_handler,
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | ints.c | 116 irq_flow_handler_t handle, unsigned int irq, in m68k_setup_irq_controller()
|
/openbmc/linux/kernel/irq/ |
H A D | generic-chip.c | 220 void __iomem *reg_base, irq_flow_handler_t handler) in irq_init_generic_chip() 243 void __iomem *reg_base, irq_flow_handler_t handler) in irq_alloc_generic_chip() 287 irq_flow_handler_t handler, in __irq_alloc_domain_generic_chips()
|
H A D | internals.h | 406 void __iomem *reg_base, irq_flow_handler_t handler); 411 void __iomem *reg_base, irq_flow_handler_t handler) { } in irq_init_generic_chip()
|
H A D | chip.c | 985 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1058 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1073 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1091 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|
H A D | devres.c | 220 irq_flow_handler_t handler) in devm_irq_alloc_generic_chip()
|
H A D | irqdomain.c | 1390 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info() 1892 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info()
|
/openbmc/linux/include/linux/gpio/ |
H A D | driver.h | 148 irq_flow_handler_t handler; 178 irq_flow_handler_t parent_handler;
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | leon_kernel.c | 210 irq_flow_handler_t flow_handler, in leon_build_device_irq() 247 irq_flow_handler_t flow_handler, in leon_update_virq_handling()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-or1k-pic.c | 17 irq_flow_handler_t handle;
|
H A D | irq-clps711x.c | 130 irq_flow_handler_t handler = handle_level_irq; in clps711x_intc_irq_map()
|
H A D | irq-al-fic.c | 48 irq_flow_handler_t handler; in al_fic_set_trigger()
|
H A D | irq-brcmstb-l2.c | 26 irq_flow_handler_t handler;
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | irq.c | 430 irq_flow_handler_t handler = NULL; in au1x_ic_settype() 669 irq_flow_handler_t hdl = NULL; in au1300_gpic_settype()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ep93xx.c | 225 irq_flow_handler_t handler; in ep93xx_gpio_irq_type()
|
H A D | gpio-npcm-sgpio.c | 383 irq_flow_handler_t handler; in npcm_sgpio_set_type()
|
H A D | gpio-aspeed-sgpio.c | 340 irq_flow_handler_t handler; in aspeed_sgpio_set_type()
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-s3c64xx.c | 644 static irq_flow_handler_t s3c64xx_eint0_handlers[NUM_EINT0_IRQ] = {
|
/openbmc/linux/drivers/spmi/ |
H A D | spmi-pmic-arb.c | 764 irq_flow_handler_t flow_handler; in qpnpint_irq_set_type() 907 irq_flow_handler_t handler; in qpnpint_irq_domain_map()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-apple.c | 319 irq_flow_handler_t flow = handle_edge_irq; in apple_port_irq_domain_alloc()
|