Home
last modified time | relevance | path

Searched refs:irq_remove_generic_chip (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/kernel/irq/
H A Dgeneric-chip.c355 irq_remove_generic_chip(dgc->gc[i], ~0U, 0, 0); in irq_domain_alloc_generic_chips()
378 irq_remove_generic_chip(dgc->gc[i], ~0U, 0, 0); in irq_domain_remove_generic_chips()
614 void irq_remove_generic_chip(struct irq_chip_generic *gc, u32 msk, in irq_remove_generic_chip() function
647 EXPORT_SYMBOL_GPL(irq_remove_generic_chip);
H A Ddevres.c244 irq_remove_generic_chip(this->gc, this->msk, this->clr, this->set); in devm_irq_remove_generic_chip()
/linux-6.15/drivers/gpio/
H A Dgpio-tb10x.c223 irq_remove_generic_chip(tb10x_gpio->domain->gc->gc[0], in tb10x_gpio_remove()
/linux-6.15/include/linux/
H A Dirq.h1164 void irq_remove_generic_chip(struct irq_chip_generic *gc, u32 msk,
1214 irq_remove_generic_chip(gc, msk, clr, set); in irq_destroy_generic_chip()
/linux-6.15/arch/arm/mach-omap2/
H A Dprm_common.c209 irq_remove_generic_chip(prcm_irq_chips[i], in omap_prcm_irq_cleanup()