Home
last modified time | relevance | path

Searched refs:lp3943_write_byte (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dlp3943.c90 int lp3943_write_byte(struct lp3943 *lp3943, u8 reg, u8 data) in lp3943_write_byte() function
94 EXPORT_SYMBOL_GPL(lp3943_write_byte);
/Linux-v4.19/include/linux/mfd/
Dlp3943.h112 int lp3943_write_byte(struct lp3943 *lp3943, u8 reg, u8 data);
/Linux-v4.19/drivers/pwm/
Dpwm-lp3943.c127 err = lp3943_write_byte(lp3943, reg_prescale, val); in lp3943_pwm_config()
133 return lp3943_write_byte(lp3943, reg_duty, val); in lp3943_pwm_config()