lp8788_write_byte
ret = lp8788_write_byte(adc->lp, LP8788_ADC_CONF, data);
ret = lp8788_write_byte(led->lp, lp8788_pwm_addr[num], val);
EXPORT_SYMBOL_GPL(lp8788_write_byte);
ret = lp8788_write_byte(lp, param->addr, param->val);
lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_UNLOCK);
lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_LATCH);
ret = lp8788_write_byte(lp, LP8788_RTC_SEC + i, data[i]);
ret = lp8788_write_byte(lp, addr, data[i]);
ret = lp8788_write_byte(bl->lp, LP8788_BL_RAMP, val);
return lp8788_write_byte(bl->lp, LP8788_BL_CONFIG, val);
lp8788_write_byte(bl->lp, LP8788_BL_BRIGHTNESS, bl_dev->props.brightness);
int lp8788_write_byte(struct lp8788 *lp, u8 reg, u8 data);