bbc_i2c_writeb
bbc_i2c_writeb(fp->client, fp->cpu_fan_speed, CPU_FAN_REG);
bbc_i2c_writeb(fp->client, fp->system_fan_speed, SYS_FAN_REG);
bbc_i2c_writeb(fp->client,
bbc_i2c_writeb(tp->client, 0x00, MAX1617_WR_CFG_BYTE);
bbc_i2c_writeb(tp->client, 0x02, MAX1617_WR_CVRATE_BYTE);
bbc_i2c_writeb(tp->client, amb_temp_limits[tp->index].high_pwroff,
bbc_i2c_writeb(tp->client, amb_temp_limits[tp->index].low_pwroff,
bbc_i2c_writeb(tp->client, cpu_temp_limits[tp->index].high_pwroff,
bbc_i2c_writeb(tp->client, cpu_temp_limits[tp->index].low_pwroff,
ret = bbc_i2c_writeb(client, *buf, off);
EXPORT_SYMBOL(bbc_i2c_writeb);
extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off);