Searched refs:cdevm_fops (Results 1 – 2 of 2) sorted by relevance
140 const struct cdevm_file_operations *cdevm_fops; in cxl_memdev_unregister() local142 cdevm_fops = container_of(cdev->ops, typeof(*cdevm_fops), fops); in cxl_memdev_unregister()143 cdevm_fops->shutdown(dev); in cxl_memdev_unregister()186 const struct cdevm_file_operations *cdevm_fops) in devm_cxl_add_memdev() argument193 cxlmd = cxl_memdev_alloc(cxlm, &cdevm_fops->fops); in devm_cxl_add_memdev()223 cdevm_fops->shutdown(dev); in devm_cxl_add_memdev()
67 const struct cdevm_file_operations *cdevm_fops);