Lines Matching refs:i2c_smbus_write_byte_data
818 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MIN_REG(attr->index), in set_temp_min()
856 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MAX_REG(attr->index), in set_temp_max()
921 i2c_smbus_write_byte_data(client, in set_volt_max()
963 i2c_smbus_write_byte_data(client, in set_volt_min()
1053 i2c_smbus_write_byte_data(client, ADT7462_REG_FAN_MIN(attr->index), in set_fan_min()
1102 i2c_smbus_write_byte_data(client, ADT7462_REG_CFG2, reg); in set_force_pwm_max()
1131 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM(attr->index), temp); in set_pwm()
1161 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_MAX, temp); in set_pwm_max()
1193 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_MIN(attr->index), in set_pwm_min()
1232 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_TRANGE(attr->index), in set_pwm_hyst()
1280 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_TRANGE(attr->index), in set_pwm_tmax()
1314 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_TMIN(attr->index), in set_pwm_tmin()
1349 i2c_smbus_write_byte_data(client, ADT7462_REG_PWM_CFG(which), temp); in set_pwm_channel()