Lines Matching refs:fts_read_byte
98 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()
310 timeout = fts_read_byte(data->client, FTS_WATCHDOG_TIME_PRESET); in fts_watchdog_init()
321 ret = fts_read_byte(data->client, FTS_WATCHDOG_CONTROL); in fts_watchdog_init()
418 ret = fts_read_byte(data->client, FTS_REG_TEMP_CONTROL(index)); in temp_alarm_store()
492 ret = fts_read_byte(data->client, FTS_REG_FAN_CONTROL(index)); in fan_alarm_store()