lp8788_write_byte   61 drivers/iio/adc/lp8788_adc.c 	ret = lp8788_write_byte(adc->lp, LP8788_ADC_CONF, data);
lp8788_write_byte  103 drivers/leds/leds-lp8788.c 		ret = lp8788_write_byte(led->lp, lp8788_pwm_addr[num], val);
lp8788_write_byte  148 drivers/mfd/lp8788.c EXPORT_SYMBOL_GPL(lp8788_write_byte);
lp8788_write_byte  384 drivers/power/supply/lp8788-charger.c 			ret = lp8788_write_byte(lp, param->addr, param->val);
lp8788_write_byte  105 drivers/rtc/rtc-lp8788.c 	lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_UNLOCK);
lp8788_write_byte  106 drivers/rtc/rtc-lp8788.c 	lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_LATCH);
lp8788_write_byte  155 drivers/rtc/rtc-lp8788.c 		ret = lp8788_write_byte(lp, LP8788_RTC_SEC + i, data[i]);
lp8788_write_byte  212 drivers/rtc/rtc-lp8788.c 		ret = lp8788_write_byte(lp, addr, data[i]);
lp8788_write_byte   93 drivers/video/backlight/lp8788_bl.c 	ret = lp8788_write_byte(bl->lp, LP8788_BL_RAMP, val);
lp8788_write_byte  118 drivers/video/backlight/lp8788_bl.c 	return lp8788_write_byte(bl->lp, LP8788_BL_CONFIG, val);
lp8788_write_byte  175 drivers/video/backlight/lp8788_bl.c 		lp8788_write_byte(bl->lp, LP8788_BL_BRIGHTNESS, brt);
lp8788_write_byte  328 include/linux/mfd/lp8788.h int lp8788_write_byte(struct lp8788 *lp, u8 reg, u8 data);