Lines Matching refs:ske_keypad
64 struct ske_keypad { struct
75 static void ske_keypad_set_bits(struct ske_keypad *keypad, u16 addr, in ske_keypad_set_bits() argument
95 static int __init ske_keypad_chip_init(struct ske_keypad *keypad) in ske_keypad_chip_init()
141 static void ske_keypad_report(struct ske_keypad *keypad, u8 status, int col) in ske_keypad_report()
167 static void ske_keypad_read_data(struct ske_keypad *keypad) in ske_keypad_read_data()
201 struct ske_keypad *keypad = dev_id; in ske_keypad_irq()
226 struct ske_keypad *keypad = data; in ske_keypad_board_exit()
236 struct ske_keypad *keypad; in ske_keypad_probe()
250 keypad = devm_kzalloc(dev, sizeof(struct ske_keypad), in ske_keypad_probe()
338 struct ske_keypad *keypad = platform_get_drvdata(pdev); in ske_keypad_suspend()
352 struct ske_keypad *keypad = platform_get_drvdata(pdev); in ske_keypad_resume()