Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Dlp3943.c87 int lp3943_write_byte(struct lp3943 *lp3943, u8 reg, u8 data) in lp3943_write_byte() function
91 EXPORT_SYMBOL_GPL(lp3943_write_byte);
/linux-6.3-rc2/include/linux/mfd/
A Dlp3943.h108 int lp3943_write_byte(struct lp3943 *lp3943, u8 reg, u8 data);
/linux-6.3-rc2/drivers/pwm/
A Dpwm-lp3943.c128 err = lp3943_write_byte(lp3943, reg_prescale, val); in lp3943_pwm_config()
135 return lp3943_write_byte(lp3943, reg_duty, val); in lp3943_pwm_config()

Completed in 4 milliseconds