Lines Matching refs:devattr

477 in_input_show(struct device *dev, struct device_attribute *devattr, char *buf)  in in_input_show()  argument
479 int nr = to_sensor_dev_attr(devattr)->index; in in_input_show()
484 in_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in in_min_show() argument
486 int nr = to_sensor_dev_attr(devattr)->index; in in_min_show()
491 in_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in in_max_show() argument
493 int nr = to_sensor_dev_attr(devattr)->index; in in_max_show()
498 in_min_store(struct device *dev, struct device_attribute *devattr, in in_min_store() argument
501 int nr = to_sensor_dev_attr(devattr)->index; in in_min_store()
517 in_max_store(struct device *dev, struct device_attribute *devattr, in in_max_store() argument
520 int nr = to_sensor_dev_attr(devattr)->index; in in_max_store()
665 fan_input_show(struct device *dev, struct device_attribute *devattr, in fan_input_show() argument
668 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show()
674 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_min_show() argument
676 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show()
682 fan_min_store(struct device *dev, struct device_attribute *devattr, in fan_min_store() argument
685 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_store()
711 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) in temp_show() argument
713 int nr = to_sensor_dev_attr(devattr)->index; in temp_show()
722 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in temp_max_show() argument
724 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_show()
733 temp_max_hyst_show(struct device *dev, struct device_attribute *devattr, in temp_max_hyst_show() argument
736 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_hyst_show()
745 temp_max_store(struct device *dev, struct device_attribute *devattr, in temp_max_store() argument
748 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_store()
767 temp_max_hyst_store(struct device *dev, struct device_attribute *devattr, in temp_max_hyst_store() argument
770 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_hyst_store()
977 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_div_show() argument
979 int nr = to_sensor_dev_attr(devattr)->index; in fan_div_show()
991 fan_div_store(struct device *dev, struct device_attribute *devattr, in fan_div_store() argument
994 int nr = to_sensor_dev_attr(devattr)->index; in fan_div_store()
1036 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) in pwm_show() argument
1038 int nr = to_sensor_dev_attr(devattr)->index; in pwm_show()
1044 pwm_store(struct device *dev, struct device_attribute *devattr, in pwm_store() argument
1047 int nr = to_sensor_dev_attr(devattr)->index; in pwm_store()
1082 pwm_enable_show(struct device *dev, struct device_attribute *devattr, in pwm_enable_show() argument
1085 int nr = to_sensor_dev_attr(devattr)->index; in pwm_enable_show()
1091 pwm_enable_store(struct device *dev, struct device_attribute *devattr, in pwm_enable_store() argument
1094 int nr = to_sensor_dev_attr(devattr)->index; in pwm_enable_store()
1121 pwm_freq_show(struct device *dev, struct device_attribute *devattr, char *buf) in pwm_freq_show() argument
1123 int nr = to_sensor_dev_attr(devattr)->index; in pwm_freq_show()
1134 pwm_freq_store(struct device *dev, struct device_attribute *devattr, in pwm_freq_store() argument
1137 int nr = to_sensor_dev_attr(devattr)->index; in pwm_freq_store()
1170 temp_type_show(struct device *dev, struct device_attribute *devattr, in temp_type_show() argument
1173 int nr = to_sensor_dev_attr(devattr)->index; in temp_type_show()
1179 temp_type_store(struct device *dev, struct device_attribute *devattr, in temp_type_store() argument
1182 int nr = to_sensor_dev_attr(devattr)->index; in temp_type_store()
1239 name_show(struct device *dev, struct device_attribute *devattr, char *buf) in name_show() argument