hidraw_class       35 drivers/hid/hidraw.c static struct class *hidraw_class;
hidraw_class      327 drivers/hid/hidraw.c 		device_destroy(hidraw_class,
hidraw_class      536 drivers/hid/hidraw.c 	dev->dev = device_create(hidraw_class, &hid->dev, MKDEV(hidraw_major, minor),
hidraw_class      590 drivers/hid/hidraw.c 	hidraw_class = class_create(THIS_MODULE, "hidraw");
hidraw_class      591 drivers/hid/hidraw.c 	if (IS_ERR(hidraw_class)) {
hidraw_class      592 drivers/hid/hidraw.c 		result = PTR_ERR(hidraw_class);
hidraw_class      606 drivers/hid/hidraw.c 	class_destroy(hidraw_class);
hidraw_class      617 drivers/hid/hidraw.c 	class_destroy(hidraw_class);