Searched refs:ltc_read_word_data (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/hwmon/pmbus/ |
| D | ltc2978.c | 154 static int ltc_read_word_data(struct i2c_client *client, int page, int reg) in ltc_read_word_data() function 205 ret = ltc_read_word_data(client, page, reg); in ltc_get_max() 219 ret = ltc_read_word_data(client, page, reg); in ltc_get_min() 241 ret = ltc_read_word_data(client, page, LTC2978_MFR_VOUT_PEAK); in ltc2978_read_word_data_common() 284 ret = ltc_read_word_data(client, page, LTC2978_MFR_VOUT_MIN); in ltc2978_read_word_data() 622 info->read_word_data = ltc_read_word_data; in ltc2978_probe()
|