Searched refs:fts_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | ftsteutates.c | 119 static int fts_write_byte(struct i2c_client *client, unsigned short reg, in fts_write_byte() function 244 ret = fts_write_byte(data->client, FTS_WATCHDOG_CONTROL, ret); in fts_wd_set_resolution() 279 return fts_write_byte(data->client, FTS_WATCHDOG_TIME_PRESET, in fts_wd_start() 288 return fts_write_byte(data->client, FTS_WATCHDOG_TIME_PRESET, 0); in fts_wd_stop() 473 ret = fts_write_byte(data->client, FTS_REG_TEMP_CONTROL(channel), in fts_write() 496 ret = fts_write_byte(data->client, FTS_REG_FAN_CONTROL(channel), in fts_write()
|