Home
last modified time | relevance | path

Searched refs:sysfsbuf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dapplesmc.c785 struct device_attribute *attr, char *sysfsbuf) in applesmc_light_show() argument
822 return sysfs_emit(sysfsbuf, "(%d,%d)\n", left, right); in applesmc_light_show()
826 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_speed() argument
841 return sysfs_emit(sysfsbuf, "%u\n", speed); in applesmc_show_fan_speed()
845 struct device_attribute *attr, char *sysfsbuf) in applesmc_calibrate_show() argument
847 return sysfs_emit(sysfsbuf, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()
851 struct device_attribute *attr, const char *sysfsbuf, size_t count) in applesmc_calibrate_store() argument
877 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_count_show() argument
889 return sysfs_emit(sysfsbuf, "%d\n", count); in applesmc_key_count_show()
893 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_read_show() argument
[all …]