Home
last modified time | relevance | path

Searched refs:irq_domain_remove_generic_chips (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/irq/
H A Dgeneric-chip.c367 void irq_domain_remove_generic_chips(struct irq_domain *d) in irq_domain_remove_generic_chips() function
383 EXPORT_SYMBOL_GPL(irq_domain_remove_generic_chips);
H A Dirqdomain.c359 irq_domain_remove_generic_chips(domain); in __irq_domain_instantiate()
406 irq_domain_remove_generic_chips(domain); in irq_domain_remove()
/linux-6.15/include/linux/
H A Dirq.h1180 void irq_domain_remove_generic_chips(struct irq_domain *d);
1188 static inline void irq_domain_remove_generic_chips(struct irq_domain *d) { } in irq_domain_remove_generic_chips() function