| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-partition-percpu.c | 34 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 D | irq-imx-irqsteer.c | 112 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler() 140 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
|
| H A D | irq-imx-intmux.c | 187 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler() 198 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_intmux_irq_handler()
|
| H A D | irq-aspeed-i2c-ic.c | 35 struct irq_chip *chip = irq_desc_get_chip(desc); in aspeed_i2c_ic_irq_handler()
|
| H A D | irq-goldfish-pic.c | 36 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade()
|
| H A D | irq-loongson-htpic.c | 32 struct irq_chip *chip = irq_desc_get_chip(desc); in htpic_irq_dispatch()
|
| H A D | irq-ls-scfg-msi.c | 199 chained_irq_enter(irq_desc_get_chip(desc), desc); in ls_scfg_msi_irq_handler() 214 chained_irq_exit(irq_desc_get_chip(desc), desc); in ls_scfg_msi_irq_handler()
|
| H A D | irq-mscc-ocelot.c | 44 struct irq_chip *chip = irq_desc_get_chip(desc); in ocelot_irq_handler()
|
| H A D | irq-ts4800.c | 70 struct irq_chip *chip = irq_desc_get_chip(desc); in ts4800_ic_chained_handle_irq()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | qe_ic.c | 369 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_low() 382 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_high() 395 struct irq_chip *chip = irq_desc_get_chip(desc); in qe_ic_cascade_muxed_mpic()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/86xx/ |
| H A D | pic.c | 18 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc86xx_8259_cascade()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | chip.c | 759 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_fasteoi_nmi() 857 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_edge_eoi_irq() 902 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_irq() 932 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_irq() 977 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_fasteoi_ipi() 1002 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_fasteoi_nmi()
|
| H A D | pm.c | 72 unsigned long chipflags = irq_desc_get_chip(desc)->flags; in suspend_device_irq()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | common.c | 54 struct irq_chip *chip = irq_desc_get_chip(desc); in cpm2_cascade()
|
| H A D | mpc85xx_ds.c | 47 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc85xx_8259_cascade()
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | irq.c | 57 struct irq_chip *chip = irq_desc_get_chip(desc); in irq_dispatch()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-altera.c | 194 chip = irq_desc_get_chip(desc); in altera_gpio_irq_edge_handler() 222 chip = irq_desc_get_chip(desc); in altera_gpio_irq_leveL_high_handler()
|
| H A D | gpio-ep93xx.c | 115 struct irq_chip *irqchip = irq_desc_get_chip(desc); in ep93xx_gpio_ab_irq_handler() 147 struct irq_chip *irqchip = irq_desc_get_chip(desc); in ep93xx_gpio_f_irq_handler()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/ |
| H A D | mvme5100.c | 42 struct irq_chip *chip = irq_desc_get_chip(desc); in mvme5100_8259_cascade()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | machine_kexec.c | 124 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ge/ |
| H A D | ge_pic.c | 96 struct irq_chip *chip = irq_desc_get_chip(desc); in gef_pic_cascade()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/ |
| H A D | bcsr.c | 94 struct irq_chip *chip = irq_desc_get_chip(d); in bcsr_csc_handler()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irqdesc.h | 131 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() function
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-xilinx-nwl.c | 322 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_leg_handler() 364 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_high() 374 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_low()
|
| H A D | pcie-xilinx-cpm.c | 215 struct irq_chip *chip = irq_desc_get_chip(desc); in xilinx_cpm_pcie_intx_flow() 277 struct irq_chip *chip = irq_desc_get_chip(desc); in xilinx_cpm_pcie_event_flow()
|