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

/linux-4.1.27/drivers/input/keyboard/
H A Dtca8418_keypad.c123 static int tca8418_write_byte(struct tca8418_keypad *keypad_data, tca8418_write_byte() function
223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); tca8418_irq_handler()
240 error = tca8418_write_byte(keypad_data, REG_CFG, tca8418_configure()
251 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO1, reg); tca8418_configure()
252 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO2, reg >> 8); tca8418_configure()
253 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO3, reg >> 16); tca8418_configure()
256 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS1, reg); tca8418_configure()
257 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS2, reg >> 8); tca8418_configure()
258 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS3, reg >> 16); tca8418_configure()

Completed in 64 milliseconds