Searched refs:afu_read (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/misc/cxl/
H A Dfile.c422 ssize_t afu_read(struct file *file, char __user *buf, size_t count, function
461 pr_devel("afu_read going to sleep...\n");
463 pr_devel("afu_read woken up\n");
473 pr_devel("afu_read delivering AFU driver specific event\n");
478 pr_devel("afu_read delivering AFU interrupt\n");
486 pr_devel("afu_read delivering data storage fault\n");
493 pr_devel("afu_read delivering afu error\n");
499 pr_devel("afu_read fatal error\n");
503 WARN(1, "afu_read must be buggy\n");
528 .read = afu_read,
[all...]
H A Dapi.c381 return afu_read(file, buf, count, off);
H A Dcxl.h1048 ssize_t afu_read(struct file *file, char __user *buf, size_t count, loff_t *off);
/linux-master/drivers/misc/ocxl/
H A Dfile.c394 static ssize_t afu_read(struct file *file, char __user *buf, size_t count, function
479 .read = afu_read,
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c1005 * afu_read() - perform a read on the context for any event
1013 static ssize_t afu_read(struct file *file, char __user *buf, size_t count, function
1179 .read = afu_read,

Completed in 159 milliseconds