Searched refs:lp8788_write_byte (Results 1 – 6 of 6) sorted by relevance
/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/include/linux/mfd/ |
H A D | lp8788.h | 287 int lp8788_write_byte(struct lp8788 *lp, u8 reg, u8 data);
|
/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/iio/adc/ |
H A D | lp8788_adc.c | 61 ret = lp8788_write_byte(adc->lp, LP8788_ADC_CONF, data); in lp8788_get_adc_result()
|
/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()
|