Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dacerhdf.c82 static struct thermal_zone_device *thz_dev; variable
659 thz_dev = thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips), in acerhdf_register_thermal()
663 if (IS_ERR(thz_dev)) in acerhdf_register_thermal()
667 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
669 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
683 if (thz_dev) { in acerhdf_unregister_thermal()
684 thermal_zone_device_unregister(thz_dev); in acerhdf_unregister_thermal()
685 thz_dev = NULL; in acerhdf_unregister_thermal()
760 acerhdf_check_param(thz_dev); in interval_set_uint()