Lines Matching refs:genwqe_file

51 static void genwqe_add_file(struct genwqe_dev *cd, struct genwqe_file *cfile)  in genwqe_add_file()
61 static int genwqe_del_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_del_file()
73 static void genwqe_add_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_add_pin()
82 static int genwqe_del_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_del_pin()
102 static struct dma_mapping *genwqe_search_pin(struct genwqe_file *cfile, in genwqe_search_pin()
128 static void __genwqe_add_mapping(struct genwqe_file *cfile, in __genwqe_add_mapping()
138 static void __genwqe_del_mapping(struct genwqe_file *cfile, in __genwqe_del_mapping()
157 static struct dma_mapping *__genwqe_search_mapping(struct genwqe_file *cfile, in __genwqe_search_mapping()
196 static void genwqe_remove_mappings(struct genwqe_file *cfile) in genwqe_remove_mappings()
235 static void genwqe_remove_pinnings(struct genwqe_file *cfile) in genwqe_remove_pinnings()
267 struct genwqe_file *cfile; in genwqe_kill_fasync()
283 struct genwqe_file *cfile; in genwqe_terminate()
307 struct genwqe_file *cfile; in genwqe_open()
347 struct genwqe_file *cdev = (struct genwqe_file *)filp->private_data; in genwqe_fasync()
364 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_release()
403 struct genwqe_file *cfile = vma->vm_private_data; in genwqe_vma_close()
441 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_mmap()
505 static int do_flash_update(struct genwqe_file *cfile, in do_flash_update()
642 static int do_flash_read(struct genwqe_file *cfile, in do_flash_read()
772 static int genwqe_pin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_pin_mem()
806 static int genwqe_unpin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_unpin_mem()
834 static int ddcb_cmd_cleanup(struct genwqe_file *cfile, struct ddcb_requ *req) in ddcb_cmd_cleanup()
861 static int ddcb_cmd_fixups(struct genwqe_file *cfile, struct ddcb_requ *req) in ddcb_cmd_fixups()
990 static int genwqe_execute_ddcb(struct genwqe_file *cfile, in genwqe_execute_ddcb()
1007 static int do_execute_ddcb(struct genwqe_file *cfile, in do_execute_ddcb()
1053 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_ioctl()