Searched refs:chained_irq_exit (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v4.19/drivers/irqchip/ |
D | irq-ath79-misc.c | 40 chained_irq_exit(chip, desc); in ath79_misc_irq_handler() 51 chained_irq_exit(chip, desc); in ath79_misc_irq_handler()
|
D | irq-aspeed-i2c-ic.c | 48 chained_irq_exit(chip, desc); in aspeed_i2c_ic_irq_handler()
|
D | irq-goldfish-pic.c | 53 chained_irq_exit(host_chip, desc); in goldfish_pic_cascade()
|
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-dw-apb-ictl.c | 50 chained_irq_exit(chip, desc); in dw_apb_ictl_handler()
|
D | irq-mvebu-pic.c | 104 chained_irq_exit(chip, desc); in mvebu_pic_handle_cascade_irq()
|
D | irq-xilinx-intc.c | 150 chained_irq_exit(chip, desc); in xil_intc_irq_handler()
|
D | exynos-combiner.c | 94 chained_irq_exit(chip, desc); in combiner_handle_cascade_irq()
|
D | irq-lpc32xx.c | 153 chained_irq_exit(chip, desc); in lpc32xx_sic_handler()
|
D | irq-brcmstb-l2.c | 124 chained_irq_exit(chip, desc); in brcmstb_l2_intc_irq_handle()
|
D | irq-sunxi-nmi.c | 107 chained_irq_exit(chip, desc); in sunxi_sc_nmi_handle_irq()
|
D | irq-partition-percpu.c | 146 chained_irq_exit(chip, desc); in partition_handle_irq()
|
D | irq-tango.c | 89 chained_irq_exit(host_chip, desc); in tangox_irq_handler()
|
/Linux-v4.19/include/linux/irqchip/ |
D | chained_irq.h | 43 static inline void chained_irq_exit(struct irq_chip *chip, in chained_irq_exit() function
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-altera.c | 228 chained_irq_exit(chip, desc); in altera_gpio_irq_edge_handler() 253 chained_irq_exit(chip, desc); in altera_gpio_irq_leveL_high_handler()
|
D | gpio-mxc.c | 287 chained_irq_exit(chip, desc); in mx3_gpio_irq_handler() 309 chained_irq_exit(chip, desc); in mx2_gpio_irq_handler()
|
D | gpio-ftgpio010.c | 157 chained_irq_exit(irqchip, desc); in ftgpio_gpio_irq_handler()
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 125 chained_irq_exit(chip, desc); in ks_pcie_msi_irq_handler() 154 chained_irq_exit(chip, desc); in ks_pcie_legacy_irq_handler()
|
/Linux-v4.19/arch/mips/alchemy/devboards/ |
D | bcsr.c | 97 chained_irq_exit(chip, d); in bcsr_csc_handler()
|
/Linux-v4.19/drivers/mfd/ |
D | fsl-imx25-tsadc.c | 46 chained_irq_exit(chip, desc); in mx25_tsadc_irq_handler()
|
D | qcom-pm8xxx.c | 203 chained_irq_exit(irq_chip, desc); in pm8xxx_irq_handler() 275 chained_irq_exit(irq_chip, desc); in pm8821_irq_handler()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pcie-xilinx-nwl.c | 341 chained_irq_exit(chip, desc); in nwl_pcie_leg_handler() 370 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_high() 380 chained_irq_exit(chip, desc); in nwl_pcie_msi_handler_low()
|
/Linux-v4.19/arch/arc/kernel/ |
D | mcip.c | 311 chained_irq_exit(core_chip, desc); in idu_cascade_isr()
|
/Linux-v4.19/drivers/pinctrl/samsung/ |
D | pinctrl-s3c24xx.c | 309 chained_irq_exit(chip, desc); in s3c2412_demux_eint0_3() 383 chained_irq_exit(chip, desc); in s3c24xx_demux_eint()
|
1234