Searched refs:lp3943_update_bits (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
H A D | lp3943.c | 96 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 D | lp3943.h | 113 int lp3943_update_bits(struct lp3943 *lp3943, u8 reg, u8 mask, u8 data);
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-lp3943.c | 79 return lp3943_update_bits(lp3943, mux[offset].reg, mux[offset].mask, lp3943_gpio_set_mode()
|
/linux-4.4.14/drivers/pwm/ |
H A D | pwm-lp3943.c | 146 err = lp3943_update_bits(lp3943, mux[index].reg, lp3943_pwm_set_mode()
|
Completed in 125 milliseconds