Home
last modified time | relevance | path

Searched refs:tc_keypad (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
Dtc3589x-keypad.c105 struct tc_keypad { struct
115 static int tc3589x_keypad_init_key_hardware(struct tc_keypad *keypad) in tc3589x_keypad_init_key_hardware() argument
192 struct tc_keypad *keypad = dev; in tc3589x_keypad_irq()
227 static int tc3589x_keypad_enable(struct tc_keypad *keypad) in tc3589x_keypad_enable()
263 static int tc3589x_keypad_disable(struct tc_keypad *keypad) in tc3589x_keypad_disable()
296 struct tc_keypad *keypad = input_get_drvdata(input); in tc3589x_keypad_open()
316 struct tc_keypad *keypad = input_get_drvdata(input); in tc3589x_keypad_close()
378 struct tc_keypad *keypad; in tc3589x_keypad_probe()
393 keypad = devm_kzalloc(&pdev->dev, sizeof(struct tc_keypad), in tc3589x_keypad_probe()
463 struct tc_keypad *keypad = platform_get_drvdata(pdev); in tc3589x_keypad_suspend()
[all …]