/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | gpio-mouse.txt | 1 Device-Tree bindings for GPIO attached mice 4 to 5-7 GPIO lines. 7 - compatible: must be "gpio-mouse" 8 - scan-interval-ms: The scanning interval in milliseconds 9 - up-gpios: GPIO line phandle to the line indicating "up" 10 - down-gpios: GPIO line phandle to the line indicating "down" 11 - left-gpios: GPIO line phandle to the line indicating "left" 12 - right-gpios: GPIO line phandle to the line indicating "right" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button [all …]
|
H A D | gpio-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/input/gpio-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 15 - gpio-keys 16 - gpio-keys-polled 23 poll-interval: true 26 …"^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switc… 42 linux,input-type: [all …]
|
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/linux/Documentation/input/ |
H A D | gamepad.rst | 1 --------------------------- 3 --------------------------- 11 having user-space deal with different button-mappings for each gamepad, this 25 | <===DP===> |SE| |ST| (W) -|- (E) | | 35 D-Pad Left Right Action Pad 43 - Action-Pad 44 4 buttons in diamonds-shape (on the right side). The buttons are 47 - D-Pad (Direction-pad) 48 4 buttons (on the left side) that point up, down, left and right. 49 - Menu-Pad [all …]
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.html | 2 <div id="power-operations" class="power-operations"> 5 <div class="power__current-status page-header"> 7 <div class="power__status-log inline float-right"> 9 <span class="courier-bold">{{ powerTime | localeDate }}</span> 13 <!-- Power Indicator Bar --> 15 <div id="power-indicator-bar" class="power__indicator-bar" 16 ng-class="{'power__state-on': dataService.server_state == 'Running', 17 'power__state-off': dataService.server_state == 'Off', 18 'power__state-indet': dataService.server_state == 'Standby', 19 'power__state-error': dataService.server_state == 'Quiesced'}"> [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun4i-a10-inet9f-rev03.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun4i-a10.dtsi" 45 #include "sunxi-common-regulators.dtsi" 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/input/input.h> 48 #include <dt-bindings/interrupt-controller/irq.h> 51 model = "iNet-9F Rev 03"; 52 compatible = "inet-tek,inet9f-rev03", "allwinner,sun4i-a10"; 59 stdout-path = "serial0:115200n8"; [all …]
|
/openbmc/linux/drivers/input/mouse/ |
H A D | gpio_mouse.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * @down: GPIO line for down value. 23 * @bleft: GPIO line for left button. 24 * @bmiddle: GPIO line for middle button. 25 * @bright: GPIO line for right button. 34 struct gpio_desc *down; member 51 if (gpio->bleft) in gpio_mouse_scan() 53 gpiod_get_value(gpio->bleft)); in gpio_mouse_scan() 54 if (gpio->bmiddle) in gpio_mouse_scan() 56 gpiod_get_value(gpio->bmiddle)); in gpio_mouse_scan() [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | joystick-parport.rst | 3 .. _joystick-parport: 9 :Copyright: |copy| 1998-2000 Vojtech Pavlik <vojtech@ucw.cz> 10 :Copyright: |copy| 1998 Andree Borrmann <a.borrmann@tu-bs.de> 18 Any information in this file is provided as-is, without any guarantee that 36 Many console and 8-bit computer gamepads and joysticks are supported. The 40 ------------ 59 for your pads, use either keyboard or joystick port, and make a pass-through 69 (pin 9) -----> Power 77 (pin 9) ----|>|-------+------> Power 79 (pin 8) ----|>|-------+ [all …]
|
H A D | sentelic.rst | 8 :Copyright: |copy| 2002-2011 Sentelic Corporation. 10 :Last update: Dec-07-2011 15 A) MSID 4: Scrolling wheel mode plus Forward page(4th button) and Backward 16 page (5th button) 28 BYTE |---------------|BYTE |---------------|BYTE|---------------|BYTE|---------------| 30 |---------------| |---------------| |---------------| |---------------| 37 Bit2 => Middle Button, 1 is pressed, 0 is not pressed. 38 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 39 Bit0 => Left Button, 1 is pressed, 0 is not pressed. 40 Byte 2: X Movement(9-bit 2's complement integers) [all …]
|
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 67 --------------------------- 71 button being pressed or released, or motion in either axis exceeding a 84 ; where y is the right button state 85 ; and x is the left button state [all …]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun4i-a10.dtsi" 45 #include "sunxi-common-regulators.dtsi" 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/input/input.h> 48 #include <dt-bindings/interrupt-controller/irq.h> 51 model = "iNet-9F Rev 03"; 52 compatible = "inet-tek,inet9f-rev03", "allwinner,sun4i-a10"; 59 stdout-path = "serial0:115200n8"; [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | index.html | 2 <!-- Caution: Electron does not allow inline scripts or styles! --> 5 <meta charset="UTF-8"> 6 <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> 7 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 8 <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 27 <button id="btn_open_file">Open file</button> 33 <button id="btn_start_capture">Start Capture</button> 34 <button id="btn_stop_capture">Stop Capture</button> 77 …<br/><span>Welcome! Please <button id="btn_open_file2">Open file</button> to get timeline view/s.<… 88 dbus-pcap status goes here [all …]
|
/openbmc/openbmc-test-automation/gui/test/server_config/ |
H A D | test_obmc_gui_firmware_update.robot | 11 Test Teardown Run Keyword If Test Failed Re-Launch GUI on Failure 14 ${xpath_select_server_config} //*[@id="nav__top-level"]/li[4]/button 16 ${xpath_choose_file_button} //*[@id="firmware__upload-form"]/div[1]/label/span[1] 17 ${xpath_scroll_down} //a[contains(text(), "Scroll down")] 18 ${xpath_tftp_server_ip} //*[@id="tftp-ip"] 19 ${xpath_tftp_filename} //*[@id="tftp-file-name"] 20 ${xpath_download_firmware} //*[@id="firmware__upload-form"]/div[2]/fieldset/div[1]/div[3]/input 21 ${xpath_download_progress} //*[@id="firmware__upload-form"]/div[2]/fieldset/div[2] 27 ... configuration sub-menu. 34 Verify Scroll Down Link [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 126 the tool. Unfortunately, these tools do not shut down the USB 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" [all …]
|
/openbmc/linux/drivers/macintosh/ |
H A D | adbhid.c | 1 // SPDX-License-Identifier: GPL-2.0 19 * - Standard 1 button mouse 20 * - All standard Apple Extended protocol (handler ID 4) 21 * - mouseman and trackman mice & trackballs 22 * - PowerBook Trackpad (default setup: enable tapping) 23 * - MicroSpeed mouse & trackball (needs testing) 24 * - CH Products Trackball Pro (needs testing) 25 * - Contour Design (Contour Mouse) 26 * - Hunter digital (NoHandsMouse) 27 * - Kensignton TurboMouse 5 (needs testing) [all …]
|
/openbmc/qemu/ui/ |
H A D | input-legacy.c | 4 * Copyright (c) 2003-2008 Fabrice Bellard 27 #include "qapi/qapi-commands-ui.h" 78 if (dst->type == KEY_VALUE_KIND_NUMBER) { in copy_key_value() 79 QKeyCode code = qemu_input_key_number_to_qcode(dst->u.number.data); in copy_key_value() 80 dst->type = KEY_VALUE_KIND_QCODE; in copy_key_value() 81 dst->u.qcode.data = code; in copy_key_value() 97 for (p = keys; p != NULL; p = p->next) { in qmp_send_key() 98 qemu_input_event_send_key(NULL, copy_key_value(p->value), true); in qmp_send_key() 101 up[count] = copy_key_value(p->value); in qmp_send_key() 105 count--; in qmp_send_key() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-p200.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "meson-gxbb-p20x.dtsi" 11 #include <dt-bindings/input/input.h> 14 compatible = "amlogic,p200", "amlogic,meson-gxbb"; 17 avdd18_usb_adc: regulator-avdd18_usb_adc { 18 compatible = "regulator-fixed"; 19 regulator-name = "AVDD18_USB_ADC"; 20 regulator-min-microvolt = <1800000>; 21 regulator-max-microvolt = <1800000>; [all …]
|
H A D | meson-g12b-odroid-go-ultra.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "meson-g12b-s922x.dtsi" 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/gpio/meson-g12a-gpio.h> 12 #include <dt-bindings/sound/meson-g12a-toacodec.h> 13 #include <dt-bindings/sound/meson-g12a-tohdmitx.h> 16 compatible = "hardkernel,odroid-go-ultra", "amlogic,s922x", "amlogic,g12b"; 17 model = "Hardkernel ODROID-GO-Ultra"; [all …]
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 3 <header id="page-header"> 5 class="link-skip-nav btn btn-light" 6 href="#main-content" 12 <b-navbar type="dark" :aria-label="$t('appHeader.applicationHeader')"> 13 <!-- Left aligned nav items --> 14 <b-button 15 id="app-header-trigger" 16 class="nav-trigger" 17 aria-hidden="true" 18 type="button" [all …]
|
/openbmc/u-boot/board/siemens/common/ |
H A D | board.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * U-Boot file:/board/ti/am335x/board.c 9 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ 30 #include <asm/mach-types.h> 48 gd->baudrate = CONFIG_BAUDRATE; in set_mux_conf_regs() 50 gd->have_console = 1; in set_mux_conf_regs() 79 gd->bd->bi_arch_number = CONFIG_MACH_TYPE; in board_init() 81 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init() 102 DDR_PLL_FREQ, OSC-1, 1, -1, -1, -1, -1}; 118 int button = 0; in get_button_state() local [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-kone.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 kone_keystroke_button_1 = 0xf0, /* left mouse button */ 22 kone_keystroke_button_2 = 0xf1, /* right mouse button */ 24 kone_keystroke_button_9 = 0xf3, /* side button up */ 25 kone_keystroke_button_8 = 0xf4 /* side button down */ 34 uint8_t number; /* range 1-8 */ 44 /* valid button types until firmware 1.32 */ 45 kone_button_info_type_button_1 = 0x1, /* click (left mouse button) */ 46 kone_button_info_type_button_2 = 0x2, /* menu (right mouse button)*/ 64 /* additional valid button types since firmware 1.38 */ [all …]
|
/openbmc/openbmc-test-automation/gui/test/gui_header/ |
H A D | test_obmc_gui_server_health.robot | 20 ${xpath_delete_remote_server} //*[@class="remote-logging-server"]//button[2] 21 ${xpath_add_server} //*[@class="remote-logging-server"]//button[1] 32 Wait Until Page Contains Element event-log 48 Verify Drop Down Button User Timezone Appears 49 [Documentation] Check that the "drop down" button of user timezone appears 53 Page Should Contain Button ${xpath_drop_down_timezone_edt} 55 # It helps to click the drop down element. 58 Page Should Contain Button ${xpath_drop_down_timezone_utc} 63 ... filter" button appears. 66 Page Should Contain Element content__search-input limit=1 [all …]
|
/openbmc/u-boot/board/freescale/mx28evk/ |
H A D | README | 4 Supported hardware: MX28EVK rev C and D are supported in U-Boot. 7 -------------------------- 9 arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28 10 arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28 11 board/freescale/mx28evk/ - MX28EVK board specific files 12 include/configs/mx28evk.h - MX28EVK configuration file 15 --------------------- 19 * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42) 21 * Battery Source: Down 24 * Hold Button: Down (off) [all …]
|
/openbmc/webui-vue/src/views/Operations/Kvm/ |
H A D | KvmConsole.vue | 3 <div ref="toolbar" class="kvm-toolbar"> 4 <b-row class="d-flex"> 5 <b-col class="d-flex flex-column justify-content-end" cols="4"> 6 <dl class="mb-2" sm="2" md="2"> 7 <dt class="d-inline font-weight-bold mr-1"> 10 <dd class="d-inline"> 11 <status-icon :status="serverStatusIcon" /> 12 <span class="d-none d-md-inline"> {{ serverStatus }}</span> 15 </b-col> 17 <b-col class="d-flex justify-content-end pr-1"> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | table.js | 38 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 …]
|