Lines Matching refs:device
22 * Note: these chips contain a 0008 device which is incompatible with the
59 * the device at the given address.
171 struct device *hwmon_dev;
199 static struct sis5595_data *sis5595_update_device(struct device *dev);
211 static ssize_t in_show(struct device *dev, struct device_attribute *da,
220 static ssize_t in_min_show(struct device *dev, struct device_attribute *da,
229 static ssize_t in_max_show(struct device *dev, struct device_attribute *da,
238 static ssize_t in_min_store(struct device *dev, struct device_attribute *da,
258 static ssize_t in_max_store(struct device *dev, struct device_attribute *da,
295 static ssize_t temp1_input_show(struct device *dev,
302 static ssize_t temp1_max_show(struct device *dev, struct device_attribute *attr,
309 static ssize_t temp1_max_store(struct device *dev,
328 static ssize_t temp1_max_hyst_show(struct device *dev,
335 static ssize_t temp1_max_hyst_store(struct device *dev,
359 static ssize_t fan_show(struct device *dev, struct device_attribute *da,
369 static ssize_t fan_min_show(struct device *dev, struct device_attribute *da,
379 static ssize_t fan_min_store(struct device *dev, struct device_attribute *da,
399 static ssize_t fan_div_show(struct device *dev, struct device_attribute *da,
414 static ssize_t fan_div_store(struct device *dev, struct device_attribute *da,
479 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr,
487 static ssize_t alarm_show(struct device *dev, struct device_attribute *da,
503 static ssize_t name_show(struct device *dev, struct device_attribute *attr,
689 static struct sis5595_data *sis5595_update_device(struct device *dev)
754 * 5513 chip has the 0008 device but
815 "Looked for SIS5595 but found unsupported device %.4x\n",
859 dev_err(&dev->dev, "Failed to enable HWM device\n");
876 * to this pci device. We don't really want to have control over the
877 * pci device, we only wanted to read as few register values from it.
911 MODULE_DESCRIPTION("SiS 5595 Sensor device");