Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dirq.c262 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, in cxl_map_irq() function
305 if (!(virq = cxl_map_irq(adapter, hwirq, handler, cookie, name))) in cxl_register_one_irq()
489 cxl_map_irq(ctx->afu->adapter, hwirq, in afu_register_hwirqs()
Dapi.c142 return cxl_map_irq(ctx->afu->adapter, hwirq, handler, cookie, name); in cxl_map_afu_irq()
Dcxl.h703 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq,