lp8788_update_bits   61 drivers/leds/leds-lp8788.c 	ret = lp8788_update_bits(led->lp, addr, mask, val);
lp8788_update_bits   70 drivers/leds/leds-lp8788.c 	return lp8788_update_bits(led->lp, addr, mask, val);
lp8788_update_bits   81 drivers/leds/leds-lp8788.c 	ret = lp8788_update_bits(led->lp, LP8788_ISINK_CTRL, mask, val);
lp8788_update_bits   93 drivers/mfd/lp8788-irq.c 	lp8788_update_bits(irqd->lp, addr, mask, val);
lp8788_update_bits  154 drivers/mfd/lp8788.c EXPORT_SYMBOL_GPL(lp8788_update_bits);
lp8788_update_bits  270 drivers/regulator/lp8788-buck.c 	return lp8788_update_bits(buck->lp, addr, LP8788_VOUT_M, selector);
lp8788_update_bits  323 drivers/regulator/lp8788-buck.c 	return lp8788_update_bits(buck->lp, LP8788_BUCK_PWM, mask, val);
lp8788_update_bits  481 drivers/regulator/lp8788-buck.c 	return lp8788_update_bits(buck->lp, LP8788_BUCK_DVS_SEL, mask[id],
lp8788_update_bits  485 drivers/regulator/lp8788-buck.c 	return lp8788_update_bits(buck->lp, LP8788_BUCK_DVS_SEL, mask[id],
lp8788_update_bits  520 drivers/regulator/lp8788-ldo.c 	return lp8788_update_bits(lp, LP8788_EN_SEL, en_mask[enable_id], 0);
lp8788_update_bits  220 drivers/rtc/rtc-lp8788.c 	return lp8788_update_bits(lp, addr, LP8788_ALM_EN_M,
lp8788_update_bits  236 drivers/rtc/rtc-lp8788.c 	return lp8788_update_bits(lp, LP8788_INTEN_3, mask, enable << shift);
lp8788_update_bits  329 include/linux/mfd/lp8788.h int lp8788_update_bits(struct lp8788 *lp, u8 reg, u8 mask, u8 data);