Home
last modified time | relevance | path

Searched refs:thz_dev (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dacerhdf.c82 static struct thermal_zone_device *thz_dev; variable
680 thz_dev = thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips), in acerhdf_register_thermal()
684 if (IS_ERR(thz_dev)) in acerhdf_register_thermal()
688 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
690 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
704 if (thz_dev) { in acerhdf_unregister_thermal()
705 thermal_zone_device_unregister(thz_dev); in acerhdf_unregister_thermal()
706 thz_dev = NULL; in acerhdf_unregister_thermal()
781 acerhdf_check_param(thz_dev); in interval_set_uint()