Home
last modified time | relevance | path

Searched full:blinking (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/u-boot/drivers/led/
H A DKconfig18 HW blinking is supported and up to 24 LEDs can be controlled.
29 HW has no blinking capabilities and up to 32 LEDs can be controlled.
32 bool "Support LED blinking"
35 Some drivers can support automatic blinking of LEDs with a given
123 1 - blinking
158 1 - blinking
193 1 - blinking
228 1 - blinking
263 1 - blinking
298 1 - blinking
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME35 - blinking blue, for about one second
37 - blinking amber, until you release the button
50 have an empty environment, the board comes up with the amber LED blinking.
63 blinking blue
66 blinking amber
69 blinking red
73 the blinking blue LED changes to solid blue the kernel was loaded
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot23 [Documentation] Verify the LED asserted at standby is set to off or blinking.
28 Off 1 Blinking
33 [Documentation] Verify the LED asserted at runtime is set to off or blinking.
38 On 1 Blinking
100 …# asserted The assert property that sets the value to 0 - Off or 1 - Blinking (e.g.…
102 # LEDs after the lamp test is initiated (e.g. "Blinking")
114 # [IndicatorLED]: Blinking
165 # LEDs after the lamp test is initiated (e.g. "Blinking")
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp47 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getIndicatorLedState() argument
53 "Get identity blinking LED failed, mismatch in property type"); in getIndicatorLedState()
58 // Blinking ON, no need to check enclosure_identify assert. in getIndicatorLedState()
59 if (!ec && blinking) in getIndicatorLedState()
62 chassis::IndicatorLED::Blinking; in getIndicatorLedState()
120 else if (ledState == "Blinking") in setIndicatorLedState()
140 // Lets set enclosure_identify state to true if Blinking is in setIndicatorLedState()
171 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getSystemLocationIndicatorActive() argument
177 "Get identity blinking LED failed, mismatch in property type"); in getSystemLocationIndicatorActive()
182 // Blinking ON, no need to check enclosure_identify assert. in getSystemLocationIndicatorActive()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DPhysical.interface.yaml15 Percentage time the LED needs to be ON while blinking.
42 LED is blinking
H A DREADME.md18 be solid [ON] while some LEDs to be Blinking etc.
26 requirement of blinking system Enclosure LED indicating an internal problem:
61 blinking at 50% duty cycle.
86 would result in blinking the front and rear Identify LEDs of the enclosure.
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp42 Blinking, enumerator
115 {IndicatorLED::Blinking, "Blinking"},
H A Dresource.hpp70 Blinking, enumerator
201 {IndicatorLED::Blinking, "Blinking"},
H A Dcomputer_system.hpp45 Blinking, enumerator
253 {IndicatorLED::Blinking, "Blinking"},
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/
H A Dboot-status-led.sh38 …project.State.OperatingSystem.Status.OSStatus.Standby\"" ]] && [[ $led_status != "BLINKING" ]];then
40 led_status="BLINKING"
/openbmc/u-boot/drivers/misc/
H A Dstatus_led.c13 * U-Boot, a status LED is blinking. As soon as a valid BOOTP reply
15 * kernel, once it is running, will start blinking the LED again,
/openbmc/u-boot/include/
H A Dstatus_led.h10 * PCBoot, a status LED is blinking. As soon as a valid BOOTP reply
12 * kernel, once it is running, will start blinking the LED again,
H A Dled.h62 * To start the LED blinking, use set_state().
/openbmc/u-boot/board/Seagate/dockstar/
H A Ddockstar.c144 static void set_leds(u32 leds, u32 blinking) in set_leds() argument
150 writel(bl | blinking, &r->blink_en); in set_leds()
/openbmc/u-boot/board/Seagate/goflexhome/
H A Dgoflexhome.c146 static void set_leds(u32 leds, u32 blinking) in set_leds() argument
156 writel(bl | blinking, &r->blink_en); in set_leds()
/openbmc/u-boot/board/egnite/ethernut5/
H A Dethernut5_pwrman.h24 #define PWRMAN_REG_LEDCTL 8 /* LED blinking timer. */
/openbmc/phosphor-led-sysfs/
H A Dphysical.hpp110 /** @brief Sets the LED to BLINKING
H A Dphysical.cpp35 // LED is blinking. Get the on and off delays and derive percent duty in setInitialState()
/openbmc/u-boot/drivers/gpio/
H A Dkw_gpio.c147 /* Set blinking. */ in kw_gpio_set_blink()
/openbmc/u-boot/test/dm/
H A Dled.c120 /* Test LED blinking */
/openbmc/u-boot/cmd/
H A Dlegacy_led.c81 * LED drivers providing a blinking LED functionality, like the
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/
H A Dventura-early-sys-init110 # Clear the 7~4th bits for Port 10 Link/Act/Speed by blinking
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DChassis.v1_27_0.json826 "Blinking",
833 "Blinking": "The indicator LED is blinking.", string
839 …"Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is … string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DChassis.v1_27_0.json826 "Blinking",
833 "Blinking": "The indicator LED is blinking.", string
839 …"Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is … string
/openbmc/ipmitool/lib/
H A Dipmi_vita.c148 " 1 - 250: LED blinking override (off duration)\n"
691 printf("[BLINKING]\n"); in ipmi_vita_get_led_state()
706 printf("[BLINKING]\n"); in ipmi_vita_get_led_state()

12