Searched refs:sysfsbuf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | applesmc.c | 771 struct device_attribute *attr, char *sysfsbuf) in applesmc_light_show() argument 808 return sysfs_emit(sysfsbuf, "(%d,%d)\n", left, right); in applesmc_light_show() 813 struct device_attribute *devattr, char *sysfsbuf) in applesmc_show_sensor_label() argument 817 return sysfs_emit(sysfsbuf, "%s\n", key); in applesmc_show_sensor_label() 822 struct device_attribute *devattr, char *sysfsbuf) in applesmc_show_temperature() argument 835 return sysfs_emit(sysfsbuf, "%d\n", temp); in applesmc_show_temperature() 839 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_speed() argument 854 return sysfs_emit(sysfsbuf, "%u\n", speed); in applesmc_show_fan_speed() 859 const char *sysfsbuf, size_t count) in applesmc_store_fan_speed() argument 866 if (kstrtoul(sysfsbuf, 10, &speed) < 0 || speed >= 0x4000) in applesmc_store_fan_speed() [all …]
|