Searched refs:cdevm_fops (Results 1 – 2 of 2) sorted by relevance
140 const struct cdevm_file_operations *cdevm_fops; in cxl_memdev_unregister() local143 cdevm_fops = container_of(cdev->ops, typeof(*cdevm_fops), fops); in cxl_memdev_unregister()144 cdevm_fops->shutdown(dev); in cxl_memdev_unregister()185 const struct cdevm_file_operations *cdevm_fops) in devm_cxl_add_memdev() argument192 cxlmd = cxl_memdev_alloc(cxlm, &cdevm_fops->fops); in devm_cxl_add_memdev()222 cdevm_fops->shutdown(dev); in devm_cxl_add_memdev()
67 const struct cdevm_file_operations *cdevm_fops);