Searched refs:tc3589x_set_bits (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/input/keyboard/ |
| D | tc3589x-keypad.c | 153 ret = tc3589x_set_bits(tc3589x, TC3589x_IOCFG, 0x0, IOCFG_IG); in tc3589x_keypad_init_key_hardware() 218 tc3589x_set_bits(tc3589x, TC3589x_KBDIC, in tc3589x_keypad_irq() 221 tc3589x_set_bits(tc3589x, TC3589x_KBDMSK, in tc3589x_keypad_irq() 233 ret = tc3589x_set_bits(tc3589x, TC3589x_RSTCTRL, TC3589x_KBDRST, 0x0); in tc3589x_keypad_enable() 238 ret = tc3589x_set_bits(tc3589x, TC3589x_KBDMFS, 0x0, TC3589x_KBDMFS_EN); in tc3589x_keypad_enable() 243 ret = tc3589x_set_bits(tc3589x, TC3589x_CLKEN, 0x0, KPD_CLK_EN); in tc3589x_keypad_enable() 248 ret = tc3589x_set_bits(tc3589x, TC3589x_RSTINTCLR, 0x0, 0x1); in tc3589x_keypad_enable() 253 ret = tc3589x_set_bits(tc3589x, TC3589x_KBDMSK, 0x0, in tc3589x_keypad_enable() 269 ret = tc3589x_set_bits(tc3589x, TC3589x_KBDIC, in tc3589x_keypad_disable() 275 ret = tc3589x_set_bits(tc3589x, TC3589x_KBDMSK, in tc3589x_keypad_disable() [all …]
|
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-tc3589x.c | 78 return tc3589x_set_bits(tc3589x, reg, 1 << pos, 1 << pos); in tc3589x_gpio_direction_output() 89 return tc3589x_set_bits(tc3589x, reg, 1 << pos, 0); in tc3589x_gpio_direction_input() 266 ret = tc3589x_set_bits(tc3589x, TC3589x_RSTCTRL, in tc3589x_gpio_probe()
|
| /linux-4.4.14/include/linux/mfd/ |
| D | tc3589x.h | 132 extern int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val);
|
| /linux-4.4.14/drivers/mfd/ |
| D | tc3589x.c | 123 int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val) in tc3589x_set_bits() function 142 EXPORT_SYMBOL_GPL(tc3589x_set_bits);
|