Searched refs:lp8788_write_byte (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/backlight/ |
H A D | lp8788_bl.c | 45 ret = lp8788_write_byte(bl->lp, LP8788_BL_RAMP, val); in lp8788_backlight_configure() 56 return lp8788_write_byte(bl->lp, LP8788_BL_CONFIG, val); in lp8788_backlight_configure() 66 lp8788_write_byte(bl->lp, LP8788_BL_BRIGHTNESS, bl_dev->props.brightness); in lp8788_bl_update_status()
|
/linux/drivers/rtc/ |
H A D | rtc-lp8788.c | 105 lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_UNLOCK); in lp8788_rtc_unlock() 106 lp8788_write_byte(lp, LP8788_RTC_UNLOCK, RTC_LATCH); in lp8788_rtc_unlock() 155 ret = lp8788_write_byte(lp, LP8788_RTC_SEC + i, data[i]); in lp8788_rtc_set_time() 212 ret = lp8788_write_byte(lp, addr, data[i]); in lp8788_set_alarm()
|
/linux/drivers/mfd/ |
H A D | lp8788.c | 144 int lp8788_write_byte(struct lp8788 *lp, u8 reg, u8 data) in lp8788_write_byte() function 148 EXPORT_SYMBOL_GPL(lp8788_write_byte);
|
/linux/drivers/leds/ |
H A D | leds-lp8788.c | 103 ret = lp8788_write_byte(led->lp, lp8788_pwm_addr[num], val); in lp8788_brightness_set()
|
/linux/drivers/power/supply/ |
H A D | lp8788-charger.c | 384 ret = lp8788_write_byte(lp, param->addr, param->val); in lp8788_update_charger_params()
|