Lines Matching defs:ske_keypad
54 * struct ske_keypad - data structure used by keypad driver
62 struct ske_keypad {
73 static void ske_keypad_set_bits(struct ske_keypad *keypad, u16 addr,
93 static int __init ske_keypad_chip_init(struct ske_keypad *keypad)
139 static void ske_keypad_report(struct ske_keypad *keypad, u8 status, int col)
165 static void ske_keypad_read_data(struct ske_keypad *keypad)
199 struct ske_keypad *keypad = dev_id;
226 struct ske_keypad *keypad;
247 keypad = kzalloc(sizeof(struct ske_keypad), GFP_KERNEL);
369 struct ske_keypad *keypad = platform_get_drvdata(pdev);
393 struct ske_keypad *keypad = platform_get_drvdata(pdev);
407 struct ske_keypad *keypad = platform_get_drvdata(pdev);