Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dftsteutates.c98 static int fts_read_byte(struct i2c_client *client, unsigned short reg) in fts_read_byte() function
156 err = fts_read_byte(data->client, FTS_DEVICE_STATUS_REG); in fts_update_device()
166 err = fts_read_byte(data->client, FTS_FAN_PRESENT_REG); in fts_update_device()
171 err = fts_read_byte(data->client, FTS_FAN_EVENT_REG); in fts_update_device()
178 err = fts_read_byte(data->client, FTS_REG_FAN_INPUT(i)); in fts_update_device()
183 err = fts_read_byte(data->client, in fts_update_device()
194 err = fts_read_byte(data->client, FTS_SENSOR_EVENT_REG); in fts_update_device()
200 err = fts_read_byte(data->client, FTS_REG_TEMP_INPUT(i)); in fts_update_device()
207 err = fts_read_byte(data->client, FTS_REG_VOLT(i)); in fts_update_device()
230 ret = fts_read_byte(data->client, FTS_WATCHDOG_CONTROL); in fts_wd_set_resolution()
[all …]