Searched refs:tca8418_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/keyboard/ |
D | tca8418_keypad.c | 123 static int tca8418_write_byte(struct tca8418_keypad *keypad_data, in tca8418_write_byte() function 223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); in tca8418_irq_handler() 240 error = tca8418_write_byte(keypad_data, REG_CFG, in tca8418_configure() 251 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO1, reg); in tca8418_configure() 252 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO2, reg >> 8); in tca8418_configure() 253 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO3, reg >> 16); in tca8418_configure() 256 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS1, reg); in tca8418_configure() 257 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS2, reg >> 8); in tca8418_configure() 258 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS3, reg >> 16); in tca8418_configure()
|