Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/sh/intc/
H A Dvirq.c225 irq = irq_alloc_desc(numa_node_id()); in intc_subgroup_map()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_lpe_audio.c206 dev_priv->lpe_audio.irq = irq_alloc_desc(0); in lpe_audio_setup()
/OK3568_Linux_fs/kernel/Documentation/core-api/irq/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dirq.h931 #define irq_alloc_desc(node) \ macro