Searched refs:applesmc_show_fan_speed (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | applesmc.c | 838 static ssize_t applesmc_show_fan_speed(struct device *dev, in applesmc_show_fan_speed() function 1099 { "fan%d_input", applesmc_show_fan_speed, NULL, 0 }, 1100 { "fan%d_min", applesmc_show_fan_speed, applesmc_store_fan_speed, 1 }, 1101 { "fan%d_max", applesmc_show_fan_speed, NULL, 2 }, 1102 { "fan%d_safe", applesmc_show_fan_speed, NULL, 3 }, 1103 { "fan%d_output", applesmc_show_fan_speed, applesmc_store_fan_speed, 4 },
|