Home
last modified time | relevance | path

Searched refs:ocxl_afu_fops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/misc/ocxl/
Dfile.c461 static const struct file_operations ocxl_afu_fops = { variable
476 cdev_init(&afu->cdev, &ocxl_afu_fops); in ocxl_create_cdev()
/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c1195 static const struct file_operations ocxl_afu_fops = { variable
1204 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
1250 fops = (struct file_operations *)&ocxl_afu_fops; in ocxlflash_get_fd()