Searched refs:adm1021_data (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dadm1021.c81 struct adm1021_data { struct
104 static struct adm1021_data *adm1021_update_device(struct device *dev) adm1021_update_device()
106 struct adm1021_data *data = dev_get_drvdata(dev); adm1021_update_device()
163 struct adm1021_data *data = adm1021_update_device(dev); show_temp()
172 struct adm1021_data *data = adm1021_update_device(dev); show_temp_max()
181 struct adm1021_data *data = adm1021_update_device(dev); show_temp_min()
190 struct adm1021_data *data = adm1021_update_device(dev); show_alarm()
198 struct adm1021_data *data = adm1021_update_device(dev); show_alarms()
207 struct adm1021_data *data = dev_get_drvdata(dev); set_temp_max()
233 struct adm1021_data *data = dev_get_drvdata(dev); set_temp_min()
257 struct adm1021_data *data = adm1021_update_device(dev); show_low_power()
265 struct adm1021_data *data = dev_get_drvdata(dev); set_low_power()
449 struct adm1021_data *data; adm1021_probe()
452 data = devm_kzalloc(dev, sizeof(struct adm1021_data), GFP_KERNEL); adm1021_probe()

Completed in 64 milliseconds