Searched refs:W83795_REG_BANKSEL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83795.c | 38 #define W83795_REG_BANKSEL 0x00 macro 404 err = i2c_smbus_write_byte_data(client, W83795_REG_BANKSEL, bank); in w83795_set_bank() 1912 bank = i2c_smbus_read_byte_data(client, W83795_REG_BANKSEL); in w83795_detect() 1962 i2c_smbus_write_byte_data(client, W83795_REG_BANKSEL, in w83795_detect() 2153 data->bank = i2c_smbus_read_byte_data(client, W83795_REG_BANKSEL); in w83795_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83795.c | 38 #define W83795_REG_BANKSEL 0x00 macro 404 err = i2c_smbus_write_byte_data(client, W83795_REG_BANKSEL, bank); in w83795_set_bank() 1912 bank = i2c_smbus_read_byte_data(client, W83795_REG_BANKSEL); in w83795_detect() 1962 i2c_smbus_write_byte_data(client, W83795_REG_BANKSEL, in w83795_detect() 2153 data->bank = i2c_smbus_read_byte_data(client, W83795_REG_BANKSEL); in w83795_probe()
|
Completed in 7 milliseconds