Home
last modified time | relevance | path

Searched refs:irq_desc_get_chip (Results 1 – 25 of 62) sorted by relevance

123

/linux-4.19.296/drivers/irqchip/
Dirq-partition-percpu.c45 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_mask()
56 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_unmask()
69 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_set_irqchip_state()
84 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_get_irqchip_state()
97 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_set_type()
109 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_print_chip()
127 struct irq_chip *chip = irq_desc_get_chip(desc); in partition_handle_irq()
Dirq-aspeed-i2c-ic.c38 struct irq_chip *chip = irq_desc_get_chip(desc); in aspeed_i2c_ic_irq_handler()
Dirq-goldfish-pic.c40 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade()
Dirq-mscc-ocelot.c44 struct irq_chip *chip = irq_desc_get_chip(desc); in ocelot_irq_handler()
Dirq-ts4800.c70 struct irq_chip *chip = irq_desc_get_chip(desc); in ts4800_ic_chained_handle_irq()
Dirq-ls-scfg-msi.c197 chained_irq_enter(irq_desc_get_chip(desc), desc); in ls_scfg_msi_irq_handler()
212 chained_irq_exit(irq_desc_get_chip(desc), desc); in ls_scfg_msi_irq_handler()
Dirq-dw-apb-ictl.c32 struct irq_chip *chip = irq_desc_get_chip(desc); in dw_apb_ictl_handler()
Dirq-ath79-misc.c29 struct irq_chip *chip = irq_desc_get_chip(desc); in ath79_misc_irq_handler()
Dirq-xilinx-intc.c140 struct irq_chip *chip = irq_desc_get_chip(desc); in xil_intc_irq_handler()
Dirq-mvebu-pic.c92 struct irq_chip *chip = irq_desc_get_chip(desc); in mvebu_pic_handle_cascade_irq()
Dirq-versatile-fpga.c72 struct irq_chip *chip = irq_desc_get_chip(desc); in fpga_irq_handle()
Dexynos-combiner.c71 struct irq_chip *chip = irq_desc_get_chip(desc); in combiner_handle_cascade_irq()
Dirq-lpc32xx.c142 struct irq_chip *chip = irq_desc_get_chip(desc); in lpc32xx_sic_handler()
Dirq-tango.c77 struct irq_chip *host_chip = irq_desc_get_chip(desc); in tangox_irq_handler()
Dirq-sunxi-nmi.c102 struct irq_chip *chip = irq_desc_get_chip(desc); in sunxi_sc_nmi_handle_irq()
Dirq-brcmstb-l2.c102 struct irq_chip *chip = irq_desc_get_chip(desc); in brcmstb_l2_intc_irq_handle()
Dqcom-irq-combiner.c58 struct irq_chip *chip = irq_desc_get_chip(desc); in combiner_handle_irq()
/linux-4.19.296/include/soc/fsl/qe/
Dqe_ic.h103 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_low_mpic()
115 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_high_mpic()
127 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_muxed_mpic()
/linux-4.19.296/drivers/gpio/
Dgpio-altera.c213 chip = irq_desc_get_chip(desc); in altera_gpio_irq_edge_handler()
241 chip = irq_desc_get_chip(desc); in altera_gpio_irq_leveL_high_handler()
Dgpio-mxc.c280 struct irq_chip *chip = irq_desc_get_chip(desc); in mx3_gpio_irq_handler()
296 struct irq_chip *chip = irq_desc_get_chip(desc); in mx2_gpio_irq_handler()
Dgpio-davinci.c351 chained_irq_enter(irq_desc_get_chip(desc), desc); in gpio_irq_handler()
377 chained_irq_exit(irq_desc_get_chip(desc), desc); in gpio_irq_handler()
Dgpio-ftgpio010.c145 struct irq_chip *irqchip = irq_desc_get_chip(desc); in ftgpio_gpio_irq_handler()
/linux-4.19.296/drivers/pci/controller/dwc/
Dpci-keystone.c117 struct irq_chip *chip = irq_desc_get_chip(desc); in ks_pcie_msi_irq_handler()
146 struct irq_chip *chip = irq_desc_get_chip(desc); in ks_pcie_legacy_irq_handler()
/linux-4.19.296/include/linux/
Dirqdesc.h134 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() function
/linux-4.19.296/drivers/pci/controller/
Dpcie-xilinx-nwl.c325 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_leg_handler()
367 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_high()
377 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_low()

123