Home
last modified time | relevance | path

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

1234567

/openbmc/linux/drivers/leds/
H A Dleds-bcm6328.c64 * @blink_leds: blinking LEDs
65 * @blink_delay: blinking delay
136 /* Remove LED from cached HW blinking intervals */ in bcm6328_led_set()
178 "fallback to soft blinking (delay_on != delay_off)\n"); in bcm6328_blink_set()
184 "fallback to soft blinking (delay > %ums)\n", in bcm6328_blink_set()
191 * Check if any of the two configurable HW blinking intervals is in bcm6328_blink_set()
193 * 1. No LEDs assigned to the HW blinking interval. in bcm6328_blink_set()
194 * 2. Only this LED is assigned to the HW blinking interval. in bcm6328_blink_set()
202 /* Add LED to the first HW blinking interval cache */ in bcm6328_blink_set()
205 /* Remove LED from the second HW blinking interval cache */ in bcm6328_blink_set()
[all …]
H A Dleds-pca963x.c14 * Note that hardware blinking violates the leds infrastructure driver
15 * interface since the hardware only supports blinking all LEDs with the
19 * that is set to blink will be used for all of the blinking LEDs.
20 * Hardware blinking is disabled by default but can be enabled by setting
44 #define PCA963X_MODE2_DMBLNK 0x20 /* Enable blinking */
104 bool blinking; member
133 if (led->blinking) { in pca963x_brightness()
147 led->blinking = false; in pca963x_brightness()
157 if (led->blinking) in pca963x_brightness()
198 led->blinking = true; in pca963x_blink()
[all …]
H A Dleds-ss4200.c172 * There are two gpio ports, one for blinking and the other
173 * for power. @port tells us if we're doing blinking or
227 * consistency so that both the "turn off blinking" in nasgpio_led_set_brightness()
439 * LED_OFF implies disabling future blinking in set_power_light_amber_noblink()
451 int blinking = 0; in blink_show() local
453 blinking = 1; in blink_show()
454 return sprintf(buf, "%u\n", blinking); in blink_show()
535 * light blue and blinking. This will turn it solid in nas_gpio_init()
H A Dleds-gpio.c26 u8 blinking; member
47 if (led_dat->blinking) { in gpio_led_set()
50 led_dat->blinking = 0; in gpio_led_set()
71 led_dat->blinking = 1; in gpio_blink_set()
90 led_dat->blinking = 0; in create_gpio_led()
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp32 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getIndicatorLedState() argument
38 "Get identity blinking LED failed, mismatch in property type"); in getIndicatorLedState()
43 // Blinking ON, no need to check enclosure_identify assert. in getIndicatorLedState()
44 if (!ec && blinking) in getIndicatorLedState()
47 chassis::IndicatorLED::Blinking; in getIndicatorLedState()
105 else if (ledState == "Blinking") in setIndicatorLedState()
125 // Lets set enclosure_identify state to true if Blinking is in setIndicatorLedState()
156 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getSystemLocationIndicatorActive() argument
162 "Get identity blinking LED failed, mismatch in property type"); in getSystemLocationIndicatorActive()
167 // Blinking ON, no need to check enclosure_identify assert. in getSystemLocationIndicatorActive()
[all …]
/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/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst9 tricks: you can make your cursor look like a non-blinking red block,
40 on highlight (or sometimes blinking -- it depends on the configuration
52 To get normal blinking underline, use::
56 To get blinking block, use::
60 To get red non-blinking block, use::
/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/linux/Documentation/leds/
H A Dleds-cht-wcove.rst35 This is just like how blinking works in the LED subsystem,
36 for both sw and hw blinking the brightness can also be changed
37 while blinking. Breathing on this hw really is just a variant
38 mode of blinking.
H A Dleds-class.rst126 blinking,
132 blinking, returns -EBUSY if software blink fallback is enabled.
155 blink_set() function (see <linux/leds.h>). To set an LED to blinking,
159 To turn off blinking, use the API function led_brightness_set()
161 timers that may have been required for blinking.
163 The blink_set() function should choose a user friendly blinking value
170 hardware blinking function, if any.
229 device for the trigger as the source for blinking
H A Dledtrig-oneshot.rst13 event, while in the latter it keeps blinking at constant rate, as to signal
40 echo 1 > shot # led starts blinking, ignored if already blinking
H A Dleds-lp55xx.rst90 For example, run blinking pattern in engine #1 of LP5521::
98 For example, run blinking pattern in engine #3 of LP55231
109 To start blinking patterns in engine #2 and #3 simultaneously::
192 /* mode_1: blinking data */
219 echo 1 > /sys/bus/i2c/devices/xxxx/led_pattern # red blinking LED pattern
/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/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch10 src/glsl/blinking-teapot.c | 4 ++--
37 diff --git a/src/glsl/blinking-teapot.c b/src/glsl/blinking-teapot.c
39 --- a/src/glsl/blinking-teapot.c
40 +++ b/src/glsl/blinking-teapot.c
45 - vshad_id = CompileShaderFile (GL_VERTEX_SHADER, "blinking-teapot.vert");
46 - fshad_id = CompileShaderFile (GL_FRAGMENT_SHADER, "blinking-teapot.frag");
47 + vshad_id = CompileShaderFile (GL_VERTEX_SHADER, DEMOS_DATA_DIR "blinking-teapot.vert");
48 + fshad_id = CompileShaderFile (GL_FRAGMENT_SHADER, DEMOS_DATA_DIR "blinking-teapot.frag");
H A D0001-mesa-demos-Add-missing-data-files.patch18 src/glsl/blinking-teapot.frag | 31 +++++
19 src/glsl/blinking-teapot.vert | 16 +++
32 create mode 100644 src/glsl/blinking-teapot.frag
33 create mode 100644 src/glsl/blinking-teapot.vert
119 diff --git a/src/glsl/blinking-teapot.frag b/src/glsl/blinking-teapot.frag
123 +++ b/src/glsl/blinking-teapot.frag
156 diff --git a/src/glsl/blinking-teapot.vert b/src/glsl/blinking-teapot.vert
160 +++ b/src/glsl/blinking-teapot.vert
/openbmc/linux/include/linux/
H A Dleds.h128 /* Brightness off also disables hw-blinking so it is a separate action */
153 * Deactivate blinking again when the brightness is set to LED_OFF
321 * led_blink_set - set blinking with software fallback
322 * @led_cdev: the LED to start blinking
328 * software blinking if there is no hardware blinking or if
333 * Note that if software blinking is active, simply calling
334 * led_cdev->brightness_set() will not stop the blinking,
341 * led_blink_set_nosleep - set blinking, guaranteed to not sleep
342 * @led_cdev: the LED to start blinking
354 * @led_cdev: the LED to start blinking
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-el15203000.txt6 The board manages 3 LEDs and supports predefined blinking patterns
10 Doesn't have any hardware blinking pattern.
13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern.
H A Dpca963x.txt9 - nxp,hw-blink : use hardware blinking instead of software blinking
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
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.
H A DPhysical.interface.yaml15 Percentage time the LED needs to be ON while blinking.
42 LED is blinking
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp42 Blinking, enumerator
115 {IndicatorLED::Blinking, "Blinking"},
H A Dresource.hpp54 Blinking, enumerator
162 {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/linux/drivers/staging/rtl8712/
H A Drtl871x_led.h82 u8 bLedBlinkInProgress; /*true if blinking */
89 u32 BlinkingLedState; /* Next state for blinking,
93 struct timer_list BlinkTimer; /* Timer object for led blinking.*/
/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp.h27 #define LED_ID 2 /* slow blinking */
28 #define LED_ACTION 3 /* fast blinking */

1234567