Searched refs:fts_read_byte (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | ftsteutates.c | 97 static int fts_read_byte(struct i2c_client *client, unsigned short reg) in fts_read_byte() function 155 err = fts_read_byte(data->client, FTS_DEVICE_STATUS_REG); in fts_update_device() 165 err = fts_read_byte(data->client, FTS_FAN_PRESENT_REG); in fts_update_device() 170 err = fts_read_byte(data->client, FTS_FAN_EVENT_REG); in fts_update_device() 177 err = fts_read_byte(data->client, FTS_REG_FAN_INPUT(i)); in fts_update_device() 182 err = fts_read_byte(data->client, in fts_update_device() 193 err = fts_read_byte(data->client, FTS_SENSOR_EVENT_REG); in fts_update_device() 199 err = fts_read_byte(data->client, FTS_REG_TEMP_INPUT(i)); in fts_update_device() 206 err = fts_read_byte(data->client, FTS_REG_VOLT(i)); in fts_update_device() 229 ret = fts_read_byte(data->client, FTS_WATCHDOG_CONTROL); in fts_wd_set_resolution() [all …]
|