Lines Matching refs:device
18 * Warning - only supports a single device.
39 * the device at the given address.
193 * that the transfer function of the device is monotonic and smooth, so a
305 struct device *hwmon_dev;
338 static struct via686a_data *via686a_update_device(struct device *dev);
344 static ssize_t in_show(struct device *dev, struct device_attribute *da,
352 static ssize_t in_min_show(struct device *dev, struct device_attribute *da,
360 static ssize_t in_max_show(struct device *dev, struct device_attribute *da,
368 static ssize_t in_min_store(struct device *dev, struct device_attribute *da,
387 static ssize_t in_max_store(struct device *dev, struct device_attribute *da,
424 static ssize_t temp_show(struct device *dev, struct device_attribute *da,
431 static ssize_t temp_over_show(struct device *dev, struct device_attribute *da,
438 static ssize_t temp_hyst_show(struct device *dev, struct device_attribute *da,
445 static ssize_t temp_over_store(struct device *dev,
465 static ssize_t temp_hyst_store(struct device *dev,
497 static ssize_t fan_show(struct device *dev, struct device_attribute *da,
505 static ssize_t fan_min_show(struct device *dev, struct device_attribute *da,
514 static ssize_t fan_div_show(struct device *dev, struct device_attribute *da,
521 static ssize_t fan_min_store(struct device *dev, struct device_attribute *da,
539 static ssize_t fan_div_store(struct device *dev, struct device_attribute *da,
569 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr,
578 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr,
596 static ssize_t name_show(struct device *dev, struct device_attribute
747 static struct via686a_data *via686a_update_device(struct device *dev)
908 * to this pci device. We don't really want to have control over the
909 * pci device, we only wanted to read as few register values from it.
945 MODULE_DESCRIPTION("VIA 686A Sensor device");