Home
last modified time | relevance | path

Searched +full:push +full:- +full:button (Results 1 – 25 of 120) sorted by relevance

12345

/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss7 /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
17 font-family: sans-serif;
19 line-height: 1.15;
21 -ms-text-size-adjust: 100%;
23 -webkit-text-size-adjust: 100%;
35 * Add the correct display in IE 9-.
48 * Add the correct display in IE 9-.
65 box-sizing: content-box;
83 font-family: monospace, monospace;
85 font-size: 1em;
[all …]
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md1 # Multi-host front panel phosphor buttons interface
15 phosphor-buttons currently only support push type buttons.support for different
16 form factor inputs such as switches/MUX other than push type buttons are needed
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
38 +----------------------------------------------+
[all …]
/openbmc/linux/drivers/input/misc/
H A Dtps65219-pwrbutton.c1 // SPDX-License-Identifier: GPL-2.0
3 // Driver for TPS65219 Push Button
5 // Copyright (C) 2022 BayLibre Incorporated - https://www.baylibre.com/
28 input_report_key(pwr->idev, KEY_POWER, 1); in tps65219_pb_push_irq()
29 pm_wakeup_event(pwr->dev, 0); in tps65219_pb_push_irq()
30 input_sync(pwr->idev); in tps65219_pb_push_irq()
39 input_report_key(pwr->idev, KEY_POWER, 0); in tps65219_pb_release_irq()
40 input_sync(pwr->idev); in tps65219_pb_release_irq()
47 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_pb_probe()
48 struct device *dev = &pdev->dev; in tps65219_pb_probe()
[all …]
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME2 -----
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/webui-vue/src/views/Login/
H A DLogin.vue2 <b-form class="login-form" novalidate @submit.prevent="login">
3 <alert class="login-error mb-4" :show="authError" variant="danger">
4 <p id="login-error-alert">
8 <b-form-group label-for="language" :label="$t('pageLogin.language')">
9 <b-form-select
11 v-model="userLocale"
13 data-test-id="login-select-language"
14 ></b-form-select>
15 </b-form-group>
16 <b-form-group label-for="username" :label="$t('pageLogin.username')">
[all …]
/openbmc/u-boot/board/LaCie/net2big_v2/
H A Dnet2big_v2.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
15 #include <asm/mach-types.h>
23 #include "../common/cpld-gpio-bus.h"
33 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f()
40 MPP7_GPO, /* Request power-off */ in board_early_init_f()
56 MPP34_GPIO, /* Rear Push button 0=on 1=off */ in board_early_init_f()
57 MPP35_GPIO, /* Inhibit switch power-off */ in board_early_init_f()
78 gd->bd->bi_arch_number = MACH_TYPE_NET2BIG_V2; in board_init()
81 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js17 const {fs} = require('file-system');
34 // Set up Electron-related stuff here; Electron does not allow inlining button
41 // Zoom in button
47 // Zoom out button
49 ipmi_timeline_view.BeginZoomAnimation(-1);
50 boost_asio_handler_timeline_view.BeginZoomAnimation(-1);
53 // Pan left button
55 ipmi_timeline_view.BeginPanScreenAnimaton(-0.5);
56 boost_asio_handler_timeline_view.BeginPanScreenAnimaton(-0.5);
59 // Pan right button
[all …]
H A Dboost_handler_timeline_vis.js2 // Will need to add code to visualize one-shot events
18 if (i >= slots.length) slots.push(undefined);
24 if (idx0 == -1)
42 let slots = []; // In-flight handlers
43 let in_flight_id2level = {}; // In-flight ID to level
51 let handler_id = -999;
55 if (action.indexOf('*') != -1) {
81 parsed_entries.push(entry);
105 grouped[key].push(preprocessed[n]);
118 v.GroupBy.push(cb.value);
[all …]
H A Ddbus_timeline_vis.js2 // Data and Timestamps are separate b/c dbus-pcap does not include
12 // group-by condition changes
48 // It is independent of the "group_by" of the meta-data (sender/destination/
67 if (path.indexOf("/xyz/openbmc_project/sensors/") != -1 &&
101 let grouped = {}; // [content key][sort key] -> packet
134 grouped1[key].push(preprocessed[n]);
150 v.GroupBy.push(cb.value);
164 // Todo: put g_StartingSec somewhere that's common between sensors and non-sensors
180 // Per-content key
185 titles.push(the_header);
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dmax77650-onkey.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/max77650-onkey.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>
16 The onkey controller is represented as a sub-node of the PMIC node on
20 - $ref: input.yaml#
24 const: maxim,max77650-onkey
29 maxim,onkey-slide:
32 The system's button is a slide switch, not the default push button.
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css3 * Copyright 2011-2015 Twitter, Inc.
5-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a… selector
H A Dbootstrap.css3 * Copyright 2011-2015 Twitter, Inc.
8 font-family: sans-serif;
9 -webkit-text-size-adjust: 100%;
10 -ms-text-size-adjust: 100%;
34 display: inline-block;
35 vertical-align: baseline;
46 background-color: transparent;
53 border-bottom: 1px dotted;
57 font-weight: bold;
60 font-style: italic;
[all …]
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue2 <div class="change-password-container">
3 <alert variant="danger" class="mb-4">
4 <p v-if="changePasswordError">
7 <p v-else>{{ $t('pageChangePassword.changePasswordAlertMessage') }}</p>
9 <div class="change-password__form-container">
14 <b-form novalidate @submit.prevent="changePassword">
15 <b-form-group
16 label-for="password"
19 <input-password-toggle>
20 <b-form-input
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue2 <b-container fluid="xl">
3 <page-title />
4 <b-row>
5 <b-col xl="11">
6 <!-- Expired certificates banner -->
8 <template v-if="expiredCertificateTypes.length > 1">
11 <template v-else>
19 <!-- Expiring certificates banner -->
21 <template v-if="expiringCertificateTypes.length > 1">
24 <template v-else>
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js38 var clearSearchElements = $('.remove-search-btn-'+ctx.tableName +
39 ', .show-all-'+ctx.tableName);
42 table.trigger("table-loading");
48 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
59 var pagination = $('#pagination-'+ctx.tableName);
61 var tableContainer = $("#table-container-"+ctx.tableName);
64 /* To avoid page re-layout flicker when paging set fixed height */
65 table.css("padding-bottom", table.height());
76 $('.table-count-' + ctx.tableName).text(tableData.total);
83 if ($("#no-results-special-"+ctx.tableName).length > 0) {
[all …]
H A Dui-bootstrap-tpls-0.11.0.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
5 * Version: 0.11.0 - 2014-05-01
8-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca…
9-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
H A Dui-bootstrap-tpls-0.11.0.min.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
5 * Version: 0.11.0 - 2014-05-01
8-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca…
9-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32746g-eval.dts2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
45 #include "stm32f746-pinctrl.dtsi"
46 #include <dt-bindings/input/input.h>
47 #include <dt-bindings/interrupt-controller/irq.h>
50 model = "STMicroelectronics STM32746g-EVAL board";
51 compatible = "st,stm32746g-eval", "st,stm32f746";
55 stdout-path = "serial0:115200n8";
68 compatible = "gpio-leds";
[all …]
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue2 <b-container fluid="xl">
3 <page-title :description="$t('pagePowerRestorePolicy.description')" />
5 <b-row>
6 <b-col sm="8" md="6" xl="12">
7 <b-form-group :label="$t('pagePowerRestorePolicy.powerPoliciesLabel')">
8 <b-form-radio-group
9 v-model="currentPowerRestorePolicy"
11 name="power-restore-policy"
13 ></b-form-radio-group>
14 </b-form-group>
[all …]
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-greatlakes.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 /dts-v1/;
5 #include "aspeed-g6.dtsi"
6 #include <dt-bindings/gpio/aspeed-gpio.h>
7 #include <dt-bindings/leds/leds-pca955x.h>
8 #include <dt-bindings/i2c/i2c.h>
12 compatible = "facebook,greatlakes-bmc", "aspeed,ast2600";
23 iio-hwmon {
24 compatible = "iio-hwmon";
25 io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>,
[all …]
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost_reset.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # shellcheck source=meta-google/recipes-google/gpio/gpio-ctrl/lib.sh
17 source /usr/share/gpio-host-pwr/lib.sh || exit
19 if [[ "${1-}" == "warm" ]]; then
29 # Do a quick push of the button if PGOOD
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dintegratorap-im-pd1.dts1 // SPDX-License-Identifier: GPL-2.0
4 * with the IM-PD1 example logical module mounted.
10 model = "ARM Integrator/AP with IM-PD1";
11 compatible = "arm,integrator-ap";
13 reserved-memory {
14 #address-cells = <1>;
15 #size-cells = <1>;
19 /* 1 MB of designated video RAM on the IM-PD1 */
20 compatible = "shared-dma-pool";
22 no-map;
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.sh_qspi_test1 -------------------------------------------------
2 Simple steps used to test the SH-QSPI at U-Boot
3 -------------------------------------------------
5 #0, Currently, SH-QSPI is used by lager board (Renesas ARM SoC R8A7790)
7 basically. Thus, U-Boot start, SH-QSPI will is operating normally.
9 #1, build U-Boot and load u-boot.bin
11 => tftpboot 40000000 u-boot.bin
16 Filename 'u-boot.bin'.
23 #2, Commands to erase/write u-boot to flash device
36 #3, Push reset button.
[all …]
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-ns2-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
8 stdout-path = &uart0;
12 pinctrl: pin-controller@10000 {
13 pmx_ns2_sata0: pmx-ns2-sata0 {
17 pmx_ns2_sata1: pmx-ns2-sata1 {
31 #address-cells = <1>;
32 #size-cells = <1>;
33 compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
35 spi-max-frequency = <20000000>;
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-ns2-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
8 stdout-path = &uart0;
12 pinctrl: pin-controller@10000 {
13 pmx_ns2_sata0: pmx-ns2-sata0 {
17 pmx_ns2_sata1: pmx-ns2-sata1 {
31 #address-cells = <1>;
32 #size-cells = <1>;
33 compatible = "mxicy,mx25l4005a", "jedec,spi-nor", "spi-flash";
35 spi-max-frequency = <20000000>;
[all …]

12345