Lines Matching refs:da
188 show_temp(struct device *dev, struct device_attribute *da, char *buf) in show_temp() argument
190 int nr = to_sensor_dev_attr(da)->index; in show_temp()
198 show_temp_min(struct device *dev, struct device_attribute *da, char *buf) in show_temp_min() argument
200 int nr = to_sensor_dev_attr(da)->index; in show_temp_min()
207 show_temp_max(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max() argument
209 int nr = to_sensor_dev_attr(da)->index; in show_temp_max()
216 show_temp_fault(struct device *dev, struct device_attribute *da, char *buf) in show_temp_fault() argument
218 int nr = to_sensor_dev_attr(da)->index; in show_temp_fault()
225 show_temp_min_alarm(struct device *dev, struct device_attribute *da, char *buf) in show_temp_min_alarm() argument
227 int nr = to_sensor_dev_attr(da)->index; in show_temp_min_alarm()
234 show_temp_max_alarm(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max_alarm() argument
236 int nr = to_sensor_dev_attr(da)->index; in show_temp_max_alarm()
242 static ssize_t set_temp_min(struct device *dev, struct device_attribute *da, in set_temp_min() argument
245 int nr = to_sensor_dev_attr(da)->index; in set_temp_min()
264 static ssize_t set_temp_max(struct device *dev, struct device_attribute *da, in set_temp_max() argument
267 int nr = to_sensor_dev_attr(da)->index; in set_temp_max()
287 show_fan(struct device *dev, struct device_attribute *da, char *buf) in show_fan() argument
297 show_fan_div(struct device *dev, struct device_attribute *da, char *buf) in show_fan_div() argument
310 static ssize_t set_fan_div(struct device *dev, struct device_attribute *da, in set_fan_div() argument
372 show_fan_target(struct device *dev, struct device_attribute *da, char *buf) in show_fan_target() argument
385 static ssize_t set_fan_target(struct device *dev, struct device_attribute *da, in set_fan_target() argument
415 show_fan_fault(struct device *dev, struct device_attribute *da, char *buf) in show_fan_fault() argument
423 show_pwm_enable(struct device *dev, struct device_attribute *da, char *buf) in show_pwm_enable() argument
429 static ssize_t set_pwm_enable(struct device *dev, struct device_attribute *da, in set_pwm_enable() argument