| /openbmc/webui-vue/docs/guide/components/buttons/ |
| H A D | index.md | 6 [theme-color map keys](/guide/guidelines/colors). To create a button that looks 9 [Learn more about Bootstrap-vue buttons](https://bootstrap-vue.js.org/docs/components/button) 13 Add `btn-icon-only` class to the button and add `title` attribute to get helper 14 text on hover over the button. 18  22 <b-button variant="primary">Primary</b-button> 23 <b-button variant="primary"> 26 </b-button> 27 <b-button variant="secondary">Secondary</b-button> 28 <b-button variant="danger">Danger</b-button> [all …]
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
| H A D | README.md | 9 Power button interface `xyz.openbmc_project.Chassis.Buttons.Power` provides 14 - simPress - To emulate physical power button press. 15 - simLongPress - To emulate physical power button long press. 19 - Released - Power button released signal. 20 - Pressed - Power button pressed signal. 21 - PressedLong - Power button long pressed signal. 25 ID button interface `xyz.openbmc_project.Chassis.Buttons.ID` provides following 30 - simPress - To emulate ID button press. 34 - Released - ID button released signal. 35 - Pressed - ID button pressed signal. [all …]
|
| /openbmc/docs/designs/ |
| H A D | multihost-phosphor-buttons.md | 18 additional input types in phosphor button interfaces and event handling. 21 (power and reset).There may be cases where we need to create button interface 22 which monitors non gpio events and triggers button actions for example events 27 This feature is needed to support additional phosphor button interfaces 29 available in the front panel apart from existing power and reset button 34 The front panel of bmc has buttons like power button, reset button in general 44 | | power button | | reset button | | 58 additional button in front panel. 67 | | power button |-+ | | +------------+ 75 | | reset button --|--------+ switch | |---------+ host 3 | [all …]
|
| /openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ |
| H A D | host-control | 10 gpioset --hold-period 50ms -t0 power-button=1 12 gpioset --hold-period 50ms -t0 power-button=0 13 gpioget power-button >/dev/null 2>&1 18 gpioset --hold-period 50ms -t0 reset-button=0 20 gpioset --hold-period 50ms -t0 reset-button=1 21 gpioget reset-button >/dev/null 2>&1
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | yesno.c | 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local 80 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno() 82 print_buttons(dialog, height, width, button); in dialog_yesno() 88 return button; in dialog_yesno()
|
| H A D | inputbox.c | 35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local 109 if (button == -1) { /* Input box selected */ in dialog_inputbox() 231 switch (button) { in dialog_inputbox() 233 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 237 button = -1; /* Indicates input box is selected */ in dialog_inputbox() 243 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 251 switch (button) { in dialog_inputbox() 253 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 257 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 261 button = -1; /* Indicates input box is selected */ in dialog_inputbox() [all …]
|
| H A D | checklist.c | 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 277 button = 1; in dialog_checklist() 289 return button; in dialog_checklist() 293 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist() 294 ? 1 : (button > 1 ? 0 : button); in dialog_checklist() 296 print_buttons(dialog, height, width, button); in dialog_checklist()
|
| /openbmc/u-boot/board/siemens/common/ |
| H A D | board.c | 118 int button = 0; in get_button_state() local 135 button = 1; in get_button_state() 137 button = 0; in get_button_state() 141 return button; in get_button_state() 152 int button = 0; in do_userbutton() local 153 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 154 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 155 return button; in do_userbutton()
|
| /openbmc/phosphor-webui/app/common/styles/elements/ |
| H A D | modals.scss | 75 button { 93 <button 94 type="button" 99 </button> 105 <button 106 type="button" 110 </button> 111 <button 116 </button>
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableRowAction.vue | 3 <b-button 15 </b-button> 16 <b-button 30 </b-button> 31 <b-button 43 </b-button> 44 <b-button 56 </b-button>
|
| H A D | ConfirmModal.vue | 34 // - okTitle: OK/Confirm button text 35 // - cancelTitle: Cancel button text 36 // - okVariant: OK button Bootstrap variant (e.g., 'danger', 'primary') 37 // - cancelVariant: Cancel button Bootstrap variant (e.g., 'secondary') 38 // - autoFocusButton: Which button to focus ('ok' or 'cancel')
|
| /openbmc/phosphor-buttons/ |
| H A D | meson.options | 12 description: 'Time to long press the button', 23 'power-button-profile', 27 description: 'Used to select a custom power button behavior profile.', 31 'reset-button-do-warm-reboot', 34 description: 'Enable warm reboot on the reset button',
|
| H A D | README.md | 6 It defines an individual dbus interface object for each physical button/switch 7 inputs such as power button, reset button etc. Each button interface monitors 8 its associated IO for event changes and emits signals that the button-handler 15 All events occur when the button is released. 28 The 'power-button-profile' meson option can be used to select custom power 29 button profiles that have different behaviors. 46 - If 'reset-button-do-warm-reboot' meson option is set to enabled, does warm 58 In order to monitor a button/input interface the respective gpio config details 62 1. The button interface type name. 64 specific button interface. [all …]
|
| /openbmc/webui-vue/tests/unit/__snapshots__/ |
| H A D | AppNavigation.spec.js.snap | 49 <button 53 data-test-id="nav-button-logs" 54 type="button" 91 </button> 136 <button 140 data-test-id="nav-button-hardware-status" 141 type="button" 193 </button> 238 <button 242 data-test-id="nav-button-operations" [all …]
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 9 file://assert-reset-button \ 10 file://assert-reset-button.service \ 20 file://deassert-reset-button \ 21 file://deassert-reset-button.service \ 22 file://deassert-uart-switch-button \ 23 file://deassert-uart-switch-button.service \ 64 assert-reset-button.service \ 67 deassert-reset-button.service \ 68 deassert-uart-switch-button.service \ 107 install -m 0755 ${UNPACKDIR}/assert-reset-button ${D}${libexecdir}/${PN}/ [all …]
|
| /openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/ |
| H A D | power-sequencing.bb | 5 …button-monitoring.sh file://rl300Start.sh file://power-sequencing.service file://gpiosdown.service… 29 …install -m 0755 ${UNPACKDIR}/ipmi-power-button-monitoring.sh ${D}/usr/bin/ipmi-power-button-monito… 30 install -m 0755 ${UNPACKDIR}/power-button.sh ${D}/usr/bin/power-button.sh
|
| /openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/ |
| H A D | power-sequencing.bb | 5 …button-monitoring.sh file://dl360Start.sh file://power-sequencing.service file://gpiosdown.service… 29 …install -m 0755 ${UNPACKDIR}/ipmi-power-button-monitoring.sh ${D}/usr/bin/ipmi-power-button-monito… 30 install -m 0755 ${UNPACKDIR}/power-button.sh ${D}/usr/bin/power-button.sh
|
| /openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
| H A D | TableToolbar.spec.js.snap | 25 <button 27 type="button" 32 </button>
|
| H A D | InfoTooltip.spec.js.snap | 4 <button 7 type="button" 32 </button>
|
| /openbmc/webui-vue/src/views/Operations/VirtualMedia/ |
| H A D | VirtualMedia.vue | 24 <b-button 31 </b-button> 32 <b-button 39 </b-button> 61 <b-button 67 </b-button> 69 <b-button 77 </b-button> 78 <b-button 85 </b-button>
|
| /openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
| H A D | test_reboot_bmc_sub_menu.robot | 17 ${xpath_reboot_bmc_button} //button[contains(text(),'Reboot BMC')] 18 ${xpath_reboot_cancel_button} //button[contains(text(),'Cancel')] 50 # Delay added for cancel button to appear. 63 # Delay added for confirm button to appear. 85 # Click on Rebbot BMC button. 88 # Delay added for confirm button to appear. 103 # Click on Rebbot BMC button. 106 # Delay added for confirm button to appear.
|
| /openbmc/webui-vue/src/views/ChangePassword/ |
| H A D | ChangePassword.vue | 29 class="form-control-with-button" 51 class="form-control-with-button" 68 <b-button type="button" variant="link" @click="goBack"> 70 </b-button> 71 <b-button type="submit" variant="primary"> 73 </b-button>
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fix_number_of_modules.patch | 19 # Highlighted button is the button currently chosen in the button bar
|
| /openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/ |
| H A D | power-config-host0.json | 20 // (normally the NMI button input) instead as an output and driving 22 // physical button or connector for one available on the board 23 // anyway, making the button input unusable isn't a big loss, and
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 7 assert-reset-button.service \ 11 deassert-reset-button.service \ 28 file://assert-reset-button \ 32 file://deassert-reset-button \ 61 install -m 0755 ${UNPACKDIR}/assert-reset-button ${D}${libexecdir}/${PN}/ 65 install -m 0755 ${UNPACKDIR}/deassert-reset-button ${D}${libexecdir}/${PN}/
|