Lines Matching defs:dev

424 static struct adt7470_data *adt7470_update_device(struct device *dev)  in adt7470_update_device()
472 static ssize_t auto_update_interval_show(struct device *dev, in auto_update_interval_show()
484 static ssize_t auto_update_interval_store(struct device *dev, in auto_update_interval_store()
503 static ssize_t num_temp_sensors_show(struct device *dev, in num_temp_sensors_show()
515 static ssize_t num_temp_sensors_store(struct device *dev, in num_temp_sensors_store()
536 static int adt7470_temp_read(struct device *dev, u32 attr, int channel, long *val) in adt7470_temp_read()
563 static int adt7470_temp_write(struct device *dev, u32 attr, int channel, long val) in adt7470_temp_write()
591 static ssize_t alarm_mask_show(struct device *dev, in alarm_mask_show()
602 static ssize_t alarm_mask_store(struct device *dev, in alarm_mask_store()
624 static int adt7470_fan_read(struct device *dev, u32 attr, int channel, long *val) in adt7470_fan_read()
660 static int adt7470_fan_write(struct device *dev, u32 attr, int channel, long val) in adt7470_fan_write()
691 static ssize_t force_pwm_max_show(struct device *dev, in force_pwm_max_show()
702 static ssize_t force_pwm_max_store(struct device *dev, in force_pwm_max_store()
728 static int pwm1_freq_get(struct device *dev) in pwm1_freq_get()
749 static int adt7470_pwm_read(struct device *dev, u32 attr, int channel, long *val) in adt7470_pwm_read()
773 static int pwm1_freq_set(struct device *dev, long freq) in pwm1_freq_set()
806 static int adt7470_pwm_write(struct device *dev, u32 attr, int channel, long val) in adt7470_pwm_write()
848 static ssize_t pwm_max_show(struct device *dev, in pwm_max_show()
860 static ssize_t pwm_max_store(struct device *dev, in pwm_max_store()
883 static ssize_t pwm_min_show(struct device *dev, in pwm_min_show()
895 static ssize_t pwm_min_store(struct device *dev, in pwm_min_store()
918 static ssize_t pwm_tmax_show(struct device *dev, in pwm_tmax_show()
931 static ssize_t pwm_tmin_show(struct device *dev, in pwm_tmin_show()
943 static ssize_t pwm_tmin_store(struct device *dev, in pwm_tmin_store()
967 static ssize_t pwm_auto_temp_show(struct device *dev, in pwm_auto_temp_show()
993 static ssize_t pwm_auto_temp_store(struct device *dev, in pwm_auto_temp_store()
1089 static int adt7470_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in adt7470_read()
1104 static int adt7470_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, in adt7470_write()
1248 struct device *dev = &client->dev; in adt7470_probe() local