ocxl_dev           16 drivers/misc/ocxl/file.c static dev_t ocxl_dev;
ocxl_dev          531 drivers/misc/ocxl/file.c 	info->dev.devt = MKDEV(MAJOR(ocxl_dev), minor);
ocxl_dev          594 drivers/misc/ocxl/file.c 	rc = alloc_chrdev_region(&ocxl_dev, 0, OCXL_NUM_MINORS, "ocxl");
ocxl_dev          603 drivers/misc/ocxl/file.c 		unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS);
ocxl_dev          614 drivers/misc/ocxl/file.c 	unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS);