Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dtca6416-keypad.c41 struct tca6416_keypad_chip { struct
55 static int tca6416_write_reg(struct tca6416_keypad_chip *chip, int reg, u16 val) in tca6416_write_reg() argument
72 static int tca6416_read_reg(struct tca6416_keypad_chip *chip, int reg, u16 *val) in tca6416_read_reg()
91 struct tca6416_keypad_chip *chip = input_get_drvdata(input); in tca6416_keys_scan()
133 struct tca6416_keypad_chip *chip = input_get_drvdata(dev); in tca6416_keys_open()
146 struct tca6416_keypad_chip *chip = input_get_drvdata(dev); in tca6416_keys_close()
152 static int tca6416_setup_registers(struct tca6416_keypad_chip *chip) in tca6416_setup_registers()
187 struct tca6416_keypad_chip *chip; in tca6416_keypad_probe()