Home
last modified time | relevance | path

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

/linux/kernel/irq/
A Ddevres.c13 struct irq_devres { struct
20 struct irq_devres *this = res; in devm_irq_release() argument
27 struct irq_devres *this = res, *match = data; in devm_irq_match()
56 struct irq_devres *dr; in devm_request_threaded_irq()
59 dr = devres_alloc(devm_irq_release, sizeof(struct irq_devres), in devm_request_threaded_irq()
103 struct irq_devres *dr; in devm_request_any_context_irq()
106 dr = devres_alloc(devm_irq_release, sizeof(struct irq_devres), in devm_request_any_context_irq()
141 struct irq_devres match_data = { irq, dev_id }; in devm_free_irq()

Completed in 3 milliseconds