Lines Matching +defs:dev +defs:attrs

407 nct6683_create_attr_group(struct device *dev,  in nct6683_create_attr_group()
416 struct attribute **attrs; in nct6683_create_attr_group() local
584 static void nct6683_update_pwm(struct device *dev) in nct6683_update_pwm()
596 static struct nct6683_data *nct6683_update_device(struct device *dev) in nct6683_update_device()
655 show_in_label(struct device *dev, struct device_attribute *attr, char *buf) in show_in_label()
665 show_in_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_in_reg()
679 struct device *dev = kobj_to_dev(kobj); in nct6683_in_is_visible() local
713 show_fan(struct device *dev, struct device_attribute *attr, char *buf) in show_fan()
722 show_fan_min(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_min()
732 show_fan_pulses(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_pulses()
744 struct device *dev = kobj_to_dev(kobj); in nct6683_fan_is_visible() local
785 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label()
795 show_temp8(struct device *dev, struct device_attribute *attr, char *buf) in show_temp8()
806 show_temp_hyst(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_hyst()
817 show_temp16(struct device *dev, struct device_attribute *attr, char *buf) in show_temp16()
851 show_temp_type(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_type()
862 struct device *dev = kobj_to_dev(kobj); in nct6683_temp_is_visible() local
913 show_pwm(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm()
923 store_pwm(struct device *dev, struct device_attribute *attr, const char *buf, in store_pwm()
949 struct device *dev = kobj_to_dev(kobj); in nct6683_pwm_is_visible() local
975 beep_enable_show(struct device *dev, struct device_attribute *attr, char *buf) in beep_enable_show()
1000 beep_enable_store(struct device *dev, struct device_attribute *attr, in beep_enable_store()
1035 intrusion0_alarm_show(struct device *dev, struct device_attribute *attr, in intrusion0_alarm_show()
1061 intrusion0_alarm_store(struct device *dev, struct device_attribute *attr, in intrusion0_alarm_store()
1192 struct device *dev = &pdev->dev; in nct6683_probe() local
1304 static int nct6683_suspend(struct device *dev) in nct6683_suspend()
1315 static int nct6683_resume(struct device *dev) in nct6683_resume()