Lines Matching refs:device
67 MODULE_PARM_DESC(force_id, "Override the detected device ID");
70 #define DEV 0x07 /* Register: Logical device select */
72 /* logical device numbers for superio_select (below) */
353 struct device *hwmon_dev;
398 static struct w83627hf_data *w83627hf_update_device(struct device *dev);
402 static int w83627hf_suspend(struct device *dev)
414 static int w83627hf_resume(struct device *dev)
477 in_input_show(struct device *dev, struct device_attribute *devattr, char *buf)
484 in_min_show(struct device *dev, struct device_attribute *devattr, char *buf)
491 in_max_show(struct device *dev, struct device_attribute *devattr, char *buf)
498 in_min_store(struct device *dev, struct device_attribute *devattr,
517 in_max_store(struct device *dev, struct device_attribute *devattr,
579 static ssize_t in0_input_show(struct device *dev,
586 static ssize_t in0_min_show(struct device *dev, struct device_attribute *attr,
593 static ssize_t in0_max_show(struct device *dev, struct device_attribute *attr,
600 static ssize_t in0_min_store(struct device *dev,
630 static ssize_t in0_max_store(struct device *dev,
665 fan_input_show(struct device *dev, struct device_attribute *devattr,
674 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf)
682 fan_min_store(struct device *dev, struct device_attribute *devattr,
711 temp_show(struct device *dev, struct device_attribute *devattr, char *buf)
722 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf)
733 temp_max_hyst_show(struct device *dev, struct device_attribute *devattr,
745 temp_max_store(struct device *dev, struct device_attribute *devattr,
767 temp_max_hyst_store(struct device *dev, struct device_attribute *devattr,
799 cpu0_vid_show(struct device *dev, struct device_attribute *attr, char *buf)
807 vrm_show(struct device *dev, struct device_attribute *attr, char *buf)
813 vrm_store(struct device *dev, struct device_attribute *attr, const char *buf,
833 alarms_show(struct device *dev, struct device_attribute *attr, char *buf)
841 alarm_show(struct device *dev, struct device_attribute *attr, char *buf)
864 beep_mask_show(struct device *dev, struct device_attribute *attr, char *buf)
872 beep_mask_store(struct device *dev, struct device_attribute *attr,
902 beep_show(struct device *dev, struct device_attribute *attr, char *buf)
910 beep_store(struct device *dev, struct device_attribute *attr, const char *buf,
977 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf)
991 fan_div_store(struct device *dev, struct device_attribute *devattr,
1036 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf)
1044 pwm_store(struct device *dev, struct device_attribute *devattr,
1082 pwm_enable_show(struct device *dev, struct device_attribute *devattr,
1091 pwm_enable_store(struct device *dev, struct device_attribute *devattr,
1121 pwm_freq_show(struct device *dev, struct device_attribute *devattr, char *buf)
1134 pwm_freq_store(struct device *dev, struct device_attribute *devattr,
1170 temp_type_show(struct device *dev, struct device_attribute *devattr,
1179 temp_type_store(struct device *dev, struct device_attribute *devattr,
1239 name_show(struct device *dev, struct device_attribute *devattr, char *buf)
1284 case 0xff: /* No device at all */
1302 pr_warn("Enabling HWM logical device\n");
1395 struct device *dev = &pdev->dev;
1437 /* Register common device attributes */
1442 /* Register chip-specific device attributes */
1822 static struct w83627hf_data *w83627hf_update_device(struct device *dev)