Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/translations/zh_CN/core-api/irq/
Dirq-domain.rst31 irq_alloc_desc*() 和 irq_free_desc*() API 提供了对irq号的分配,但它们不
34 irq_domain 库在 irq_alloc_desc*() API 的基础上增加了 hwirq 和 IRQ 号码
/Linux-v5.15/drivers/sh/intc/
Dvirq.c225 irq = irq_alloc_desc(numa_node_id()); in intc_subgroup_map()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_lpe_audio.c207 dev_priv->lpe_audio.irq = irq_alloc_desc(0); in lpe_audio_setup()
/Linux-v5.15/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.15/arch/um/drivers/
Dvirt-pci.c587 dev->irq = irq_alloc_desc(numa_node_id()); in um_pci_virtio_probe()
/Linux-v5.15/include/linux/
Dirq.h934 #define irq_alloc_desc(node) \ macro