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

/linux-4.1.27/drivers/input/keyboard/
H A Dnomadik-ske-keypad.c55 * struct ske_keypad - data structure used by keypad driver
63 struct ske_keypad { struct
74 static void ske_keypad_set_bits(struct ske_keypad *keypad, u16 addr, ske_keypad_set_bits()
94 static int __init ske_keypad_chip_init(struct ske_keypad *keypad) ske_keypad_chip_init()
140 static void ske_keypad_report(struct ske_keypad *keypad, u8 status, int col) ske_keypad_report()
166 static void ske_keypad_read_data(struct ske_keypad *keypad) ske_keypad_read_data()
200 struct ske_keypad *keypad = dev_id; ske_keypad_irq()
227 struct ske_keypad *keypad; ske_keypad_probe()
250 keypad = kzalloc(sizeof(struct ske_keypad), GFP_KERNEL); ske_keypad_probe()
372 struct ske_keypad *keypad = platform_get_drvdata(pdev); ske_keypad_remove()
396 struct ske_keypad *keypad = platform_get_drvdata(pdev); ske_keypad_suspend()
410 struct ske_keypad *keypad = platform_get_drvdata(pdev); ske_keypad_resume()

Completed in 101 milliseconds