/linux-4.1.27/include/linux/ |
H A D | irqhandler.h | 11 typedef void (*irq_flow_handler_t)(unsigned int irq, struct irq_desc *desc); typedef
|
H A D | irqdesc.h | 52 irq_flow_handler_t handle_irq; 160 irq_flow_handler_t handler) __irq_set_handler_locked() 171 irq_flow_handler_t handler, const char *name) __irq_set_chip_handler_name_locked()
|
H A D | irq.h | 490 irq_flow_handler_t handle, const char *name); 493 irq_flow_handler_t handle) irq_set_chip_and_handler() 501 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, 505 irq_set_handler(unsigned int irq, irq_flow_handler_t handle) irq_set_handler() 516 irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle) irq_set_chained_handler() 710 irq_flow_handler_t handler; 817 void __iomem *reg_base, irq_flow_handler_t handler); 828 irq_flow_handler_t handler,
|
H A D | msi.h | 187 irq_flow_handler_t handler;
|
H A D | irqdomain.h | 286 void *chip_data, irq_flow_handler_t handler,
|
/linux-4.1.27/include/linux/gpio/ |
H A D | driver.h | 122 irq_flow_handler_t irq_handler; 167 irq_flow_handler_t parent_handler); 172 irq_flow_handler_t handler,
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | ints.c | 116 irq_flow_handler_t handle, unsigned int irq, m68k_setup_irq_controller()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | leon.h | 221 irq_flow_handler_t flow_handler, 224 irq_flow_handler_t flow_handler,
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
H A D | pinctrl-s3c24xx.c | 401 static irq_flow_handler_t s3c2410_eint_handlers[NUM_EINT_IRQ] = { 410 static irq_flow_handler_t s3c2412_eint_handlers[NUM_EINT_IRQ] = { 486 irq_flow_handler_t *handlers; s3c24xx_eint_init()
|
H A D | pinctrl-s3c64xx.c | 658 static irq_flow_handler_t s3c64xx_eint0_handlers[NUM_EINT0_IRQ] = {
|
/linux-4.1.27/kernel/irq/ |
H A D | generic-chip.c | 207 void __iomem *reg_base, irq_flow_handler_t handler) irq_init_generic_chip() 230 void __iomem *reg_base, irq_flow_handler_t handler) irq_alloc_generic_chip() 275 irq_flow_handler_t handler, irq_alloc_domain_generic_chips()
|
H A D | chip.c | 722 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, __irq_set_handler() 784 irq_flow_handler_t handle, const char *name) irq_set_chip_and_handler_name()
|
H A D | irqdomain.c | 942 void *chip_data, irq_flow_handler_t handler, irq_domain_set_info()
|
/linux-4.1.27/drivers/irqchip/ |
H A D | irq-clps711x.c | 135 irq_flow_handler_t handler = handle_level_irq; clps711x_intc_irq_map()
|
H A D | irq-or1k-pic.c | 22 irq_flow_handler_t handle;
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | leon_kernel.c | 211 irq_flow_handler_t flow_handler, leon_build_device_irq() 248 irq_flow_handler_t flow_handler, leon_update_virq_handling()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-ep93xx.c | 173 irq_flow_handler_t handler; ep93xx_gpio_irq_type()
|
H A D | gpiolib.c | 421 irq_flow_handler_t parent_handler) gpiochip_set_chained_irqchip() 594 irq_flow_handler_t handler, gpiochip_irqchip_add()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | irq.c | 236 irq_flow_handler_t handle = handle_level_irq; tile_irq_activate()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | irq.c | 430 irq_flow_handler_t handler = NULL; au1x_ic_settype() 669 irq_flow_handler_t hdl = NULL; au1300_gpic_settype()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | ints-priority.c | 688 static inline void bfin_set_irq_handler(unsigned irq, irq_flow_handler_t handle) bfin_set_irq_handler()
|
/linux-4.1.27/drivers/pinctrl/intel/ |
H A D | pinctrl-cherryview.c | 1312 irq_flow_handler_t handler; chv_gpio_irq_startup()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 61 irq_flow_handler_t handler) octeon_irq_set_ciu_mapping()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
H A D | io_apic.c | 1196 irq_flow_handler_t hdl; ioapic_register_intr()
|