Home
last modified time | relevance | path

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

1234567

/openbmc/linux/drivers/irqchip/
H A Dirq-partition-percpu.c34 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_mask()
45 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_unmask()
58 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_set_irqchip_state()
73 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_get_irqchip_state()
86 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_set_type()
98 struct irq_chip *chip = irq_desc_get_chip(part->chained_desc); in partition_irq_print_chip()
116 struct irq_chip *chip = irq_desc_get_chip(desc); in partition_handle_irq()
H A Dirq-aspeed-i2c-ic.c35 struct irq_chip *chip = irq_desc_get_chip(desc); in aspeed_i2c_ic_irq_handler()
H A Dirq-loongson-htpic.c32 struct irq_chip *chip = irq_desc_get_chip(desc); in htpic_irq_dispatch()
H A Dirq-imx-intmux.c187 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler()
195 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler()
H A Dirq-idt3243x.c30 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_irq_dispatch()
H A Dirq-goldfish-pic.c36 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade()
H A Dirq-imx-irqsteer.c114 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
139 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
H A Dirq-ts4800.c84 struct irq_chip *chip = irq_desc_get_chip(desc); in ts4800_ic_chained_handle_irq()
H A Dirq-realtek-rtl.c105 struct irq_chip *chip = irq_desc_get_chip(desc); in realtek_irq_dispatch()
H A Dirq-ls-scfg-msi.c199 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()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dmpc85xx_8259.c24 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc85xx_8259_cascade()
H A Dcommon.c55 struct irq_chip *chip = irq_desc_get_chip(desc); in cpm2_cascade()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe_ic.c370 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_low()
383 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_high()
396 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_muxed_mpic()
/openbmc/linux/arch/powerpc/platforms/86xx/
H A Dpic.c20 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc86xx_8259_cascade()
/openbmc/linux/arch/riscv/kernel/
H A Dsbi-ipi.c20 struct irq_chip *chip = irq_desc_get_chip(desc); in sbi_ipi_handle()
H A Dmachine_kexec.c152 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c42 struct irq_chip *chip = irq_desc_get_chip(desc); in mvme5100_8259_cascade()
/openbmc/linux/drivers/gpio/
H A Dgpio-altera.c194 chip = irq_desc_get_chip(desc); in altera_gpio_irq_edge_handler()
221 chip = irq_desc_get_chip(desc); in altera_gpio_irq_leveL_high_handler()
/openbmc/linux/kernel/irq/
H A Dchip.c753 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_fasteoi_nmi()
851 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_edge_eoi_irq()
896 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_irq()
926 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_irq()
969 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_fasteoi_nmi()
H A Dpm.c72 unsigned long chipflags = irq_desc_get_chip(desc)->flags; in suspend_device_irq()
/openbmc/linux/arch/mips/alchemy/devboards/
H A Dbcsr.c94 struct irq_chip *chip = irq_desc_get_chip(d); in bcsr_csc_handler()
/openbmc/linux/arch/arm/kernel/
H A Dmachine_kexec.c138 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110-aon.c99 struct irq_chip *chip = irq_desc_get_chip(desc); in jh7110_aon_irq_handler()
/openbmc/linux/arch/powerpc/sysdev/ge/
H A Dge_pic.c98 struct irq_chip *chip = irq_desc_get_chip(desc); in gef_pic_cascade()
/openbmc/linux/include/linux/
H A Dirqdesc.h140 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() function

1234567