Home
last modified time | relevance | path

Searched refs:afu_fops (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/misc/cxl/
Dapi.c385 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME
419 fops = (struct file_operations *)&afu_fops; in cxl_get_fd()
Dfile.c526 const struct file_operations afu_fops = { variable
612 &afu_fops); in cxl_chardev_s_afu_add()
Dcxl.h1048 extern const struct file_operations afu_fops;
/linux-5.19.10/drivers/fpga/
Ddfl-afu-main.c844 static const struct file_operations afu_fops = { variable
921 ret = dfl_fpga_dev_ops_register(pdev, &afu_fops, THIS_MODULE); in afu_probe()