Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dfan.h108 void acpi_fan_notify_hwmon(struct device *dev);
111 static inline void acpi_fan_notify_hwmon(struct device *dev) { }; in acpi_fan_notify_hwmon() function
H A Dfan_hwmon.c165 void acpi_fan_notify_hwmon(struct device *dev) in acpi_fan_notify_hwmon() function
H A Dfan_core.c483 acpi_fan_notify_hwmon(dev); in acpi_fan_notify_handler()