Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/sh/intc/
Dvirq.c225 irq = irq_alloc_desc(numa_node_id()); in intc_subgroup_map()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_lpe_audio.c206 dev_priv->lpe_audio.irq = irq_alloc_desc(0); in lpe_audio_setup()
/Linux-v5.10/Documentation/core-api/irq/
Dirq-domain.rst27 The irq_alloc_desc*() and irq_free_desc*() APIs provide allocation of
33 top of the irq_alloc_desc*() API. An irq_domain to manage mapping is
/Linux-v5.10/include/linux/
Dirq.h924 #define irq_alloc_desc(node) \ macro