Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/ocxl/
H A Dfile.c475 static const struct file_operations ocxl_afu_fops = { variable
499 cdev_init(&info->cdev, &ocxl_afu_fops); in ocxl_file_make_visible()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Dfile.c473 static const struct file_operations ocxl_afu_fops = { variable
497 cdev_init(&info->cdev, &ocxl_afu_fops); in ocxl_file_make_visible()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Docxl_hw.c1173 static const struct file_operations ocxl_afu_fops = { variable
1182 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
1228 fops = (struct file_operations *)&ocxl_afu_fops; in ocxlflash_get_fd()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Docxl_hw.c1176 static const struct file_operations ocxl_afu_fops = { variable
1185 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
1231 fops = (struct file_operations *)&ocxl_afu_fops; in ocxlflash_get_fd()

Completed in 6 milliseconds