Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/qemu/hw/input/
H A Dstellaris_gamepad.c27 if (s->keycodes[i] == qcode && s->pressed[i] != key->down) { in stellaris_gamepad_event()
28 s->pressed[i] = key->down; in stellaris_gamepad_event()
39 VMSTATE_VARRAY_UINT32(pressed, StellarisGamepad, num_buttons,
61 s->pressed = g_new0(uint8_t, s->num_buttons); in stellaris_gamepad_realize()
77 memset(s->pressed, 0, s->num_buttons * sizeof(uint8_t)); in stellaris_gamepad_reset_enter()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/
H A DREADME.md20 - Pressed - Power button pressed signal.
21 - PressedLong - Power button long pressed signal.
35 - Pressed - ID button pressed signal.
49 - Pressed - Reset button pressed signal.
/openbmc/phosphor-buttons/src/
H A Dreset_button.cpp26 pressed(); in simPress()
58 pressed(); in handleEvent()
H A DdebugHostSelector_button.cpp8 pressed(); in simPress()
57 pressed(); in handleEvent()
H A Did_button.cpp24 pressed(); in simPress()
54 pressed(); in handleEvent()
H A Dpower_button.cpp27 pressed(); in simPress()
75 pressed(); in handleEvent()
/openbmc/phosphor-buttons/inc/
H A Dpower_button_profile.hpp51 pressed(); in pressedHandler()
60 virtual void pressed() = 0;
H A Dhost_then_chassis_poweroff.hpp75 virtual void pressed() override;
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/
H A Did-button.bb1 SUMMARY = "Romulus ID Button pressed application"
30 SYSTEMD_SERVICE:${PN} += "id-button-pressed.service"
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/
H A Did-button.bb1 SUMMARY = "ID Button pressed application"
30 SYSTEMD_SERVICE:${PN} += "id-button-pressed.service"
/openbmc/u-boot/doc/
H A DREADME.serial_multi13 *) The default console depends on the keys pressed:
14 - SMC if keys not pressed (modem not enabled)
15 - SCC if keys pressed (modem enabled)
H A DREADME.autoboot27 any commands. If any key is pressed before the boot delay time
29 and waits forever for a command. That's a good thing if you pressed a
34 U-Boot pressed a key before the system had time to boot. It's even
/openbmc/qemu/include/hw/input/
H A Dstellaris_gamepad.h34 uint8_t *pressed; member
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/obmc/gpio/
H A Did_button4 TARGET=id-button-pressed.service
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/obmc/gpio/
H A Did_button4 TARGET=id-button-pressed.service
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/
H A Dpowerbuttonpressed.service5 ExecStart=/usr/bin/power-button pressed
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/
H A Dpowerbuttonpressed.service5 ExecStart=/usr/bin/power-button.sh pressed
/openbmc/u-boot/common/
H A Dusb_kbd.c168 unsigned char modifier, int pressed) in usb_kbd_translate() argument
173 if (pressed == 0) { in usb_kbd_translate()
178 if (pressed == 2) { in usb_kbd_translate()
221 if (pressed == 1) { in usb_kbd_translate()
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js188 if (v.MouseState.pressed == true &&
198 if (u.MouseState.pressed == true &&
H A Ddbus_timeline_vis.js288 if (v.MouseState.pressed == true &&
298 if (u.MouseState.pressed == true &&
H A Dipmi_timeline_vis.js574 pressed: false, property in MouseState
591 if (v.MouseState.pressed == true &&
601 if (u.MouseState.pressed == true &&
H A Dtimeline_view.js161 pressed: false, property in TimelineView.constructor.MouseState
425 if (this.MouseState.pressed == true) {
456 this.MouseState.pressed == false) {
488 if (this.MouseState.pressed == true) {
572 this.MouseState.pressed = true;
589 this.MouseState.pressed = true;
598 this.MouseState.pressed = true;
624 this.MouseState.pressed = false;
/openbmc/qemu/include/hw/xen/interface/io/
H A Dkbdif.h283 uint8_t pressed; member
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md105 For example, when the power button is pressed, The value of the host selector
146 switch gpios. Whenever the debug host selector button is pressed the host
199 handler when the ocp debug card button is pressed and released.
225 pressed events must route to appropriate multihost dbus service name
/openbmc/u-boot/board/imgtec/xilfpga/
H A DREADME40 needs to be pressed.

12