Searched refs:tpacpi_hwmon (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 Dthinkpad_acpi.c926 static struct device *tpacpi_hwmon; variable in typeref:struct:device
8979 if (tpacpi_hwmon)
8980 hwmon_device_unregister(tpacpi_hwmon);
9123 tpacpi_hwmon = hwmon_device_register(&tpacpi_sensors_pdev->dev);
9124 if (IS_ERR(tpacpi_hwmon)) {
9125 ret = PTR_ERR(tpacpi_hwmon);
9126 tpacpi_hwmon = NULL;

Completed in 114 milliseconds