/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 #include <linux/input.h> 31 #include <dt-bindings/input/gpio-keys.h> 35 struct input_dev *input; member 41 unsigned int release_delay; /* in msecs, for IRQ-only buttons */ 45 unsigned int software_debounce; /* in msecs, for GPIO-driven buttons */ 58 struct input_dev *input; member 67 * There are 4 attributes under /sys/devices/platform/gpio-keys/ 68 * keys [ro] - bitmap of keys (EV_KEY) which can be 70 * switches [ro] - bitmap of switches (EV_SW) which can be [all …]
|
H A D | gpio_keys_polled.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2007-2010 Gabor Juhos <juhosg@openwrt.org> 8 * This file was based on: /drivers/input/misc/cobalt_btns.c 11 * also was based on: /drivers/input/keyboard/gpio_keys.c 18 #include <linux/input.h> 26 #define DRV_NAME "gpio-keys-polled" 36 struct input_dev *input; member 44 static void gpio_keys_button_event(struct input_dev *input, in gpio_keys_button_event() argument 48 struct gpio_keys_polled_dev *bdev = input_get_drvdata(input); in gpio_keys_button_event() 49 unsigned int type = button->type ?: EV_KEY; in gpio_keys_button_event() local [all …]
|
H A D | tca6416-keypad.c | 1 // SPDX-License-Identifier: GPL-2.0-only 19 #include <linux/input.h> 30 { "tca6416-keys", 16, }, 31 { "tca6408-keys", 8, }, 37 struct input_dev *input; member 47 struct input_dev *input; member 59 error = chip->io_size > 8 ? in tca6416_write_reg() 60 i2c_smbus_write_word_data(chip->client, reg << 1, val) : in tca6416_write_reg() 61 i2c_smbus_write_byte_data(chip->client, reg, val); in tca6416_write_reg() 63 dev_err(&chip->client->dev, in tca6416_write_reg() [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'"> 18 <input type="radio" id="radio_open_file" name="mode" value="open_file"></input> 20 <input type="radio" id="radio_capture" name="mode" value="capture"></input> 32 <input type="text" id="text_hostname" value=""></input> 50 <input type="checkbox" id="dbus_column1" value="Type">Type</input> 51 <input type="checkbox" id="dbus_column2" value="Serial">Serial</input> [all …]
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-routing.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 Audio/video-routing-related ivtv functions. 4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 9 #include "ivtv-driver.h" 10 #include "ivtv-i2c.h" 11 #include "ivtv-cards.h" 12 #include "ivtv-gpio.h" 13 #include "ivtv-routing.h" 15 #include <media/drv-intf/msp3400.h> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | js-unit-tests.html | 7 <link rel="stylesheet" href="{% static 'css/qunit-1.18.0.css' %}" /> 9 <script src="{% static 'js/qunit-1.18.0.js' %}"></script> 14 <script src="{% static 'js/bootstrap-3.4.1.min.js' %}"></script> 34 <input type="text" id="layers" placeholder="layers" ></input> 35 <input type="text" id="recipes" placeholder="recipes"></input> 36 <input type="text" id="projects" placeholder="projects"></input> 37 <input type="text" id="machines" placeholder="machines"></input> 39 <!-- import layer dependency input typeahead --> 40 <input type="text" id="layer-dependency" style="display:none"></input> 41 <!-- project page input typeaheads --> [all …]
|
H A D | filtersnippet.html | 2 <!-- '{{f.class}}' filter --> 5 <div id="filter_{{f.class}}" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true"> 6 <div class="modal-dialog"> 7 <div class="modal-content"> 9 …<input type="hidden" name="search" value="{%if request.GET.search %}{{request.GET.search}}{%endif%… 10 <div class="modal-header"> 11 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> 18 <div class="modal-body"> 22 …input type="radio" name="filter" {%if request.GET.filter%}{{f.options|check_filter_status:request.… 29 …<input type="radio" name="filter" id="filter_value_{{key}}" {%if key == daterange_selected %}check… [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/common/styles/base/ |
H A D | forms.scss | 5 color: $text-02; 6 text-transform: uppercase; 7 font-weight: 700; 8 font-size: 0.75em; 9 margin-bottom: 0; 10 line-height: 2.2; 12 font-size: 0.9em; 16 // TODO: Start replacing use of label__helper-text 17 .label__helper-text, 18 .form__helper-text { [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Cosmin Tanislav <cosmin.tanislav@analog.com> 13 The AD74115H is a single-channel software configurable input/output 15 analog output, analog input, digital output, digital input, resistance 17 chip solution with an SPI interface. The device features a 16-bit ADC and a 18 14-bit DAC. 25 - adi,ad74115h 30 spi-max-frequency: [all …]
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 1 # SPDX-License-Identifier: GPL-2.0 14 # Those symbols should not be used by uAPI - don't document them 20 replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field` 21 replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field` 22 replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field` 23 replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field` 24 replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field` 25 replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field` 26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field` 27 replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field` [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | classmate-laptop.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 #include <linux/input.h> 37 * Generic input device code. 50 return -ENOMEM; in cmpc_add_acpi_notify_device() 51 inputdev->name = name; in cmpc_add_acpi_notify_device() 52 inputdev->dev.parent = &acpi->dev; in cmpc_add_acpi_notify_device() 59 dev_set_drvdata(&acpi->dev, inputdev); in cmpc_add_acpi_notify_device() 65 struct input_dev *inputdev = dev_get_drvdata(&acpi->dev); in cmpc_remove_acpi_notify_device() 76 struct acpi_object_list input; in cmpc_start_accel_v4() local 79 param[0].type = ACPI_TYPE_INTEGER; in cmpc_start_accel_v4() [all …]
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | hostconsole.conf | 5 template(name="ConsoleTemplate" type="string" string="%rawmsg%") 8 action(type="omfile" file="/var/log/obmc-console-cpu.log" template="ConsoleTemplate") 11 action(type="omfile" file="/var/log/obmc-console-atf.log" template="ConsoleTemplate") 14 action(type="omfile" file="/var/log/obmc-console-secpro0.log" template="ConsoleTemplate") 17 action(type="omfile" file="/var/log/obmc-console-secpro1.log" template="ConsoleTemplate") 20 action(type="omfile" file="/var/log/obmc-console-mpro0.log" template="ConsoleTemplate") 23 action(type="omfile" file="/var/log/obmc-console-mpro1.log" template="ConsoleTemplate") 26 action(type="omfile" file="/var/log/obmc-console-scp0.log" template="ConsoleTemplate") 29 action(type="omfile" file="/var/log/obmc-console-scp1.log" template="ConsoleTemplate") 33 input(type="imuxsock" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pincfg-node.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/pincfg-node.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 21 bias-disable: 22 type: boolean 25 bias-high-impedance: 26 type: boolean 27 description: high impedance mode ("third-state", "floating") [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enuminput.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_ENUMINPUT - Enumerate video inputs 29 Pointer to struct :c:type:`v4l2_input`. 34 To query the attributes of a video input applications initialize the 35 ``index`` field of struct :c:type:`v4l2_input` and call the 43 .. c:type:: v4l2_input 45 .. flat-table:: struct v4l2_input 46 :header-rows: 0 47 :stub-columns: 0 50 * - __u32 [all …]
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-cards.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * card-specific stuff. 19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 27 MODULE_PARM_DESC(tuner, "tuner type"); 28 MODULE_PARM_DESC(radio, "radio tuner type"); 29 MODULE_PARM_DESC(card, "card type"); 45 /* ------------------------------------------------------------------ */ 58 .input = { { [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * USB Wacom tablet support - Wacom specific code 8 #include <linux/input/mt.h> 25 * 2^14/pi is a good approximation on Intuos5 and 3rd-gen Bamboo 43 struct input_dev *input = wacom_wac->pen_input; in wacom_force_proxout() local 45 wacom_wac->shared->stylus_in_proximity = 0; in wacom_force_proxout() 47 input_report_key(input, BTN_TOUCH, 0); in wacom_force_proxout() 48 input_report_key(input, BTN_STYLUS, 0); in wacom_force_proxout() 49 input_report_key(input, BTN_STYLUS2, 0); in wacom_force_proxout() 50 input_report_key(input, BTN_STYLUS3, 0); in wacom_force_proxout() [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/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/qemu/ui/ |
H A D | input-keymap.c | 3 #include "ui/input.h" 5 #include "standard-headers/linux/input.h" 7 #include "ui/input-keymap-atset1-to-qcode.c.inc" 8 #include "ui/input-keymap-linux-to-qcode.c.inc" 9 #include "ui/input-keymap-qcode-to-atset1.c.inc" 10 #include "ui/input-keymap-qcode-to-atset2.c.inc" 11 #include "ui/input-keymap-qcode-to-atset3.c.inc" 12 #include "ui/input-keymap-qcode-to-linux.c.inc" 13 #include "ui/input-keymap-qcode-to-qnum.c.inc" 14 #include "ui/input-keymap-qcode-to-sun.c.inc" [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Power.v1_7_3.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 10 "longDescription": "This type shall contain the available actions for this resource.", 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 14 "type": [ array 31 "description": "The available OEM-specific actions for this resource.", 32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 "type": "object" string 40 "description": "This type describes an input range for a power supply.", 41 …"longDescription": "This type shall describe an input range that the associated power supply can u… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Power.v1_7_3.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 10 "longDescription": "This type shall contain the available actions for this resource.", 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 14 "type": [ array 31 "description": "The available OEM-specific actions for this resource.", 32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 "type": "object" string 40 "description": "This type describes an input range for a power supply.", 41 …"longDescription": "This type shall describe an input range that the associated power supply can u… [all …]
|
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | config.json | 7 "type": "gpio", string 9 "physpath": "/sys/bus/i2c/devices/7-0061", 10 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" 13 "type": "tach", string 18 "type": "anyof" string 26 "type": "gpio", string 28 "physpath": "/sys/bus/i2c/devices/7-0061", 29 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" 32 "type": "tach", string 37 "type": "anyof" string [all …]
|
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | config.json | 7 "type": "gpio", string 9 "physpath": "/sys/bus/i2c/devices/7-0061", 10 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" 13 "type": "tach", string 18 "type": "anyof" string 26 "type": "gpio", string 28 "physpath": "/sys/bus/i2c/devices/7-0061", 29 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" 32 "type": "tach", string 37 "type": "anyof" string [all …]
|
/openbmc/phosphor-power/ |
H A D | meson.options | 2 'input-history-busname-root', 3 type: 'string', 5 description: 'The D-Bus busname root for the PS input history.', 8 'input-history-sensor-root', 9 type: 'string', 11 description: 'The D-Bus power sensors namespace root.', 14 'input-history-sync-gpio', 15 type: 'string', 16 value: 'power-ffs-sync-history', 17 description: 'The GPIO line name for syncing input history data.', [all …]
|