Home
last modified time | relevance | path

Searched full:indicator (Results 1 – 25 of 258) sorted by relevance

1234567891011

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot2 Documentation Check the indicator LEDs on the system can set the assert
25 [Template] Set and Verify Lamp LED Indicator
35 [Template] Set and Verify Lamp LED Indicator
45 [Template] Set and Verify LED Indicator
55 [Template] Set and Verify LED Indicator
82 Verify Location Indicator Active status
83 [Documentation] Verify the Location Indicator Active status to true or false.
85 [setup] Set Suite LED Indicator Initial Value
89 Set And Verify LED Location Indicator Active ${set_value}
94 Set and Verify Lamp LED Indicator
[all …]
/openbmc/docs/designs/
H A Docp-led-policy-support.md88 - [OCP Panel Indicator Specification rev1.0 (pdf)](http://files.opencompute.org/oc/public.php?servi…
89 - [OCP Panel Indicator Specification rev1.0 (presentation)](https://www.opencompute.org/files/OCP18…
93 ### Permitted Indicator Colors
99 ### Permitted Indicator States
105 ### Permitted Indicator Count on Component
113 - Ability to prioritize the different LED Groups and thus possible indicator
115 - An Indicator should not be in an inconsistent state. It can display the states
118 consistent state. The indicator state must be consistent even when conflicting
199 indicator
215 - Allow configuring an "indicator" that's comprised of multiple LEDs and then
[all …]
H A Dsol-sysrq.md89 is use `MSG_OOB` as the indicator of sysrq. The `MSG_OOB` was already introduced
90 to [netipmid][4] as the indicator of sysrq. In this solution, bmcweb shall be
/openbmc/openpower-proc-control/service_files/
H A Dphal-create-boottime-guard-indicator.service.in2 Description=PHAL, Create boottime guard indicator
9 # PHAL will take some guard actions based on the below indicator
/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h78 * set via set-indicator RTAS calls
90 * set via set-indicator RTAS calls
106 * DR-indicator (LED/visual indicator)
108 * set via set-indicator RTAS calls
218 /* DR-indicator */
/openbmc/qemu/include/qemu/
H A Dguest-random.h18 * @errp: an error indicator
48 * @errp: an error indicator
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst154 ``rtas-set-indicator``
157 Set the state of an indicator or sensor.
159 ``arg[0]``: integer identifying sensor/indicator type.
168 For the purpose of this document we focus on the indicator/sensor types
178 * ``9002``: ``dr-indicator``, controls "visual" indicator associated with
211 Used to read an indicator or sensor value.
213 ``arg[0]``: integer identifying sensor/indicator type.
222 ``rtas-set-indicator``. The semantics/encodings of the sensor values are
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dop-proc-control-systemd-links.bb93 …systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicator.service"
94 TARGET="../phal-create-boottime-guard-indicator.service"
96 …stemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service"
170 …systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicator.service"
172 …stemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service"
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss10 // Power state indicator on/off
16 // Power bar indicator
/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h66 #define PORTSC_PIC (3 << 14) // Port Indicator Control
67 #define PORTSC_PIC_SH 14 // Port Indicator Control Shift
/openbmc/u-boot/include/usb/
H A Dulpi.h57 * @ext_indicator - external VBUS over-current indicator is used
64 * Configure VBUS indicator
65 * @external - external VBUS over-current indicator is used
148 /* Access Extended Register Set (indicator) */
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt44 - RxValid specifies Rx data valid indicator.
45 - RxLpdt specifies an indicator that D-PHY is under RxLpdt mode
/openbmc/qemu/hw/s390x/
H A Dcss.c395 IndAddr *indicator; in get_indicator() local
397 QTAILQ_FOREACH(indicator, &channel_subsys.indicator_addresses, sibling) { in get_indicator()
398 if (indicator->addr == ind_addr) { in get_indicator()
399 indicator->refcnt++; in get_indicator()
400 return indicator; in get_indicator()
403 indicator = g_new0(IndAddr, 1); in get_indicator()
404 indicator->addr = ind_addr; in get_indicator()
405 indicator->len = len; in get_indicator()
406 indicator->refcnt = 1; in get_indicator()
408 indicator, sibling); in get_indicator()
[all …]
/openbmc/u-boot/include/linux/
H A Dserial_reg.h127 #define UART_LSR_BI 0x10 /* Break interrupt indicator */
128 #define UART_LSR_FE 0x08 /* Frame error indicator */
129 #define UART_LSR_PE 0x04 /* Parity error indicator */
130 #define UART_LSR_OE 0x02 /* Overrun error indicator */
136 #define UART_MSR_RI 0x40 /* Ring Indicator */
140 #define UART_MSR_TERI 0x04 /* Trailing edge ring indicator */
/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.hpp23 * @brief A progress indicator that writes to stdout. It deliberately
/openbmc/u-boot/net/
H A Dsntp.h13 /* Leap Indicator */
/openbmc/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/
H A DManager.interface.yaml44 The error level/severity indicator.
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dserver-led-controller.html33 >Server LED indicator is
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h312 #define RH_PS_POCI 0x00000008 /* port over current indicator */
319 #define RH_PS_OCIC 0x00080000 /* over current indicator change */
324 #define RH_HS_OCI 0x00000002 /* over current indicator */
327 #define RH_HS_OCIC 0x00020000 /* over current indicator change */
/openbmc/qemu/include/hw/char/
H A Dimx_serial.h55 #define USR2_RIDELT (1<<10) /* Ring Indicator delta */
56 #define USR2_RIIN (1<<9) /* Ring Indicator Input */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/
H A Dgeany-2.0-gcc15.patch76 --- a/scintilla/src/Indicator.cxx
77 +++ b/scintilla/src/Indicator.cxx
/openbmc/u-boot/include/
H A Dpci_rom.h31 uint8_t indicator; member
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DChassis.v1_27_0.json262 "description": "The state of the indicator LED, which identifies the chassis.",
263 …"longDescription": "This property shall contain the indicator light state for the indicator light …
286 … "description": "An indicator allowing an operator to physically locate this resource.",
287 …"longDescription": "This property shall contain the state of the indicator used to physically iden…
833 "Blinking": "The indicator LED is blinking.",
834 "Lit": "The indicator LED is lit.",
835 "Off": "The indicator LED is off.",
836 "Unknown": "The state of the indicator LED cannot be determined."
839 …"Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is …
840 …"Lit": "This value shall represent the indicator LED is in a solid on state. If the service does …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DChassis.v1_27_0.json262 "description": "The state of the indicator LED, which identifies the chassis.",
263 …"longDescription": "This property shall contain the indicator light state for the indicator light …
286 … "description": "An indicator allowing an operator to physically locate this resource.",
287 …"longDescription": "This property shall contain the state of the indicator used to physically iden…
833 "Blinking": "The indicator LED is blinking.",
834 "Lit": "The indicator LED is lit.",
835 "Off": "The indicator LED is off.",
836 "Unknown": "The state of the indicator LED cannot be determined."
839 …"Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is …
840 …"Lit": "This value shall represent the indicator LED is in a solid on state. If the service does …
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp12 * The base class for service indicator policies.
182 * @brief Returns the object for the service indicator policy

1234567891011