Lines Matching defs:stmpe_keypad
116 * struct stmpe_keypad - STMPE keypad state container
129 struct stmpe_keypad {
141 static int stmpe_keypad_read_data(struct stmpe_keypad *keypad, u8 *data)
165 struct stmpe_keypad *keypad = dev;
195 static int stmpe_keypad_altfunc_init(struct stmpe_keypad *keypad)
265 static int stmpe_keypad_chip_init(struct stmpe_keypad *keypad)
314 static void stmpe_keypad_fill_used_pins(struct stmpe_keypad *keypad,
335 struct stmpe_keypad *keypad;
346 keypad = devm_kzalloc(&pdev->dev, sizeof(struct stmpe_keypad),
409 struct stmpe_keypad *keypad = platform_get_drvdata(pdev);