Lines Matching defs:attr

94 #define to_index(attr) (to_sensor_dev_attr(attr)->index & 0xffff)  argument
95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) argument
742 struct device_attribute *attr, char *buf) in applesmc_name_show()
748 struct device_attribute *attr, char *buf) in applesmc_position_show()
771 struct device_attribute *attr, char *sysfsbuf) in applesmc_light_show()
839 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_speed()
858 struct device_attribute *attr, in applesmc_store_fan_speed()
883 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_manual()
898 struct device_attribute *attr, in applesmc_store_fan_manual()
933 struct device_attribute *attr, char *sysfsbuf) in applesmc_show_fan_position()
951 struct device_attribute *attr, char *sysfsbuf) in applesmc_calibrate_show()
957 struct device_attribute *attr, const char *sysfsbuf, size_t count) in applesmc_calibrate_store()
983 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_count_show()
999 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_read_show()
1015 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_data_length_show()
1027 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_type_show()
1039 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_name_show()
1051 struct device_attribute *attr, char *sysfsbuf) in applesmc_key_at_index_show()
1057 struct device_attribute *attr, const char *sysfsbuf, size_t count) in applesmc_key_at_index_store()
1140 struct attribute *attr; in applesmc_create_nodes() local