Searched refs:irq_alloc_desc (Results 1 – 8 of 8) sorted by relevance
32 irq_alloc_desc*() 和 irq_free_desc*() API 提供了对irq号的分配,但它们不35 irq_domain 库在 irq_alloc_desc*() API 的基础上增加了 hwirq 和 IRQ 号码
112 heci_gsc->irq = irq_alloc_desc(0); in heci_gsc_irq_setup()
225 irq = irq_alloc_desc(numa_node_id()); in intc_subgroup_map()
211 display->audio.lpe.irq = irq_alloc_desc(0); in lpe_audio_setup()
194 intf->irq = irq_alloc_desc(0); in gsc_init_one()
488 dev->irq = irq_alloc_desc(numa_node_id()); in um_pci_device_register()
27 The irq_alloc_desc*() and irq_free_desc*() APIs provide allocation of33 top of the irq_alloc_desc*() API. An irq_domain to manage the mapping
946 #define irq_alloc_desc(node) \ macro