Searched refs:chained_irq_exit (Results 1 – 25 of 121) sorted by relevance
12345
/Linux-v5.10/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 | 45 chained_irq_exit(chip, desc); in aspeed_i2c_ic_irq_handler()
|
D | irq-goldfish-pic.c | 49 chained_irq_exit(host_chip, desc); in goldfish_pic_cascade()
|
D | irq-loongson-htpic.c | 54 chained_irq_exit(chip, desc); in htpic_irq_dispatch()
|
D | irq-mscc-ocelot.c | 58 chained_irq_exit(chip, desc); in ocelot_irq_handler()
|
D | irq-ts4800.c | 89 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 | 104 chained_irq_exit(chip, desc); in mvebu_pic_handle_cascade_irq()
|
D | irq-aspeed-scu-ic.c | 85 chained_irq_exit(chip, desc); in aspeed_scu_ic_irq_handler()
|
D | irq-ingenic-tcu.c | 43 chained_irq_exit(irq_chip, desc); in ingenic_tcu_intc_cascade()
|
D | irq-versatile-fpga.c | 92 chained_irq_exit(chip, desc); in fpga_irq_handle()
|
D | exynos-combiner.c | 91 chained_irq_exit(chip, desc); in combiner_handle_cascade_irq()
|
D | irq-loongson-htvec.c | 60 chained_irq_exit(chip, desc); in htvec_irq_dispatch()
|
D | irq-dw-apb-ictl.c | 72 chained_irq_exit(chip, desc); in dw_apb_ictl_handle_irq_cascaded()
|
D | irq-xilinx-intc.c | 177 chained_irq_exit(chip, desc); in xil_intc_irq_handler()
|
D | irq-lpc32xx.c | 147 chained_irq_exit(chip, desc); in lpc32xx_sic_handler()
|
D | irq-al-fic.c | 127 chained_irq_exit(irqchip, desc); in al_fic_irq_handler()
|
/Linux-v5.10/include/linux/irqchip/ |
D | chained_irq.h | 32 static inline void chained_irq_exit(struct irq_chip *chip, in chained_irq_exit() function
|
/Linux-v5.10/drivers/gpio/ |
D | gpio-altera.c | 209 chained_irq_exit(chip, desc); in altera_gpio_irq_edge_handler() 234 chained_irq_exit(chip, desc); in altera_gpio_irq_leveL_high_handler()
|
D | gpio-ep93xx.c | 133 chained_irq_exit(irqchip, desc); in ep93xx_gpio_ab_irq_handler() 150 chained_irq_exit(irqchip, desc); in ep93xx_gpio_f_irq_handler()
|
D | gpio-mxc.c | 290 chained_irq_exit(chip, desc); in mx3_gpio_irq_handler() 312 chained_irq_exit(chip, desc); in mx2_gpio_irq_handler()
|
/Linux-v5.10/arch/mips/alchemy/devboards/ |
D | bcsr.c | 98 chained_irq_exit(chip, d); in bcsr_csc_handler()
|
/Linux-v5.10/drivers/pci/controller/ |
D | pcie-xilinx-nwl.c | 338 chained_irq_exit(chip, desc); in nwl_pcie_leg_handler() 367 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_high() 377 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_low()
|
D | pcie-xilinx-cpm.c | 227 chained_irq_exit(chip, desc); in xilinx_cpm_pcie_intx_flow() 297 chained_irq_exit(chip, desc); in xilinx_cpm_pcie_event_flow()
|
/Linux-v5.10/drivers/mfd/ |
D | fsl-imx25-tsadc.c | 43 chained_irq_exit(chip, desc); in mx25_tsadc_irq_handler()
|
12345