Searched refs:ocxl_afu_fops (Results 1 – 2 of 2) sorted by relevance
473 static const struct file_operations ocxl_afu_fops = { variable497 cdev_init(&info->cdev, &ocxl_afu_fops); in ocxl_file_make_visible()
1176 static const struct file_operations ocxl_afu_fops = { variable1185 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)1231 fops = (struct file_operations *)&ocxl_afu_fops; in ocxlflash_get_fd()