Searched refs:lp3943_update_bits (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dlp3943.c96 int lp3943_update_bits(struct lp3943 *lp3943, u8 reg, u8 mask, u8 data) lp3943_update_bits() function
100 EXPORT_SYMBOL_GPL(lp3943_update_bits); variable
/linux-4.4.14/include/linux/mfd/
H A Dlp3943.h113 int lp3943_update_bits(struct lp3943 *lp3943, u8 reg, u8 mask, u8 data);
/linux-4.4.14/drivers/gpio/
H A Dgpio-lp3943.c79 return lp3943_update_bits(lp3943, mux[offset].reg, mux[offset].mask, lp3943_gpio_set_mode()
/linux-4.4.14/drivers/pwm/
H A Dpwm-lp3943.c146 err = lp3943_update_bits(lp3943, mux[index].reg, lp3943_pwm_set_mode()

Completed in 125 milliseconds