/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | README.md | 20 - 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-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ |
H A D | Button.interface.yaml | 3 primary actions (pressed/releasd). When the button is pressed "Pressed" 41 - name: Pressed 43 Button pressed signal 46 Button long pressed signal
|
H A D | Power.interface.yaml | 37 - name: Pressed 39 Power button pressed signal 42 Power button long pressed signal
|
H A D | ID.interface.yaml | 18 - name: Pressed 20 ID button pressed signal
|
H A D | Reset.interface.yaml | 26 - name: Pressed 28 Reset button pressed signal
|
H A D | NMI.interface.yaml | 30 - name: Pressed 32 NMI button pressed signal
|
/openbmc/phosphor-buttons/inc/ |
H A D | host_then_chassis_poweroff.hpp | 26 * - If the button is released within that 10s and not pressed 29 * pressed again in that 10s, do a hard power (chassis) 31 * - If the button is pressed throughout that 10s 73 * @brief Called when the power button is pressed. 75 virtual void pressed() override; 80 * @param[in] pressTimeMS - How long the button was pressed 133 * button is still pressed - 4 seconds in the future. 142 * button is still pressed or pressed again - 10 seconds
|
H A D | power_button_profile.hpp | 23 * Calls a derived class's pressed() and released() 24 * functions when the power button is pressed and 33 sdbusRule::type::signal() + sdbusRule::member("Pressed") + in PowerButtonProfile() 51 pressed(); in pressedHandler() 60 virtual void pressed() = 0;
|
/openbmc/phosphor-buttons/src/ |
H A D | debugHostSelector_button.cpp | 8 pressed(); in simPress() 54 lg2::info("Button pressed : {FORM_FACTOR_TYPE}", "FORM_FACTOR_TYPE", in handleEvent() 56 // emit pressed signal in handleEvent() 57 pressed(); in handleEvent()
|
H A D | reset_button.cpp | 26 pressed(); in simPress() 56 "RESET_BUTTON: pressed"); in handleEvent() 57 // emit pressed signal in handleEvent() 58 pressed(); in handleEvent()
|
H A D | id_button.cpp | 24 pressed(); in simPress() 52 (getFormFactorType() + " : pressed").c_str()); in handleEvent() 53 // emit pressed signal in handleEvent() 54 pressed(); in handleEvent()
|
H A D | power_button.cpp | 27 pressed(); in simPress() 71 "POWER_BUTTON: pressed"); in handleEvent() 74 // emit pressed signal in handleEvent() 75 pressed(); in handleEvent()
|
H A D | host_then_chassis_poweroff.cpp | 40 void HostThenChassisPowerOff::pressed() in pressed() function in phosphor::button::HostThenChassisPowerOff 42 lg2::info("Power button pressed"); in pressed() 93 // Timer continues to run in case button is pressed again in released() 120 // Button still pressed and it passed the chassis off time. in timerHandler()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | sdl.h | 37 * sandbox_sdl_scan_keys() - scan for pressed keys 39 * Works out which keys are pressed and returns a list 48 * sandbox_sdl_key_pressed() - check if a particular key is pressed 51 * @return 0 if pressed, -ENOENT if not pressed. -ENODEV if keybord not
|
/openbmc/qemu/hw/input/ |
H A D | stellaris_gamepad.c | 27 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/u-boot/doc/ |
H A D | README.serial_multi | 13 *) 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 D | README.autoboot | 27 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/ui/ |
H A D | kbd-state.h | 53 * for a key not pressed for example). 56 * @qcode: the key pressed or released. 93 * qkbd_state_lift_all_keys: lift all pressed keys.
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/ |
H A D | id-button.bb | 1 SUMMARY = "Romulus ID Button pressed application" 30 SYSTEMD_SERVICE:${PN} += "id-button-pressed.service"
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/ |
H A D | id-button.bb | 1 SUMMARY = "ID Button pressed application" 30 SYSTEMD_SERVICE:${PN} += "id-button-pressed.service"
|
/openbmc/u-boot/common/ |
H A D | usb_kbd.c | 168 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() 194 /* Handle CAPSLock + Shift pressed simultaneously */ in usb_kbd_translate() 203 /* Shift pressed */ in usb_kbd_translate() 221 if (pressed == 1) { in usb_kbd_translate() 276 /* No combo key pressed */ in usb_kbd_irq_worker() 279 /* Left or Right Ctrl pressed */ in usb_kbd_irq_worker() 288 /* Key is still pressed */ in usb_kbd_irq_worker() 364 * then we check key-pressed every second (first check may be
|
/openbmc/u-boot/drivers/input/ |
H A D | tegra-kbc.c | 53 * and lets us grab keys pressed during reset. 97 * were simultaneously pressed during that scan. 105 * pressed. 126 * are pressed. 149 * In order to detect keys pressed on boot, wait for the hardware to 174 * Check the tegra keyboard, and send any keys that are pressed.
|
H A D | cros_ec_keyb.c | 34 * for which a key is pressed 40 * @return number of pressed keys, 0 for none, -EIO on error 88 * Check the keyboard, and send any keys that are pressed. 111 * will always return non-zero if keys have been pressed. in cros_ec_kbc_check()
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ |
H A D | powerbuttonpressed.service | 5 ExecStart=/usr/bin/power-button pressed
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/ |
H A D | powerbuttonpressed.service | 5 ExecStart=/usr/bin/power-button.sh pressed
|