Searched refs:sysfsbuf (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | applesmc.c | 744 struct device_attribute *attr, char *sysfsbuf) in applesmc_light_show() argument 778 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", left, right); in applesmc_light_show() 783 struct device_attribute *devattr, char *sysfsbuf) in applesmc_show_sensor_label() argument 787 return snprintf(sysfsbuf, PAGE_SIZE, "%s\n", key); in applesmc_show_sensor_label() 792 struct device_attribute *devattr, char *sysfsbuf) in applesmc_show_temperature() argument 805 return snprintf(sysfsbuf, PAGE_SIZE, "%d\n", temp); in applesmc_show_temperature() 809 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_speed() argument 825 return snprintf(sysfsbuf, PAGE_SIZE, "%u\n", speed); in applesmc_show_fan_speed() 830 const char *sysfsbuf, size_t count) in applesmc_store_fan_speed() argument 837 if (kstrtoul(sysfsbuf, 10, &speed) < 0 || speed >= 0x4000) in applesmc_store_fan_speed() [all …]
|