Searched refs:cpu_hwmon_dev (Results 1 – 1 of 1) sorted by relevance
56 static struct device *cpu_hwmon_dev; variable145 cpu_hwmon_dev = hwmon_device_register_with_groups(NULL, "cpu_hwmon", in loongson_hwmon_init()147 if (IS_ERR(cpu_hwmon_dev)) { in loongson_hwmon_init()149 return PTR_ERR(cpu_hwmon_dev); in loongson_hwmon_init()161 hwmon_device_unregister(cpu_hwmon_dev); in loongson_hwmon_exit()
Completed in 3 milliseconds