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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dacerhdf.c95 static struct thermal_zone_device *thz_dev; variable in typeref:struct:thermal_zone_device
341 if (thz_dev)
342 thz_dev->polling_delay = 0;
349 thz_dev->polling_delay = interval*1000;
350 thermal_zone_device_update(thz_dev);
649 thz_dev = thermal_zone_device_register("acerhdf", 1, NULL,
652 if (IS_ERR(thz_dev))
665 if (thz_dev) {
666 thermal_zone_device_unregister(thz_dev);
667 thz_dev
[all...]

Completed in 42 milliseconds