Searched refs:lp3943_update_bits (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/mfd/ |
| D | lp3943.c | 96 int lp3943_update_bits(struct lp3943 *lp3943, u8 reg, u8 mask, u8 data) in lp3943_update_bits() function 100 EXPORT_SYMBOL_GPL(lp3943_update_bits);
|
| /linux-4.4.14/include/linux/mfd/ |
| D | lp3943.h | 113 int lp3943_update_bits(struct lp3943 *lp3943, u8 reg, u8 mask, u8 data);
|
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-lp3943.c | 79 return lp3943_update_bits(lp3943, mux[offset].reg, mux[offset].mask, in lp3943_gpio_set_mode()
|
| /linux-4.4.14/drivers/pwm/ |
| D | pwm-lp3943.c | 146 err = lp3943_update_bits(lp3943, mux[index].reg, in lp3943_pwm_set_mode()
|