Lines Matching defs:dev

368 static struct lm85_data *lm85_update_device(struct device *dev)  in lm85_update_device()
552 static ssize_t fan_show(struct device *dev, struct device_attribute *attr, in fan_show()
560 static ssize_t fan_min_show(struct device *dev, struct device_attribute *attr, in fan_min_show()
568 static ssize_t fan_min_store(struct device *dev, in fan_min_store()
600 static ssize_t cpu0_vid_show(struct device *dev, in cpu0_vid_show()
619 static ssize_t vrm_show(struct device *dev, struct device_attribute *attr, in vrm_show()
626 static ssize_t vrm_store(struct device *dev, struct device_attribute *attr, in vrm_store()
646 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr, in alarms_show()
655 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show()
683 static ssize_t pwm_show(struct device *dev, struct device_attribute *attr, in pwm_show()
691 static ssize_t pwm_store(struct device *dev, struct device_attribute *attr, in pwm_store()
711 static ssize_t pwm_enable_show(struct device *dev, in pwm_enable_show()
733 static ssize_t pwm_enable_store(struct device *dev, in pwm_enable_store()
777 static ssize_t pwm_freq_show(struct device *dev, in pwm_freq_show()
793 static ssize_t pwm_freq_store(struct device *dev, in pwm_freq_store()
843 static ssize_t in_show(struct device *dev, struct device_attribute *attr, in in_show()
852 static ssize_t in_min_show(struct device *dev, struct device_attribute *attr, in in_min_show()
860 static ssize_t in_min_store(struct device *dev, struct device_attribute *attr, in in_min_store()
880 static ssize_t in_max_show(struct device *dev, struct device_attribute *attr, in in_max_show()
888 static ssize_t in_max_store(struct device *dev, struct device_attribute *attr, in in_max_store()
935 static ssize_t temp_show(struct device *dev, struct device_attribute *attr, in temp_show()
944 static ssize_t temp_min_show(struct device *dev, in temp_min_show()
952 static ssize_t temp_min_store(struct device *dev, in temp_min_store()
976 static ssize_t temp_max_show(struct device *dev, in temp_max_show()
984 static ssize_t temp_max_store(struct device *dev, in temp_max_store()
1020 static ssize_t pwm_auto_channels_show(struct device *dev, in pwm_auto_channels_show()
1029 static ssize_t pwm_auto_channels_store(struct device *dev, in pwm_auto_channels_store()
1052 static ssize_t pwm_auto_pwm_min_show(struct device *dev, in pwm_auto_pwm_min_show()
1060 static ssize_t pwm_auto_pwm_min_store(struct device *dev, in pwm_auto_pwm_min_store()
1082 static ssize_t pwm_auto_pwm_minctl_show(struct device *dev, in pwm_auto_pwm_minctl_show()
1091 static ssize_t pwm_auto_pwm_minctl_store(struct device *dev, in pwm_auto_pwm_minctl_store()
1129 static ssize_t temp_auto_temp_off_show(struct device *dev, in temp_auto_temp_off_show()
1139 static ssize_t temp_auto_temp_off_store(struct device *dev, in temp_auto_temp_off_store()
1169 static ssize_t temp_auto_temp_min_show(struct device *dev, in temp_auto_temp_min_show()
1178 static ssize_t temp_auto_temp_min_store(struct device *dev, in temp_auto_temp_min_store()
1209 static ssize_t temp_auto_temp_max_show(struct device *dev, in temp_auto_temp_max_show()
1219 static ssize_t temp_auto_temp_max_store(struct device *dev, in temp_auto_temp_max_store()
1246 static ssize_t temp_auto_temp_crit_show(struct device *dev, in temp_auto_temp_crit_show()
1255 static ssize_t temp_auto_temp_crit_store(struct device *dev, in temp_auto_temp_crit_store()
1549 struct device *dev = &client->dev; in lm85_probe() local