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()
72 static void genwqe_add_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_add_pin()
81 static int genwqe_del_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_del_pin()
101 static struct dma_mapping *genwqe_search_pin(struct genwqe_file *cfile, in genwqe_search_pin()
127 static void __genwqe_add_mapping(struct genwqe_file *cfile, in __genwqe_add_mapping()
137 static void __genwqe_del_mapping(struct genwqe_file *cfile, in __genwqe_del_mapping()
156 static struct dma_mapping *__genwqe_search_mapping(struct genwqe_file *cfile, in __genwqe_search_mapping()
195 static void genwqe_remove_mappings(struct genwqe_file *cfile) in genwqe_remove_mappings()
234 static void genwqe_remove_pinnings(struct genwqe_file *cfile) in genwqe_remove_pinnings()
266 struct genwqe_file *cfile; in genwqe_kill_fasync()
282 struct genwqe_file *cfile; in genwqe_force_sig()
306 struct genwqe_file *cfile; in genwqe_open()
346 struct genwqe_file *cdev = (struct genwqe_file *)filp->private_data; in genwqe_fasync()
363 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_release()
402 struct genwqe_file *cfile = vma->vm_private_data; in genwqe_vma_close()
440 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_mmap()
504 static int do_flash_update(struct genwqe_file *cfile, in do_flash_update()
641 static int do_flash_read(struct genwqe_file *cfile, in do_flash_read()
771 static int genwqe_pin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_pin_mem()
803 static int genwqe_unpin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_unpin_mem()
831 static int ddcb_cmd_cleanup(struct genwqe_file *cfile, struct ddcb_requ *req) in ddcb_cmd_cleanup()
858 static int ddcb_cmd_fixups(struct genwqe_file *cfile, struct ddcb_requ *req) in ddcb_cmd_fixups()
987 static int genwqe_execute_ddcb(struct genwqe_file *cfile, in genwqe_execute_ddcb()
1004 static int do_execute_ddcb(struct genwqe_file *cfile, in do_execute_ddcb()
1050 struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; in genwqe_ioctl()