Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dgl518sm.c134 static int gl518_read_value(struct i2c_client *client, u8 reg) in gl518_read_value() function
162 data->alarms = gl518_read_value(client, GL518_REG_INT); in gl518_update_device()
163 data->beep_mask = gl518_read_value(client, GL518_REG_ALARM); in gl518_update_device()
165 val = gl518_read_value(client, GL518_REG_VDD_LIMIT); in gl518_update_device()
168 val = gl518_read_value(client, GL518_REG_VIN1_LIMIT); in gl518_update_device()
171 val = gl518_read_value(client, GL518_REG_VIN2_LIMIT); in gl518_update_device()
174 val = gl518_read_value(client, GL518_REG_VIN3_LIMIT); in gl518_update_device()
178 val = gl518_read_value(client, GL518_REG_FAN_COUNT); in gl518_update_device()
182 val = gl518_read_value(client, GL518_REG_FAN_LIMIT); in gl518_update_device()
186 data->temp_in = gl518_read_value(client, GL518_REG_TEMP_IN); in gl518_update_device()
[all …]