Searched refs:MAX6639_REG_GCONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max6639.c | 31 #define MAX6639_REG_GCONFIG 0x04 macro 411 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client() 491 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client() 548 int data = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_suspend() 553 MAX6639_REG_GCONFIG, data | MAX6639_GCONFIG_STANDBY); in max6639_suspend() 559 int data = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_resume() 564 MAX6639_REG_GCONFIG, data & ~MAX6639_GCONFIG_STANDBY); in max6639_resume()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max6639.c | 31 #define MAX6639_REG_GCONFIG 0x04 macro 414 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client() 494 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client() 578 int ret = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_suspend() 587 MAX6639_REG_GCONFIG, ret | MAX6639_GCONFIG_STANDBY); in max6639_suspend() 604 ret = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_resume() 609 MAX6639_REG_GCONFIG, ret & ~MAX6639_GCONFIG_STANDBY); in max6639_resume()
|
Completed in 3 milliseconds