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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dmax7359_keypad.c2 * max7359_keypad.c - MAX7359 Key Switch Controller Driver
58 struct max7359_keypad { struct
86 static void max7359_build_keycode(struct max7359_keypad *keypad,
109 struct max7359_keypad *keypad = dev_id;
151 struct max7359_keypad *keypad = input_get_drvdata(dev);
160 struct max7359_keypad *keypad = input_get_drvdata(dev);
185 struct max7359_keypad *keypad;
204 keypad = kzalloc(sizeof(struct max7359_keypad), GFP_KERNEL);
264 struct max7359_keypad *keypad = i2c_get_clientdata(client);
H A DMakefile28 obj-$(CONFIG_KEYBOARD_MAX7359) += max7359_keypad.o

Completed in 110 milliseconds