Lines Matching defs:dev

65 static ssize_t temp_type_show(struct device *dev,  in temp_type_show()
80 static ssize_t temp_type_store(struct device *dev, in temp_type_store()
101 static ssize_t pwm_mode_show(struct device *dev, in pwm_mode_show()
119 static ssize_t pwm_show(struct device *dev, struct device_attribute *devattr, in pwm_show()
137 static ssize_t pwm_store(struct device *dev, struct device_attribute *devattr, in pwm_store()
153 static ssize_t pwm_enable_show(struct device *dev, in pwm_enable_show()
168 static ssize_t pwm_enable_store(struct device *dev, in pwm_enable_store()
341 static ssize_t in_show(struct device *dev, struct device_attribute *attr, in in_show()
355 static ssize_t in_store(struct device *dev, struct device_attribute *attr, in in_store()
373 static ssize_t in_alarm_show(struct device *dev, struct device_attribute *attr, in in_alarm_show()
433 static ssize_t temp_show(struct device *dev, struct device_attribute *attr, in temp_show()
447 static ssize_t temp_store(struct device *dev, struct device_attribute *attr, in temp_store()
466 static ssize_t fan_show(struct device *dev, struct device_attribute *attr, in fan_show()
480 static ssize_t fan_min_show(struct device *dev, struct device_attribute *attr, in fan_min_show()
494 static ssize_t fan_min_store(struct device *dev, in fan_min_store()
511 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show()
528 beep_show(struct device *dev, struct device_attribute *attr, char *buf) in beep_show()
543 beep_store(struct device *dev, struct device_attribute *attr, const char *buf, in beep_store()
682 struct device *dev = kobj_to_dev(kobj); in nct7802_temp_is_visible() local
781 struct device *dev = kobj_to_dev(kobj); in nct7802_in_is_visible() local
856 struct device *dev = kobj_to_dev(kobj); in nct7802_fan_is_visible() local
1028 static bool nct7802_regmap_is_volatile(struct device *dev, unsigned int reg) in nct7802_regmap_is_volatile()
1061 struct device *dev = &client->dev; in nct7802_probe() local