chardev_m         489 drivers/misc/cxl/cxl.h 	struct device *chardev_s, *chardev_m, *chardev_d;
chardev_m         603 drivers/misc/cxl/file.c 			       &afu->chardev_m, "m", "master",
chardev_m         621 drivers/misc/cxl/file.c 	if (afu->chardev_m) {
chardev_m         623 drivers/misc/cxl/file.c 		device_unregister(afu->chardev_m);
chardev_m         624 drivers/misc/cxl/file.c 		afu->chardev_m = NULL;
chardev_m         742 drivers/misc/cxl/sysfs.c 			if ((rc = device_create_file(afu->chardev_m, &afu_master_attrs[i])))
chardev_m         754 drivers/misc/cxl/sysfs.c 			device_remove_file(afu->chardev_m, &afu_master_attrs[i]);
chardev_m         768 drivers/misc/cxl/sysfs.c 			device_remove_file(afu->chardev_m, &afu_master_attrs[i]);