Home
last modified time | relevance | path

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

/linux/kernel/irq/
H A Ddevres.c334 static void devm_irq_domain_remove(struct device *dev, void *res) in devm_irq_domain_remove() function
356 dr = devres_alloc(devm_irq_domain_remove, sizeof(*dr), GFP_KERNEL); in devm_irq_domain_instantiate()