Searched refs:chained_irq_exit (Results 1 – 25 of 138) sorted by relevance
123456
/linux-6.6.21/drivers/irqchip/ |
D | irq-ath79-misc.c | 46 chained_irq_exit(chip, desc); in ath79_misc_irq_handler() 57 chained_irq_exit(chip, desc); in ath79_misc_irq_handler()
|
D | irq-aspeed-i2c-ic.c | 43 chained_irq_exit(chip, desc); in aspeed_i2c_ic_irq_handler()
|
D | irq-loongson-htpic.c | 54 chained_irq_exit(chip, desc); in htpic_irq_dispatch()
|
D | irq-goldfish-pic.c | 48 chained_irq_exit(host_chip, desc); in goldfish_pic_cascade()
|
D | irq-idt3243x.c | 43 chained_irq_exit(host_chip, desc); in idt_irq_dispatch()
|
D | irq-realtek-rtl.c | 123 chained_irq_exit(chip, desc); in realtek_irq_dispatch()
|
D | irq-ts4800.c | 102 chained_irq_exit(chip, desc); in ts4800_ic_chained_handle_irq()
|
D | irq-ls1x.c | 57 chained_irq_exit(chip, desc); in ls1x_chained_handle_irq()
|
D | irq-mvebu-pic.c | 115 chained_irq_exit(chip, desc); in mvebu_pic_handle_cascade_irq()
|
D | irq-aspeed-scu-ic.c | 84 chained_irq_exit(chip, desc); in aspeed_scu_ic_irq_handler()
|
D | irq-dw-apb-ictl.c | 71 chained_irq_exit(chip, desc); in dw_apb_ictl_handle_irq_cascaded()
|
D | irq-ingenic-tcu.c | 45 chained_irq_exit(irq_chip, desc); in ingenic_tcu_intc_cascade()
|
D | irq-versatile-fpga.c | 104 chained_irq_exit(chip, desc); in fpga_irq_handle()
|
D | exynos-combiner.c | 89 chained_irq_exit(chip, desc); in combiner_handle_cascade_irq()
|
D | irq-loongson-pch-lpc.c | 122 chained_irq_exit(chip, desc); in lpc_irq_dispatch()
|
/linux-6.6.21/include/linux/irqchip/ |
D | chained_irq.h | 32 static inline void chained_irq_exit(struct irq_chip *chip, in chained_irq_exit() function
|
/linux-6.6.21/arch/riscv/kernel/ |
D | sbi-ipi.c | 27 chained_irq_exit(chip, desc); in sbi_ipi_handle()
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-altera.c | 208 chained_irq_exit(chip, desc); in altera_gpio_irq_edge_handler() 233 chained_irq_exit(chip, desc); in altera_gpio_irq_leveL_high_handler()
|
D | gpio-ep93xx.c | 139 chained_irq_exit(irqchip, desc); in ep93xx_gpio_ab_irq_handler() 156 chained_irq_exit(irqchip, desc); in ep93xx_gpio_f_irq_handler()
|
/linux-6.6.21/drivers/pinctrl/starfive/ |
D | pinctrl-starfive-jh7110-aon.c | 109 chained_irq_exit(chip, desc); in jh7110_aon_irq_handler()
|
/linux-6.6.21/arch/mips/alchemy/devboards/ |
D | bcsr.c | 98 chained_irq_exit(chip, d); in bcsr_csc_handler()
|
/linux-6.6.21/drivers/pci/controller/ |
D | pcie-xilinx-nwl.c | 332 chained_irq_exit(chip, desc); in nwl_pcie_leg_handler() 356 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_high() 366 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_low()
|
D | pcie-xilinx-cpm.c | 245 chained_irq_exit(chip, desc); in xilinx_cpm_pcie_intx_flow() 322 chained_irq_exit(chip, desc); in xilinx_cpm_pcie_event_flow()
|
/linux-6.6.21/drivers/mfd/ |
D | fsl-imx25-tsadc.c | 43 chained_irq_exit(chip, desc); in mx25_tsadc_irq_handler()
|
/linux-6.6.21/drivers/clocksource/ |
D | timer-clint.c | 68 chained_irq_exit(chip, desc); in clint_ipi_interrupt()
|
123456