Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dmax7359_keypad.c56 struct max7359_keypad { struct
87 struct max7359_keypad *keypad = dev_id; in max7359_interrupt()
129 struct max7359_keypad *keypad = input_get_drvdata(dev); in max7359_open()
138 struct max7359_keypad *keypad = input_get_drvdata(dev); in max7359_close()
162 struct max7359_keypad *keypad; in max7359_probe()
181 keypad = devm_kzalloc(&client->dev, sizeof(struct max7359_keypad), in max7359_probe()
H A DMakefile44 obj-$(CONFIG_KEYBOARD_MAX7359) += max7359_keypad.o
H A DKconfig422 module will be called max7359_keypad.