Lines Matching refs:devattr

1007 in_input_show(struct device *dev, struct device_attribute *devattr, char *buf)  in in_input_show()  argument
1009 int nr = to_sensor_dev_attr(devattr)->index; in in_input_show()
1015 in_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in in_min_show() argument
1017 int nr = to_sensor_dev_attr(devattr)->index; in in_min_show()
1023 in_min_store(struct device *dev, struct device_attribute *devattr, in in_min_store() argument
1026 int nr = to_sensor_dev_attr(devattr)->index; in in_min_store()
1043 in_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in in_max_show() argument
1045 int nr = to_sensor_dev_attr(devattr)->index; in in_max_show()
1051 in_max_store(struct device *dev, struct device_attribute *devattr, in in_max_store() argument
1054 int nr = to_sensor_dev_attr(devattr)->index; in in_max_store()
1096 fan_input_show(struct device *dev, struct device_attribute *devattr, in fan_input_show() argument
1099 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show()
1106 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_min_show() argument
1108 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show()
1115 fan_min_store(struct device *dev, struct device_attribute *devattr, in fan_min_store() argument
1118 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_store()
1144 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_div_show() argument
1146 int nr = to_sensor_dev_attr(devattr)->index; in fan_div_show()
1159 fan_div_store(struct device *dev, struct device_attribute *devattr, in fan_div_store() argument
1162 int nr = to_sensor_dev_attr(devattr)->index; in fan_div_store()
1204 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) in temp_show() argument
1206 int nr = to_sensor_dev_attr(devattr)->index; in temp_show()
1215 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in temp_max_show() argument
1217 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_show()
1226 temp_max_store(struct device *dev, struct device_attribute *devattr, in temp_max_store() argument
1229 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_store()
1248 temp_max_hyst_show(struct device *dev, struct device_attribute *devattr, in temp_max_hyst_show() argument
1251 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_hyst_show()
1260 temp_max_hyst_store(struct device *dev, struct device_attribute *devattr, in temp_max_hyst_store() argument
1263 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_hyst_store()
1292 temp_type_show(struct device *dev, struct device_attribute *devattr, in temp_type_show() argument
1295 int nr = to_sensor_dev_attr(devattr)->index; in temp_type_show()
1301 temp_type_store(struct device *dev, struct device_attribute *devattr, in temp_type_store() argument
1304 int nr = to_sensor_dev_attr(devattr)->index; in temp_type_store()
1429 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) in pwm_show() argument
1431 int nr = to_sensor_dev_attr(devattr)->index; in pwm_show()
1437 pwm_store(struct device *dev, struct device_attribute *devattr, in pwm_store() argument
1440 int nr = to_sensor_dev_attr(devattr)->index; in pwm_store()
1475 name_show(struct device *dev, struct device_attribute *devattr, char *buf) in name_show() argument
1517 pwm_freq_show(struct device *dev, struct device_attribute *devattr, char *buf) in pwm_freq_show() argument
1519 int nr = to_sensor_dev_attr(devattr)->index; in pwm_freq_show()
1530 pwm_freq_store(struct device *dev, struct device_attribute *devattr, in pwm_freq_store() argument
1533 int nr = to_sensor_dev_attr(devattr)->index; in pwm_freq_store()
1603 pwm_enable_show(struct device *dev, struct device_attribute *devattr, in pwm_enable_show() argument
1606 int nr = to_sensor_dev_attr(devattr)->index; in pwm_enable_show()
1612 pwm_enable_store(struct device *dev, struct device_attribute *devattr, in pwm_enable_store() argument
1615 int nr = to_sensor_dev_attr(devattr)->index; in pwm_enable_store()