Searched refs:keypad (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/tools/thermal/tmon/
H A Dtui.c358 keypad(stdscr, TRUE); /* enable keyboard mapping */
414 keypad(w, TRUE);
470 keypad(cooling_device_window, TRUE);
H A Dtmon.c88 keypad(stdscr, FALSE);
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c293 keypad(stdscr, TRUE);
517 * keypad(FALSE) turn off ncurses support for escape sequences - and that's
527 keypad(win, FALSE);
534 keypad(win, TRUE);
H A Dmenubox.c191 keypad(dialog, TRUE);
215 keypad(menu, TRUE);
H A Dinputbox.c58 keypad(dialog, TRUE);
/linux-master/drivers/auxdisplay/
H A Dpanel.c7 * This code drives an LCD module (/dev/lcd), and a keypad (/dev/keypad)
14 * The keypad consists in a matrix of push buttons connecting input pins to
18 * Several profiles are provided for commonly found LCD+keypad modules on the
188 /* these variables are specific to the keypad */
191 } keypad; variable in typeref:struct:__anon61
276 * keypad types
460 * WARNING! no check will be performed about collisions with keypad !
1021 * These are the file operation function for user access to /dev/keypad
1083 .name = "keypad",
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dboard-nokia770.c24 #include <linux/platform_data/keypad-omap.h>
95 .name = "omap-keypad",
H A Dboard-sx1.c29 #include <linux/platform_data/keypad-omap.h>
216 .name = "omap-keypad",
H A Dboard-ams-delta.c37 #include <linux/platform_data/keypad-omap.h>
62 /* Numeric keypad portion */
89 /* QWERTY portion of keypad */
382 .name = "omap-keypad",
/linux-master/drivers/input/keyboard/
H A Domap-keypad.c3 * linux/drivers/input/keyboard/omap-keypad.c
25 #include <linux/platform_data/keypad-omap.h>
73 /* read the keypad status */
111 printk(KERN_INFO "omap-keypad: key %d-%d %s\n", col,
132 * to poll the keypad */
222 input_dev->name = "omap-keypad";
223 input_dev->phys = "omap-keypad/input0";
242 printk(KERN_ERR "Unable to register omap-keypad input device\n");
254 "omap-keypad", omap_kp) < 0)
277 /* disable keypad interrup
[all...]
/linux-master/scripts/kconfig/
H A Dnconf.c978 keypad(menu_window, TRUE);
1105 keypad((menu_win(curses_menu)), TRUE);
1483 keypad(main_window, TRUE);
1517 keypad(stdscr, TRUE);
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c41 #include <linux/platform_data/keypad-ep93xx.h>
576 * EP93xx matrix keypad peripheral handling
586 .name = "ep93xx-keypad",
596 * ep93xx_register_keypad - Register the keypad platform device.
597 * @data: platform specific keypad configuration (__initdata)
619 /* Enable the keypad controller; GPIO ports C and D used for keypad */
645 /* Disable the keypad controller; GPIO ports C and D used for GPIO */

Completed in 181 milliseconds

12