Lines Matching defs:dev
107 static struct adm1031_data *adm1031_update_device(struct device *dev) in adm1031_update_device()
320 static ssize_t fan_auto_channel_show(struct device *dev, in fan_auto_channel_show()
329 fan_auto_channel_store(struct device *dev, struct device_attribute *attr, in fan_auto_channel_store()
385 static ssize_t auto_temp_off_show(struct device *dev, in auto_temp_off_show()
393 static ssize_t auto_temp_min_show(struct device *dev, in auto_temp_min_show()
402 auto_temp_min_store(struct device *dev, struct device_attribute *attr, in auto_temp_min_store()
423 static ssize_t auto_temp_max_show(struct device *dev, in auto_temp_max_show()
432 auto_temp_max_store(struct device *dev, struct device_attribute *attr, in auto_temp_max_store()
466 static ssize_t pwm_show(struct device *dev, struct device_attribute *attr, in pwm_show()
473 static ssize_t pwm_store(struct device *dev, struct device_attribute *attr, in pwm_store()
555 static ssize_t fan_show(struct device *dev, struct device_attribute *attr, in fan_show()
567 static ssize_t fan_div_show(struct device *dev, struct device_attribute *attr, in fan_div_show()
574 static ssize_t fan_min_show(struct device *dev, struct device_attribute *attr, in fan_min_show()
583 static ssize_t fan_min_store(struct device *dev, in fan_min_store()
608 static ssize_t fan_div_store(struct device *dev, in fan_div_store()
665 static ssize_t temp_show(struct device *dev, struct device_attribute *attr, in temp_show()
676 static ssize_t temp_offset_show(struct device *dev, in temp_offset_show()
684 static ssize_t temp_min_show(struct device *dev, in temp_min_show()
691 static ssize_t temp_max_show(struct device *dev, in temp_max_show()
698 static ssize_t temp_crit_show(struct device *dev, in temp_crit_show()
705 static ssize_t temp_offset_store(struct device *dev, in temp_offset_store()
727 static ssize_t temp_min_store(struct device *dev, in temp_min_store()
749 static ssize_t temp_max_store(struct device *dev, in temp_max_store()
771 static ssize_t temp_crit_store(struct device *dev, in temp_crit_store()
811 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr, in alarms_show()
820 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show()
849 static ssize_t update_interval_show(struct device *dev, in update_interval_show()
857 static ssize_t update_interval_store(struct device *dev, in update_interval_store()
1026 struct device *dev = &client->dev; in adm1031_probe() local