Home
last modified time | relevance | path

Searched refs:lm93_write_byte (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm93.c821 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(clien in temp_auto_boost_store()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm93.c821 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(clien in temp_auto_boost_store()
[all...]

Completed in 7 milliseconds