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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c496 static struct class_device *tpacpi_hwmon = NULL; variable in typeref:struct:class_device
4253 tpacpi_hwmon = hwmon_device_register(&tpacpi_pdev->dev);
4254 if (IS_ERR(tpacpi_hwmon)) {
4255 ret = PTR_ERR(tpacpi_hwmon);
4256 tpacpi_hwmon = NULL;
4286 if (tpacpi_hwmon)
4287 hwmon_device_unregister(tpacpi_hwmon);
H A Dthinkpad_acpi.h162 static struct class_device *tpacpi_hwmon; variable in typeref:struct:class_device

Completed in 56 milliseconds