Lines Matching defs:stmpe_keypad
115 * struct stmpe_keypad - STMPE keypad state container
128 struct stmpe_keypad {
140 static int stmpe_keypad_read_data(struct stmpe_keypad *keypad, u8 *data)
164 struct stmpe_keypad *keypad = dev;
194 static int stmpe_keypad_altfunc_init(struct stmpe_keypad *keypad)
264 static int stmpe_keypad_chip_init(struct stmpe_keypad *keypad)
313 static void stmpe_keypad_fill_used_pins(struct stmpe_keypad *keypad,
334 struct stmpe_keypad *keypad;
345 keypad = devm_kzalloc(&pdev->dev, sizeof(struct stmpe_keypad),
408 struct stmpe_keypad *keypad = platform_get_drvdata(pdev);