Searched refs:TC654_REG_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tc654.c | 25 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | tc654.c | 26 TC654_REG_CONFIG = 0x04, /* Configuration */ enumerator 165 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_update_client() 319 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in fan_pulses_store() 357 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in pwm_mode_store() 398 ret = i2c_smbus_write_byte_data(client, TC654_REG_CONFIG, data->config); in _set_pwm() 529 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_probe()
|
Completed in 2 milliseconds