Searched refs:keypress (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 234 int keypress = 0; in main() local 254 keypress = 1; in main() 270 if (keypress) in main() 350 if (keypress) in main()
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/ |
H A D | bind_gpio_shutdown.tab | 1 # Action on special keypress (Key Power)
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_tui.py | 439 def keypress(self, size: Tuple[int, int], key: str) -> Optional[str]: member in Editor 484 return cast(Optional[str], super().keypress(size, key)) 533 super().keypress(size, 'up') 535 super().keypress(size, 'down')
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | nitrogen6x.c | 973 char keypress[ARRAY_SIZE(buttons)+1]; in preboot_keys() local 974 numpressed = read_keys(keypress); in preboot_keys() 987 if (!strcmp(keys, keypress)) in preboot_keys()
|
/openbmc/linux/Documentation/input/ |
H A D | input.rst | 271 Type is for example EV_REL for relative movement, EV_KEY for a keypress or 279 release, 1 for keypress and 2 for autorepeat.
|
/openbmc/linux/arch/m68k/q40/ |
H A D | README | 131 - exact keypress/release sequence
|
/openbmc/linux/drivers/input/misc/ |
H A D | Kconfig | 377 and maps all the other remote buttons to keypress events. 391 supported at this time. This driver maps all buttons to keypress
|
/openbmc/linux/drivers/media/rc/ |
H A D | Kconfig | 446 and maps all the other remote buttons to keypress events.
|
/openbmc/u-boot/board/sandbox/ |
H A D | README.sandbox | 94 press Ctrl-C, U-Boot will exit instead of handling this as a keypress.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-ui.min.js | 6 …achments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress)…
|
/openbmc/linux/sound/soc/codecs/ |
H A D | Kconfig | 1933 tristate "TI Headset/Mic detect and keypress chip"
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 599 send a BREAK and then within 5 seconds a command keypress. The
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 3 …keyup:function(a){k.width(Math.min(j.text("pW"+this.value).width(),f))},keypress:function(a){retur…
|