Lines Matching defs:attr
102 #define to_index(attr) (to_sensor_dev_attr(attr)->index & 0xffff) argument
103 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) argument
713 struct device_attribute *attr, char *buf) in applesmc_name_show()
719 struct device_attribute *attr, char *buf) in applesmc_position_show()
742 struct device_attribute *attr, char *sysfsbuf) in applesmc_light_show()
807 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_speed()
826 struct device_attribute *attr, in applesmc_store_fan_speed()
850 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_manual()
866 struct device_attribute *attr, in applesmc_store_fan_manual()
900 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_position()
918 struct device_attribute *attr, char *sysfsbuf) in applesmc_calibrate_show()
924 struct device_attribute *attr, const char *sysfsbuf, size_t count) in applesmc_calibrate_store()
950 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_count_show()
967 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_read_show()
983 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_data_length_show()
995 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_type_show()
1007 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_name_show()
1019 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_show()
1025 struct device_attribute *attr, const char *sysfsbuf, size_t count) in applesmc_key_at_index_store()
1108 struct attribute *attr; in applesmc_create_nodes() local