Searched refs:irq_flow_handler_t (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.1.9/include/linux/ |
D | irqdesc.h | 59 irq_flow_handler_t handle_irq; 193 irq_flow_handler_t handler) in irq_set_handler_locked() 215 irq_flow_handler_t handler, const char *name) in irq_set_chip_handler_name_locked()
|
D | irq.h | 718 irq_flow_handler_t handle, const char *name); 722 irq_flow_handler_t handle) in irq_set_chip_and_handler() 734 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, 738 irq_set_handler(unsigned int irq, irq_flow_handler_t handle) in irq_set_handler() 749 irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle) in irq_set_chained_handler() 760 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, 1027 irq_flow_handler_t handler; 1143 void __iomem *reg_base, irq_flow_handler_t handler); 1154 irq_flow_handler_t handler); 1163 irq_flow_handler_t handler,
|
D | irqhandler.h | 12 typedef void (*irq_flow_handler_t)(struct irq_desc *desc); typedef
|
D | msi.h | 382 irq_flow_handler_t handler;
|
D | irqdomain.h | 484 void *chip_data, irq_flow_handler_t handler,
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | leon.h | 222 irq_flow_handler_t flow_handler, 225 irq_flow_handler_t flow_handler,
|
/linux-6.1.9/arch/m68k/kernel/ |
D | ints.c | 116 irq_flow_handler_t handle, unsigned int irq, in m68k_setup_irq_controller()
|
/linux-6.1.9/kernel/irq/ |
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()
|
D | internals.h | 401 void __iomem *reg_base, irq_flow_handler_t handler); 406 void __iomem *reg_base, irq_flow_handler_t handler) { } in irq_init_generic_chip()
|
D | devres.c | 220 irq_flow_handler_t handler) in devm_irq_alloc_generic_chip()
|
D | chip.c | 973 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1046 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1061 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1079 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|
D | irqdomain.c | 1354 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info() 1860 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info()
|
/linux-6.1.9/drivers/pinctrl/samsung/ |
D | pinctrl-s3c24xx.c | 386 static irq_flow_handler_t s3c2410_eint_handlers[NUM_EINT_IRQ] = { 395 static irq_flow_handler_t s3c2412_eint_handlers[NUM_EINT_IRQ] = { 469 irq_flow_handler_t *handlers; in s3c24xx_eint_init()
|
D | pinctrl-s3c64xx.c | 644 static irq_flow_handler_t s3c64xx_eint0_handlers[NUM_EINT0_IRQ] = {
|
/linux-6.1.9/include/linux/gpio/ |
D | driver.h | 148 irq_flow_handler_t handler; 178 irq_flow_handler_t parent_handler;
|
/linux-6.1.9/drivers/irqchip/ |
D | irq-or1k-pic.c | 17 irq_flow_handler_t handle;
|
D | irq-clps711x.c | 130 irq_flow_handler_t handler = handle_level_irq; in clps711x_intc_irq_map()
|
D | irq-al-fic.c | 49 irq_flow_handler_t handler; in al_fic_set_trigger()
|
D | irq-brcmstb-l2.c | 27 irq_flow_handler_t handler;
|
/linux-6.1.9/arch/sparc/kernel/ |
D | leon_kernel.c | 212 irq_flow_handler_t flow_handler, in leon_build_device_irq() 249 irq_flow_handler_t flow_handler, in leon_update_virq_handling()
|
/linux-6.1.9/arch/mips/alchemy/common/ |
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()
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-ep93xx.c | 222 irq_flow_handler_t handler; in ep93xx_gpio_irq_type()
|
D | gpio-aspeed-sgpio.c | 329 irq_flow_handler_t handler; in aspeed_sgpio_set_type()
|
/linux-6.1.9/drivers/spmi/ |
D | spmi-pmic-arb.c | 740 irq_flow_handler_t flow_handler; in qpnpint_irq_set_type() 883 irq_flow_handler_t handler; in qpnpint_irq_domain_map()
|
/linux-6.1.9/drivers/pci/controller/ |
D | pcie-apple.c | 319 irq_flow_handler_t flow = handle_edge_irq; in apple_port_irq_domain_alloc()
|
12