Home
last modified time | relevance | path

Searched refs:afu_mmap (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/misc/cxl/
Dfile.c339 int afu_mmap(struct file *file, struct vm_area_struct *vm) in afu_mmap() function
534 .mmap = afu_mmap,
545 .mmap = afu_mmap,
Dapi.c370 return afu_mmap(file, vm); in cxl_fd_mmap()
Dcxl.h1045 int afu_mmap(struct file *file, struct vm_area_struct *vm);
/linux-6.1.9/drivers/misc/ocxl/
Dfile.c293 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
478 .mmap = afu_mmap,
/linux-6.1.9/drivers/scsi/cxlflash/
Docxl_hw.c1162 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
1181 .mmap = afu_mmap,
1357 return afu_mmap(file, vma); in ocxlflash_fd_mmap()
/linux-6.1.9/drivers/fpga/
Ddfl-afu-main.c805 static int afu_mmap(struct file *filp, struct vm_area_struct *vma) in afu_mmap() function
849 .mmap = afu_mmap,