Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dfan.h107 int devm_acpi_fan_create_hwmon(struct device *dev);
110 static inline int devm_acpi_fan_create_hwmon(struct device *dev) { return 0; }; in devm_acpi_fan_create_hwmon() function
H A Dfan_hwmon.c172 int devm_acpi_fan_create_hwmon(struct device *dev) in devm_acpi_fan_create_hwmon() function
H A Dfan_core.c555 result = devm_acpi_fan_create_hwmon(&pdev->dev); in acpi_fan_probe()