Searched refs:tpacpi_hwmon (Results 1 – 1 of 1) sorted by relevance
925 static struct device *tpacpi_hwmon; variable9392 if (tpacpi_hwmon) in thinkpad_acpi_module_exit()9393 hwmon_device_unregister(tpacpi_hwmon); in thinkpad_acpi_module_exit()9524 tpacpi_hwmon = hwmon_device_register(&tpacpi_sensors_pdev->dev); in thinkpad_acpi_module_init()9525 if (IS_ERR(tpacpi_hwmon)) { in thinkpad_acpi_module_init()9526 ret = PTR_ERR(tpacpi_hwmon); in thinkpad_acpi_module_init()9527 tpacpi_hwmon = NULL; in thinkpad_acpi_module_init()