Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/ocxl/
Dfile.c16 static dev_t ocxl_dev; variable
533 info->dev.devt = MKDEV(MAJOR(ocxl_dev), minor); in ocxl_file_register_afu()
601 rc = alloc_chrdev_region(&ocxl_dev, 0, OCXL_NUM_MINORS, "ocxl"); in ocxl_file_init()
610 unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS); in ocxl_file_init()
621 unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS); in ocxl_file_exit()