Searched refs:hwmon_class (Results 1 – 1 of 1) sorted by relevance
28 static struct class *hwmon_class; variable61 hwdev = device_create(hwmon_class, dev, MKDEV(0, 0), NULL, in hwmon_device_register()122 hwmon_class = class_create(THIS_MODULE, "hwmon"); in hwmon_init()123 if (IS_ERR(hwmon_class)) { in hwmon_init()125 return PTR_ERR(hwmon_class); in hwmon_init()132 class_destroy(hwmon_class); in hwmon_exit()