Searched refs:lm93_write_byte (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/hwmon/ |
D | lm93.c | 821 static int lm93_write_byte(struct i2c_client *client, u8 reg, u8 value) in lm93_write_byte() function 995 lm93_write_byte(client, LM93_REG_HOST_ERROR_1 + i, *(ptr + i)); in lm93_update_client_common() 1164 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in in_min_store() 1168 lm93_write_byte(client, LM93_REG_IN_MIN(nr), in in_min_store() 1229 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in in_max_store() 1233 lm93_write_byte(client, LM93_REG_IN_MAX(nr), in in_max_store() 1293 lm93_write_byte(client, LM93_REG_TEMP_MIN(nr), data->temp_lim[nr].min); in temp_min_store() 1326 lm93_write_byte(client, LM93_REG_TEMP_MAX(nr), data->temp_lim[nr].max); in temp_max_store() 1359 lm93_write_byte(client, LM93_REG_TEMP_BASE(nr), data->block10.base[nr]); in temp_auto_base_store() 1392 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in temp_auto_boost_store() [all …]
|