Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dtc654.c25 TC654_REG_CONFIG = 0x04, /* Configuration */ enumerator
164 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_update_client()
318 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in fan_pulses_store()
356 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in pwm_mode_store()
405 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in pwm_store()
466 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_probe()