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

/linux-master/drivers/misc/cxl/
H A Dapi.c385 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME
419 fops = (struct file_operations *)&afu_fops;
H A Dfile.c524 const struct file_operations afu_fops = { variable in typeref:struct:file_operations
613 &afu_fops);
H A Dcxl.h1049 extern const struct file_operations afu_fops;
/linux-master/drivers/fpga/
H A Ddfl-afu-main.c844 static const struct file_operations afu_fops = { variable in typeref:struct:file_operations
921 ret = dfl_fpga_dev_ops_register(pdev, &afu_fops, THIS_MODULE);

Completed in 132 milliseconds