/openbmc/webui-vue/src/components/Global/ |
H A D | TableToolbar.vue | 3 <div v-if="isToolbarActive" class="toolbar-container"> 4 <div class="toolbar-content"> 5 <p class="toolbar-selected"> 8 <div class="toolbar-actions d-flex"> 9 <slot name="toolbar-buttons"></slot> 10 <b-button 11 v-for="(action, index) in actions" 13 :data-test-id="`table-button-${action.value}Selected`" 15 class="d-block" 16 @click="$emit('batch-action', action.value)" [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-managed-mode.json | 4 "@alias": "toaster-managed-mode.toaster-managed.All_layers:_default_view", 17 …e click on the \"View compatible layers\" link situated on the right-hand side, mid-page, under th… 21 …ion": "Check that the table is populated with the default layers (eg. meta-yocto-bsp, meta-yocto)", 33 …heck that only one instance of the core layers (openembedded-core, meta-yocto and meta-yocto-bsp) … 50 "@alias": "toaster-managed-mode.toaster-managed.All_layers:_Add/delete_layers", 63 …e click on the \"View compatible layers\" link situated on the right-hand side, mid-page, under th… 71 …button present in the \"Add/delete\" column. \nIf the layer has unsatisfied dependencies a dialog … 75 …button fades out and is replaced temporarily by a message like \"1 layer added\" and then it is re… 79 …button present in the \"Add/delete\" column. \nCheck that once the button is pressed, it fades out… 88 "@alias": "toaster-managed-mode.toaster-managed.All_targets:_Default_view", [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control- 14 lers employ projected-capacitance sensing and can track two contacts. 21 - azoteq,iqs7210a 22 - azoteq,iqs7211a 23 - azoteq,iqs7211e 28 irq-gpios: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | adc-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/input/adc-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 13 - $ref: input.yaml# 17 const: adc-keys 19 io-channels: 22 io-channel-names: 25 keyup-threshold-microvolt: [all …]
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 3 <div class="nav-container" :class="{ open: isNavigationOpen }"> 4 <nav ref="nav" :aria-label="$t('appNavigation.primaryNavigation')"> 5 <b-nav vertical class="mb-4"> 6 <template v-for="navItem in navigationItems"> 7 <!-- Navigation items with no children --> 8 <b-nav-item 9 v-if="!navItem.children" 12 :data-test-id="`nav-item-${navItem.id}`" 16 </b-nav-item> 18 <!-- Navigation items with children --> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | importlayer.html | 5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %} 29 <form class="col-md-11"> 30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel… 31 <div class="alert alert-error" id="import-error" style="display:none"> 32 <button type="button" class="close" data-dismiss="alert">×</button> 38 <div class="form-group" id="layer-name-ctrl"> 39 <label class="control-label" for="import-layer-name"> 41 …<span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. You… 43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet… 44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca… [all …]
|
H A D | newproject.html | 5 {% block title %} Create a new project - Toaster {% endblock %} 9 <div class="col-md-12"> 10 <div class="page-header"> 14 <div class="alert alert-danger" role="alert">{{alert}}</div> 18 <div class="form-group" id="validate-project-name"> 19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label> 20 … <input type="text" class="form-control" required id="new-project-name" name="projectname"> 22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi… 24 <label class="project-form">Project type:</label> 26 …<label class="project-form radio" style="padding-left: 35px;"><input id='type-new' type="radio"… [all …]
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | bmc-reboot-controller.html | 1 <section id="bmc-reboot"> 6 <div class="page-header"> 8 <div class="float-right bmc-reboot__status-log inline">BMC last reboot at 9 <span class="courier-bold">{{reboot_time | localeDate}}</span></div> 13 …<div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.… 14 … If the Log In button is not available when the BMC is brought back online, close your web browser… 17 ng-show="confirm" 22 …<button id="bmc__reboot" class="btn btn-secondary" ng-class="{disabled: confirm}" ng-click="reboo… 23 <icon file="icon-restart.svg"></icon>Reboot BMC 24 </button>
|
/openbmc/linux/drivers/soc/loongson/ |
H A D | loongson2_pm.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Loongson-2 PM Support 94 .enter = loongson2_suspend_enter, 100 struct input_dev *button; in loongson2_power_button_init() local 102 button = input_allocate_device(); in loongson2_power_button_init() 104 return -ENOMEM; in loongson2_power_button_init() 106 button->name = "Power Button"; in loongson2_power_button_init() 107 button->phys = "pm/button/input0"; in loongson2_power_button_init() 108 button->id.bustype = BUS_HOST; in loongson2_power_button_init() 109 button->dev.parent = NULL; in loongson2_power_button_init() [all …]
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | Kconfig | 18 IVC (Inter-VM Communication) protocol is a Tegra-specific IPC 20 U-Boot, it is typically used for communication between the main CPU 53 bool "Tegra 32-bit common options" 63 bool "Tegra 64-bit common options" 123 When loading U-Boot into RAM over USB protocols using tools such as 124 tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device 128 does not "de-enumerate" the USB device. This option shuts down the 129 USB controller when U-Boot boots to avoid leaving a stale USB device 135 source "arch/arm/mach-tegra/tegra20/Kconfig" 136 source "arch/arm/mach-tegra/tegra30/Kconfig" [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | ls102xa_psci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * This file implements LS102X platform PSCI SYSTEM-SUSPEND function 32 char *dest = (char *)(OCRAM_BASE_S_ADDR + OCRAM_S_SIZE - DDR_RESV_LEN); in ls1_save_ddr_head() 36 out_le32(&scfg->sparecr[2], dest); in ls1_save_ddr_head() 64 out_be32(&rcpm->nfiqoutr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 65 out_be32(&rcpm->nirqoutr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 66 /* Mask deep sleep wake-up interrupts while entering deep sleep */ in ls1_deepsleep_irq_cfg() 67 out_be32(&rcpm->dsimskr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 69 ippdexpcr0 = in_be32(&rcpm->ippdexpcr0); in ls1_deepsleep_irq_cfg() 75 ippdexpcr1 = in_le32(&scfg->sparecr[7]); in ls1_deepsleep_irq_cfg() [all …]
|
/openbmc/linux/drivers/media/rc/keymaps/ |
H A D | rc-reddo.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 #include <media/rc-map.h> 12 * Derived from MSI DIGIVOX mini III remote (rc-msi-digivox-iii.c) 16 * 1) scancode 0x61d601 is mapped to different button: 21 * navigation buttons and main power button. 30 { 0x61d607, KEY_CHANNELDOWN }, /* CH- */ 41 { 0x61d612, KEY_OK }, /* [enter arrow] */ 42 { 0x61d613, KEY_VOLUMEDOWN }, /* Vol- */ 47 { 0x61d643, KEY_POWER2 }, /* [red power button] */
|
/openbmc/qemu/ui/ |
H A D | input-barrier.h | 2 * SPDX-License-Identifier: GPL-2.0-or-later 5 * See the COPYING file in the top-level directory. 80 int16_t button; member 87 int16_t button; member 106 struct barrierEnter enter; member
|
/openbmc/linux/Documentation/input/devices/ |
H A D | atarikbd.rst | 12 provides a convenient connection point for a mouse and switch-type joysticks. 13 The ikbd processor also maintains a time-of-day clock with one second 18 The ikbd communicates with the main processor over a high speed bi-directional 41 0xF8-0xFB relative mouse position records (lsbs determined by 42 mouse button states) 43 0xFC time-of-day 49 The two shift keys return different scan codes in this mode. The ENTER key 67 --------------------------- 71 button being pressed or released, or motion in either axis exceeding a 84 ; where y is the right button state [all …]
|
/openbmc/phosphor-webui/app/login/controllers/ |
H A D | login-controller.js | 25 // keyCode 13 is the 'Enter' button. If the user hits 'Enter' while in 41 $scope.$emit('user-logged-in', {}); 43 // don't allow forwarding to non-local urls
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-anbernic-rg503.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include "rk3566-anbernic-rgxx3.dtsi" 21 compatible = "simple-battery"; 22 charge-full-design-microamp-hours = <3472000>; 23 charge-term-current-microamp = <300000>; 24 constant-charge-current-max-microamp = <2000000>; [all …]
|
H A D | rk3566-anbernic-rg353vs.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include "rk3566-anbernic-rg353x.dtsi" 21 compatible = "simple-battery"; 22 charge-full-design-microamp-hours = <3151000>; 23 charge-term-current-microamp = <300000>; 24 constant-charge-current-max-microamp = <2000000>; [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | mconf.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 5 * Introduced single menu mode (show all sub-menus in one large tree). 6 * 2002-11-06 Petr Baudis <pasky@ucw.cz> 27 "--------\n" 29 "Features can either be built-in, modularized, or ignored. Parameters\n" 36 " - - are selected by other feature,\n" 43 "through the available options (i.e. Y->N->M->Y).\n" 48 "----------\n" 50 " wish to change or the submenu you wish to select and press <Enter>.\n" [all …]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i-a13-olinuxino.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun5i-a13.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 53 model = "Olimex A13-Olinuxino"; 54 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13"; 61 stdout-path = "serial0:115200n8"; [all …]
|
H A D | sun5i-a10s-olinuxino-micro.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun5i-a10s.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 53 model = "Olimex A10s-Olinuxino Micro"; 54 compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s"; 63 stdout-path = "serial0:115200n8"; [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | newcustomimage_modal.js | 18 var newCustomImgBtn = $("#create-new-custom-image-btn"); 19 var imgCustomModal = $("#new-custom-image-modal"); 20 var invalidNameHelp = $("#invalid-name-help"); 21 var invalidRecipeHelp = $("#invalid-recipe-help"); 24 …e names cannot contain spaces or capital letters. The only allowed special character is dash (-)."; 28 …recipe file was not found. Cancel this action, build any target (like 'quilt-native') to force all… 31 // set button to "submit" state and enable text entry so user can 32 // enter the custom recipe name 38 imgCustomModal.on("click", "[name='select-image']", function(e) { 41 $(this).removeClass("has-error"); [all …]
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 2 ----- 3 The Buffalo Linkstation Pro/Live, codename LS-XHL and LS-CHLv2, is a single 4 disk NAS server. The PCBs of the LS-XHL and LS-CHLv2 are almost the same. 5 The LS-XHL has a faster CPU and more RAM with a wider data bus, therefore 6 the LS-XHL PCB has two SDRAM chips. Both have a Kirkwood CPU (Marvell 7 88F6281). The only on-board storage is a 4 Mbit SPI flash which stores the 13 ----------- 28 The resuce mode is selected by holding the push button for at least one 29 second, while powering-on the device. The status LED turns solid amber if 32 Pressing the same button for at least 10 seconds on power-up will erase the [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 5 * Introduced single menu mode (show all sub-menus in one large tree). 6 * 2002-11-06 Petr Baudis <pasky@ucw.cz> 27 "--------\n" 29 "Features can either be built-in, modularized, or ignored. Parameters\n" 36 " - - are selected by other feature,\n" 43 "through the available options (i.e. Y->N->M->Y).\n" 48 "----------\n" 50 " wish to change or the submenu you wish to select and press <Enter>.\n" 51 " Submenus are designated by \"--->\", empty ones by \"----\".\n" [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun5i-a13-olinuxino.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun5i-a13.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 53 model = "Olimex A13-Olinuxino"; 54 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13"; 61 stdout-path = "serial0:115200n8"; [all …]
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | report-defect.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 against BitBake, OpenEmbedded-Core, against any other Yocto Project component 10 Bugzilla see the ":ref:`Yocto Project Bugzilla <resources-bugtracker>`" section 19 #. Click "File a Bug" to enter a new bug. 25 ``meta-intel`` layer, you would choose "Build System, Metadata & 26 Runtime", "BSPs", and "bsps-meta-intel", respectively. 48 for output from logs by using the "Add an attachment" button. 50 #. Click the "Submit Bug" button submit the bug. A new Bugzilla number 62 open-source project has no dedicated engineering resources. However, the
|