Home
last modified time | relevance | path

Searched refs:adm1021_update_device (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/hwmon/
Dadm1021.c105 static struct adm1021_data *adm1021_update_device(struct device *dev);
141 struct adm1021_data *data = adm1021_update_device(dev); in show_temp()
150 struct adm1021_data *data = adm1021_update_device(dev); in show_temp_max()
159 struct adm1021_data *data = adm1021_update_device(dev); in show_temp_min()
168 struct adm1021_data *data = adm1021_update_device(dev); in show_alarm()
176 struct adm1021_data *data = adm1021_update_device(dev); in show_alarms()
233 struct adm1021_data *data = adm1021_update_device(dev); in show_low_power()
467 static struct adm1021_data *adm1021_update_device(struct device *dev) in adm1021_update_device() function