Home
last modified time | relevance | path

Searched refs:afu_irq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/ocxl/
H A Dafu_irq.c10 struct afu_irq { struct
35 struct afu_irq *irq; in ocxl_irq_set_handler() argument
60 struct afu_irq *irq = data; in afu_irq_handler()
70 static int setup_afu_irq(struct ocxl_context *ctx, struct afu_irq *irq) in setup_afu_irq()
98 static void release_afu_irq(struct afu_irq *irq) in release_afu_irq()
107 struct afu_irq *irq; in ocxl_afu_irq_alloc()
110 irq = kzalloc_obj(struct afu_irq); in ocxl_afu_irq_alloc()
154 static void afu_irq_free(struct afu_irq *irq, struct ocxl_context *ctx) in afu_irq_free()
170 struct afu_irq *irq; in ocxl_afu_irq_free()
188 struct afu_irq *irq; in ocxl_afu_irq_free_all()
[all …]
H A DMakefile5 ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o