Searched refs:applesmc_show_fan_speed (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | applesmc.c | 808 static ssize_t applesmc_show_fan_speed(struct device *dev, in applesmc_show_fan_speed() function 1071 { "fan%d_input", applesmc_show_fan_speed, NULL, 0 }, 1072 { "fan%d_min", applesmc_show_fan_speed, applesmc_store_fan_speed, 1 }, 1073 { "fan%d_max", applesmc_show_fan_speed, NULL, 2 }, 1074 { "fan%d_safe", applesmc_show_fan_speed, NULL, 3 }, 1075 { "fan%d_output", applesmc_show_fan_speed, applesmc_store_fan_speed, 4 },
|