Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dlm78.c110 struct lm78_data { struct
136 static int lm78_read_value(struct lm78_data *data, u8 reg); argument
137 static int lm78_write_value(struct lm78_data *data, u8 reg, u8 value);
138 static struct lm78_data *lm78_update_device(struct device *dev);
139 static void lm78_init_device(struct lm78_data *data);
146 struct lm78_data *data = lm78_update_device(dev); in in_show()
154 struct lm78_data *data = lm78_update_device(dev); in in_min_show()
162 struct lm78_data *data = lm78_update_device(dev); in in_max_show()
170 struct lm78_data *data = dev_get_drvdata(dev); in in_min_store()
190 struct lm78_data *data = dev_get_drvdata(dev); in in_max_store()
[all …]