Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst155 - handle_fasteoi_irq()
226 handle_fasteoi_irq为中断提供了一个通用的实现,它只需要在处理程序的末端有一个EOI。
/linux/arch/m68k/apollo/
H A Ddn_ints.c48 m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq, in dn_init_IRQ()
/linux/arch/hexagon/kernel/
H A Dirq_cpu.c75 handle_fasteoi_irq); in init_IRQ()
/linux/arch/mips/dec/
H A Dioasic-irq.c109 handle_edge_irq : handle_fasteoi_irq); in init_ioasic_irqs()
/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()
/linux/drivers/irqchip/
H A Dirq-nvic.c103 "nvic_irq", handle_fasteoi_irq, in nvic_of_init()
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-sun4i.c96 irq_set_chip_and_handler(virq, &sun4i_irq_chip, handle_fasteoi_irq); in sun4i_irq_map()
H A Dirq-atmel-aic-common.c229 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-csky-mpintc.c184 handle_fasteoi_irq); in csky_irqdomain_map()
H A Dirq-riscv-aplic-msi.c170 .handler = handle_fasteoi_irq,
H A Dirq-sunxi-nmi.c164 handle_fasteoi_irq, clr, 0, in sunxi_sc_nmi_irq_init()
H A Dirq-sifive-plic.c262 handle_fasteoi_irq, NULL); in plic_irq_set_type()
326 handle_fasteoi_irq, NULL, NULL); in plic_irqdomain_map()
H A Dirq-hip04.c305 handle_fasteoi_irq); in hip04_irq_domain_map()
H A Dirq-sni-exiu.c111 irq_set_handler_locked(d, handle_fasteoi_irq); in exiu_irq_set_type()
H A Dirq-gic-v5.c746 handle_fasteoi_irq, NULL, NULL); in gicv5_irq_spi_domain_alloc()
838 NULL, handle_fasteoi_irq, NULL, NULL); in gicv5_irq_lpi_domain_alloc()
/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()
/linux/arch/powerpc/sysdev/
H A Dehv_pic.c210 irq_set_chip_and_handler(virq, chip, handle_fasteoi_irq); in ehv_pic_host_map()
/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c235 handle_fasteoi_irq); in socrates_fpga_pic_host_map()
/linux/arch/sparc/kernel/
H A Dirq_64.c624 handle_fasteoi_irq, "IVEC"); in build_irq()
667 irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, "IVEC"); in sun4v_build_common()
/linux/Documentation/core-api/
H A Dgenericirq.rst163 - handle_fasteoi_irq()
238 handle_fasteoi_irq provides a generic implementation for interrupts,
/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst47 handle_fasteoi_irq+0x78/0x120
/linux/kernel/irq/
H A Dchip.c738 void handle_fasteoi_irq(struct irq_desc *desc) in handle_fasteoi_irq() function
776 EXPORT_SYMBOL_GPL(handle_fasteoi_irq);
/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