Lines Matching refs:device

18  * Warning - only supports a single device.
41 * the device at the given address.
195 * that the transfer function of the device is monotonic and smooth, so a
307 struct device *hwmon_dev;
344 static struct via686a_data *via686a_update_device(struct device *dev)
411 static ssize_t in_show(struct device *dev, struct device_attribute *da,
419 static ssize_t in_min_show(struct device *dev, struct device_attribute *da,
427 static ssize_t in_max_show(struct device *dev, struct device_attribute *da,
435 static ssize_t in_min_store(struct device *dev, struct device_attribute *da,
454 static ssize_t in_max_store(struct device *dev, struct device_attribute *da,
491 static ssize_t temp_show(struct device *dev, struct device_attribute *da,
498 static ssize_t temp_over_show(struct device *dev, struct device_attribute *da,
505 static ssize_t temp_hyst_show(struct device *dev, struct device_attribute *da,
512 static ssize_t temp_over_store(struct device *dev,
532 static ssize_t temp_hyst_store(struct device *dev,
564 static ssize_t fan_show(struct device *dev, struct device_attribute *da,
572 static ssize_t fan_min_show(struct device *dev, struct device_attribute *da,
581 static ssize_t fan_div_show(struct device *dev, struct device_attribute *da,
588 static ssize_t fan_min_store(struct device *dev, struct device_attribute *da,
606 static ssize_t fan_div_store(struct device *dev, struct device_attribute *da,
636 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr,
645 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr,
663 static ssize_t name_show(struct device *dev, struct device_attribute
904 * to this pci device. We don't really want to have control over the
905 * pci device, we only wanted to read as few register values from it.
941 MODULE_DESCRIPTION("VIA 686A Sensor device");