Searched refs:irq_desc_get_chip (Results 1 – 25 of 155) sorted by relevance
1234567
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()
112 chained_irq_enter(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()137 chained_irq_exit(irq_desc_get_chip(desc), desc); in imx_irqsteer_irq_handler()
35 struct irq_chip *chip = irq_desc_get_chip(desc); in aspeed_i2c_ic_irq_handler()
187 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()
32 struct irq_chip *chip = irq_desc_get_chip(desc); in htpic_irq_dispatch()
36 struct irq_chip *host_chip = irq_desc_get_chip(desc); in goldfish_pic_cascade()
30 struct irq_chip *host_chip = irq_desc_get_chip(desc); in idt_irq_dispatch()
199 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()
70 struct irq_chip *chip = irq_desc_get_chip(desc); in ts4800_ic_chained_handle_irq()
77 struct irq_chip *chip = irq_desc_get_chip(desc); in realtek_irq_dispatch()
370 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()
18 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc86xx_8259_cascade()
54 struct irq_chip *chip = irq_desc_get_chip(desc); in cpm2_cascade()
47 struct irq_chip *chip = irq_desc_get_chip(desc); in mpc85xx_8259_cascade()
744 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_fasteoi_nmi()842 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_edge_eoi_irq()887 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_irq()917 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_irq()960 struct irq_chip *chip = irq_desc_get_chip(desc); in handle_percpu_devid_fasteoi_nmi()
72 unsigned long chipflags = irq_desc_get_chip(desc)->flags; in suspend_device_irq()
57 struct irq_chip *chip = irq_desc_get_chip(desc); in irq_dispatch()
194 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()
117 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()
124 chip = irq_desc_get_chip(desc); in machine_kexec_mask_interrupts()
319 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_leg_handler()354 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_high()364 struct irq_chip *chip = irq_desc_get_chip(desc); in nwl_pcie_msi_handler_low()
94 struct irq_chip *chip = irq_desc_get_chip(d); in bcsr_csc_handler()
96 struct irq_chip *chip = irq_desc_get_chip(desc); in gef_pic_cascade()
137 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() function
42 struct irq_chip *chip = irq_desc_get_chip(desc); in mvme5100_8259_cascade()
Completed in 46 milliseconds