Searched refs:map_afu_irq (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/cxlflash/ |
D | backend.h | 22 int (*map_afu_irq)(void *ctx_cookie, int num, irq_handler_t handler, member
|
D | cxl_hw.c | 156 .map_afu_irq = cxlflash_map_afu_irq,
|
D | main.c | 1943 rc = cfg->ops->map_afu_irq(ctx, 1, cxlflash_sync_err_irq, hwq, in init_intr() 1951 rc = cfg->ops->map_afu_irq(ctx, 2, cxlflash_rrq_irq, hwq, in init_intr() 1963 rc = cfg->ops->map_afu_irq(ctx, 3, cxlflash_async_err_irq, hwq, in init_intr()
|
D | ocxl_hw.c | 1378 .map_afu_irq = ocxlflash_map_afu_irq,
|
/drivers/misc/ocxl/ |
D | context.c | 98 static vm_fault_t map_afu_irq(struct vm_area_struct *vma, unsigned long address, in map_afu_irq() function 153 ret = map_afu_irq(vma, vmf->address, offset, ctx); in ocxl_mmap_fault()
|