Home
last modified time | relevance | path

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

1234567

/linux-6.1.9/drivers/irqchip/
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()
Dirq-aspeed-i2c-ic.c35 struct irq_chip *chip = irq_desc_get_chip(desc); in aspeed_i2c_ic_irq_handler()
Dirq-imx-intmux.c186 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler()
194 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler()
Dirq-loongson-htpic.c32 struct irq_chip *chip = irq_desc_get_chip(desc); in htpic_irq_dispatch()
Dirq-imx-irqsteer.c113 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
138 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
Dirq-idt3243x.c30 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_irq_dispatch()
Dirq-goldfish-pic.c36 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade()
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()
Dirq-ts4800.c84 struct irq_chip *chip = irq_desc_get_chip(desc); in ts4800_ic_chained_handle_irq()
Dirq-realtek-rtl.c105 struct irq_chip *chip = irq_desc_get_chip(desc); in realtek_irq_dispatch()
/linux-6.1.9/drivers/soc/fsl/qe/
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()
/linux-6.1.9/arch/powerpc/platforms/86xx/
Dpic.c18 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc86xx_8259_cascade()
/linux-6.1.9/arch/powerpc/platforms/85xx/
Dcommon.c54 struct irq_chip *chip = irq_desc_get_chip(desc); in cpm2_cascade()
Dmpc85xx_ds.c47 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc85xx_8259_cascade()
/linux-6.1.9/arch/arm/kernel/
Dmachine_kexec.c124 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
/linux-6.1.9/kernel/irq/
Dchip.c741 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_fasteoi_nmi()
839 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_edge_eoi_irq()
884 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_irq()
914 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_irq()
957 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_fasteoi_nmi()
Dpm.c72 unsigned long chipflags = irq_desc_get_chip(desc)->flags; in suspend_device_irq()
/linux-6.1.9/drivers/gpio/
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()
Dgpio-ep93xx.c117 struct irq_chip *irqchip = irq_desc_get_chip(desc); in ep93xx_gpio_ab_irq_handler()
149 struct irq_chip *irqchip = irq_desc_get_chip(desc); in ep93xx_gpio_f_irq_handler()
/linux-6.1.9/arch/powerpc/sysdev/ge/
Dge_pic.c98 struct irq_chip *chip = irq_desc_get_chip(desc); in gef_pic_cascade()
/linux-6.1.9/arch/powerpc/platforms/embedded6xx/
Dmvme5100.c42 struct irq_chip *chip = irq_desc_get_chip(desc); in mvme5100_8259_cascade()
/linux-6.1.9/arch/mips/alchemy/devboards/
Dbcsr.c94 struct irq_chip *chip = irq_desc_get_chip(d); in bcsr_csc_handler()
/linux-6.1.9/include/linux/
Dirqdesc.h137 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() function
/linux-6.1.9/arch/riscv/kernel/
Dmachine_kexec.c152 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
/linux-6.1.9/drivers/pci/controller/
Dpcie-xilinx-nwl.c319 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_leg_handler()
352 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_high()
362 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_low()

1234567