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

/linux-4.4.14/drivers/input/keyboard/
H A Dtca6416-keypad.c42 struct tca6416_keypad_chip { struct
57 static int tca6416_write_reg(struct tca6416_keypad_chip *chip, int reg, u16 val) tca6416_write_reg()
74 static int tca6416_read_reg(struct tca6416_keypad_chip *chip, int reg, u16 *val) tca6416_read_reg()
91 static void tca6416_keys_scan(struct tca6416_keypad_chip *chip) tca6416_keys_scan()
128 struct tca6416_keypad_chip *chip = dev_id; tca6416_keys_isr()
137 struct tca6416_keypad_chip *chip = tca6416_keys_work_func()
138 container_of(work, struct tca6416_keypad_chip, dwork.work); tca6416_keys_work_func()
146 struct tca6416_keypad_chip *chip = input_get_drvdata(dev); tca6416_keys_open()
161 struct tca6416_keypad_chip *chip = input_get_drvdata(dev); tca6416_keys_close()
169 static int tca6416_setup_registers(struct tca6416_keypad_chip *chip) tca6416_setup_registers()
204 struct tca6416_keypad_chip *chip; tca6416_keypad_probe()
222 chip = kzalloc(sizeof(struct tca6416_keypad_chip) + tca6416_keypad_probe()
318 struct tca6416_keypad_chip *chip = i2c_get_clientdata(client); tca6416_keypad_remove()
335 struct tca6416_keypad_chip *chip = i2c_get_clientdata(client); tca6416_keypad_suspend()
346 struct tca6416_keypad_chip *chip = i2c_get_clientdata(client); tca6416_keypad_resume()

Completed in 36 milliseconds