Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c941 static struct device *tpacpi_hwmon; variable
11620 if (tpacpi_hwmon) in thinkpad_acpi_module_exit()
11621 hwmon_device_unregister(tpacpi_hwmon); in thinkpad_acpi_module_exit()
11790 tpacpi_hwmon = hwmon_device_register_with_groups( in thinkpad_acpi_module_init()
11792 if (IS_ERR(tpacpi_hwmon)) { in thinkpad_acpi_module_init()
11793 ret = PTR_ERR(tpacpi_hwmon); in thinkpad_acpi_module_init()
11794 tpacpi_hwmon = NULL; in thinkpad_acpi_module_init()