Home
last modified time | relevance | path

Searched refs:handle_fasteoi_irq (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/arch/m68k/apollo/
H A Ddn_ints.c46 m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq, in dn_init_IRQ()
/openbmc/linux/arch/hexagon/kernel/
H A Dirq_cpu.c75 handle_fasteoi_irq); in init_IRQ()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst155 - handle_fasteoi_irq()
226 handle_fasteoi_irq为中断提供了一个通用的实现,它只需要在处理程序的末端有一个EOI。
/openbmc/linux/arch/mips/dec/
H A Dioasic-irq.c109 handle_edge_irq : handle_fasteoi_irq); in init_ioasic_irqs()
/openbmc/linux/drivers/irqchip/
H A Dirq-wpcm450-aic.c124 irq_set_chip_and_handler(irq, &wpcm450_aic_chip, handle_fasteoi_irq); in wpcm450_aic_map()
H A Dirq-nvic.c102 "nvic_irq", handle_fasteoi_irq, in nvic_of_init()
H A Dirq-sun4i.c96 irq_set_chip_and_handler(virq, &sun4i_irq_chip, handle_fasteoi_irq); in sun4i_irq_map()
H A Dirq-atmel-aic-common.c240 handle_fasteoi_irq, in aic_common_of_init()
H A Dirq-clps711x.c140 handler = handle_fasteoi_irq; in clps711x_intc_irq_map()
H A Dirq-sifive-plic.c233 handle_fasteoi_irq, NULL); in plic_irq_set_type()
313 handle_fasteoi_irq, NULL, NULL); in plic_irqdomain_map()
H A Dirq-csky-mpintc.c184 handle_fasteoi_irq); in csky_irqdomain_map()
H A Dirq-sunxi-nmi.c162 handle_fasteoi_irq, clr, 0, in sunxi_sc_nmi_irq_init()
H A Dirq-pic32-evic.c272 gc->chip_types[0].handler = handle_fasteoi_irq; in pic32_of_init()
H A Dirq-sni-exiu.c111 irq_set_handler_locked(d, handle_fasteoi_irq); in exiu_irq_set_type()
H A Dirq-hip04.c305 handle_fasteoi_irq); in hip04_irq_domain_map()
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dxics-common.c353 xics_ics, handle_fasteoi_irq, NULL, NULL); in xics_host_map()
438 xics_ics, handle_fasteoi_irq, NULL, NULL); in xics_host_domain_alloc()
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dcpm1-ic.c75 irq_set_chip_and_handler(virq, &cpm_pic, handle_fasteoi_irq); in cpm_pic_host_map()
/openbmc/linux/arch/powerpc/sysdev/
H A Dehv_pic.c210 irq_set_chip_and_handler(virq, chip, handle_fasteoi_irq); in ehv_pic_host_map()
/openbmc/linux/drivers/gpio/
H A Dgpio-sodaville.c154 handle_fasteoi_irq); in sdv_register_irqsupport()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c233 handle_fasteoi_irq); in socrates_fpga_pic_host_map()
/openbmc/linux/arch/sparc/kernel/
H A Dirq_64.c629 handle_fasteoi_irq, "IVEC"); in build_irq()
672 irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, "IVEC"); in sun4v_build_common()
/openbmc/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst47 handle_fasteoi_irq+0x78/0x120
/openbmc/linux/Documentation/core-api/
H A Dgenericirq.rst163 - handle_fasteoi_irq()
238 handle_fasteoi_irq provides a generic implementation for interrupts,
/openbmc/linux/kernel/irq/
H A Dchip.c687 void handle_fasteoi_irq(struct irq_desc *desc) in handle_fasteoi_irq() function
737 EXPORT_SYMBOL_GPL(handle_fasteoi_irq);
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c665 irq_set_chip_and_handler(virq, &ps3_irq_chip, handle_fasteoi_irq); in ps3_host_map()

12