Home
last modified time | relevance | path

Searched refs:TC74_REG_CONFIG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dtc74.c26 #define TC74_REG_CONFIG 0x01 macro
49 value = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG); in tc74_update_device()
51 dev_dbg(&client->dev, "TC74_REG_CONFIG read err %d\n", in tc74_update_device()
124 conf = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG); in tc74_probe()
142 ret = i2c_smbus_write_byte_data(client, TC74_REG_CONFIG, conf); in tc74_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtc74.c26 #define TC74_REG_CONFIG 0x01 macro
49 value = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG); in tc74_update_device()
51 dev_dbg(&client->dev, "TC74_REG_CONFIG read err %d\n", in tc74_update_device()
124 conf = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG); in tc74_probe()
142 ret = i2c_smbus_write_byte_data(client, TC74_REG_CONFIG, conf); in tc74_probe()

Completed in 1 milliseconds