Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dftsteutates.c108 static int fts_read_byte(struct i2c_client *client, unsigned short reg) in fts_read_byte() function
166 err = fts_read_byte(data->client, FTS_DEVICE_STATUS_REG); in fts_update_device()
176 err = fts_read_byte(data->client, FTS_FAN_PRESENT_REG); in fts_update_device()
181 err = fts_read_byte(data->client, FTS_FAN_EVENT_REG); in fts_update_device()
188 err = fts_read_byte(data->client, FTS_REG_FAN_INPUT(i)); in fts_update_device()
193 err = fts_read_byte(data->client, in fts_update_device()
204 err = fts_read_byte(data->client, FTS_SENSOR_EVENT_REG); in fts_update_device()
210 err = fts_read_byte(data->client, FTS_REG_TEMP_INPUT(i)); in fts_update_device()
217 err = fts_read_byte(data->client, FTS_REG_VOLT(i)); in fts_update_device()
240 ret = fts_read_byte(data->client, FTS_WATCHDOG_CONTROL); in fts_wd_set_resolution()
[all …]