Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dtca8418_keypad.c122 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()
244 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO1, reg); in tca8418_configure()
245 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO2, reg >> 8); in tca8418_configure()
246 error |= tca8418_write_byte(keypad_data, REG_KP_GPIO3, reg >> 16); in tca8418_configure()
249 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS1, reg); in tca8418_configure()
250 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS2, reg >> 8); in tca8418_configure()
251 error |= tca8418_write_byte(keypad_data, REG_DEBOUNCE_DIS3, reg >> 16); in tca8418_configure()
256 error = tca8418_write_byte(keypad_data, REG_CFG, in tca8418_configure()