thz_dev            81 drivers/platform/x86/acerhdf.c static struct thermal_zone_device *thz_dev;
thz_dev           398 drivers/platform/x86/acerhdf.c 	if (thz_dev)
thz_dev           399 drivers/platform/x86/acerhdf.c 		thz_dev->polling_delay = 0;
thz_dev           406 drivers/platform/x86/acerhdf.c 	thz_dev->polling_delay = interval*1000;
thz_dev           407 drivers/platform/x86/acerhdf.c 	thermal_zone_device_update(thz_dev, THERMAL_EVENT_UNSPECIFIED);
thz_dev           740 drivers/platform/x86/acerhdf.c 	thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL,
thz_dev           744 drivers/platform/x86/acerhdf.c 	if (IS_ERR(thz_dev))
thz_dev           747 drivers/platform/x86/acerhdf.c 	if (strcmp(thz_dev->governor->name,
thz_dev           764 drivers/platform/x86/acerhdf.c 	if (thz_dev) {
thz_dev           765 drivers/platform/x86/acerhdf.c 		thermal_zone_device_unregister(thz_dev);
thz_dev           766 drivers/platform/x86/acerhdf.c 		thz_dev = NULL;