Lines Matching refs:device
76 char low_power; /* !=0 if device in low power mode */
91 static struct adm1021_data *adm1021_update_device(struct device *dev)
146 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr,
155 static ssize_t temp_max_show(struct device *dev,
164 static ssize_t temp_min_show(struct device *dev,
173 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr,
181 static ssize_t alarms_show(struct device *dev,
189 static ssize_t temp_max_store(struct device *dev,
215 static ssize_t temp_min_store(struct device *dev,
241 static ssize_t low_power_show(struct device *dev,
248 static ssize_t low_power_store(struct device *dev,
447 struct device *dev = &client->dev;
449 struct device *hwmon_dev;