Searched refs:applesmc_show_fan_speed (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 806 static ssize_t applesmc_show_fan_speed(struct device *dev, in applesmc_show_fan_speed() function 1067 { "fan%d_input", applesmc_show_fan_speed, NULL, 0 }, 1068 { "fan%d_min", applesmc_show_fan_speed, applesmc_store_fan_speed, 1 }, 1069 { "fan%d_max", applesmc_show_fan_speed, NULL, 2 }, 1070 { "fan%d_safe", applesmc_show_fan_speed, NULL, 3 }, 1071 { "fan%d_output", applesmc_show_fan_speed, applesmc_store_fan_speed, 4 },
|