applesmc_show_fan_speed 1059 drivers/hwmon/applesmc.c 	{ "fan%d_input", applesmc_show_fan_speed, NULL, 0 },
applesmc_show_fan_speed 1060 drivers/hwmon/applesmc.c 	{ "fan%d_min", applesmc_show_fan_speed, applesmc_store_fan_speed, 1 },
applesmc_show_fan_speed 1061 drivers/hwmon/applesmc.c 	{ "fan%d_max", applesmc_show_fan_speed, NULL, 2 },
applesmc_show_fan_speed 1062 drivers/hwmon/applesmc.c 	{ "fan%d_safe", applesmc_show_fan_speed, NULL, 3 },
applesmc_show_fan_speed 1063 drivers/hwmon/applesmc.c 	{ "fan%d_output", applesmc_show_fan_speed, applesmc_store_fan_speed, 4 },