• Home
  • Raw
  • Download

Lines Matching refs:ctx_cookie

129 static void __iomem *ocxlflash_psa_map(void *ctx_cookie)  in ocxlflash_psa_map()  argument
131 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_psa_map()
161 static int ocxlflash_process_element(void *ctx_cookie) in ocxlflash_process_element() argument
163 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_process_element()
237 static int ocxlflash_map_afu_irq(void *ctx_cookie, int num, in ocxlflash_map_afu_irq() argument
241 return afu_map_irq(0, ctx_cookie, num, handler, cookie, name); in ocxlflash_map_afu_irq()
279 static void ocxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) in ocxlflash_unmap_afu_irq() argument
281 return afu_unmap_irq(0, ctx_cookie, num, cookie); in ocxlflash_unmap_afu_irq()
291 static u64 ocxlflash_get_irq_objhndl(void *ctx_cookie, int irq) in ocxlflash_get_irq_objhndl() argument
293 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_get_irq_objhndl()
386 static int ocxlflash_start_context(void *ctx_cookie) in ocxlflash_start_context() argument
388 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_start_context()
399 static int ocxlflash_stop_context(void *ctx_cookie) in ocxlflash_stop_context() argument
401 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_stop_context()
440 static int ocxlflash_afu_reset(void *ctx_cookie) in ocxlflash_afu_reset() argument
442 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_afu_reset()
456 static void ocxlflash_set_master(void *ctx_cookie) in ocxlflash_set_master() argument
458 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_set_master()
533 static int ocxlflash_release_context(void *ctx_cookie) in ocxlflash_release_context() argument
535 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_release_context()
672 static int ocxlflash_allocate_afu_irqs(void *ctx_cookie, int num) in ocxlflash_allocate_afu_irqs() argument
674 return alloc_afu_irqs(ctx_cookie, num); in ocxlflash_allocate_afu_irqs()
681 static void ocxlflash_free_afu_irqs(void *ctx_cookie) in ocxlflash_free_afu_irqs() argument
683 free_afu_irqs(ctx_cookie); in ocxlflash_free_afu_irqs()
1195 static struct file *ocxlflash_get_fd(void *ctx_cookie, in ocxlflash_get_fd() argument
1198 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_get_fd()
1307 static int ocxlflash_start_work(void *ctx_cookie, u64 num_irqs) in ocxlflash_start_work() argument
1309 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_start_work()