Home
last modified time | relevance | path

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

/drivers/hwmon/
Dadm1029.c117 static struct adm1029_data *adm1029_update_device(struct device *dev);
146 struct adm1029_data { struct
166 struct adm1029_data *data = adm1029_update_device(dev); in show_temp() argument
174 struct adm1029_data *data = adm1029_update_device(dev); in show_fan()
191 struct adm1029_data *data = adm1029_update_device(dev); in show_fan_div()
201 struct adm1029_data *data = i2c_get_clientdata(client); in set_fan_div()
342 struct adm1029_data *data; in adm1029_probe()
345 data = kzalloc(sizeof(struct adm1029_data), GFP_KERNEL); in adm1029_probe()
403 struct adm1029_data *data = i2c_get_clientdata(client); in adm1029_remove()
415 static struct adm1029_data *adm1029_update_device(struct device *dev) in adm1029_update_device()
[all …]