/openbmc/linux/Documentation/leds/ |
H A D | leds-cht-wcove.rst | 35 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 D | ledtrig-oneshot.rst | 13 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 D | leds-lp55xx.rst | 90 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
|
H A D | leds-class.rst | 126 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 D | leds-lp5562.rst | 49 For example, run blinking green channel pattern:: 58 To run a blinking white pattern::
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 9 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/bmcweb/redfish-core/lib/ |
H A D | led.hpp | 37 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getIndicatorLedState() argument 49 if (!ec && blinking) in getIndicatorLedState() 161 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getSystemLocationIndicatorActive() argument 173 if (!ec && blinking) in getSystemLocationIndicatorActive()
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 10 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 D | 0001-mesa-demos-Add-missing-data-files.patch | 18 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/drivers/leds/ |
H A D | leds-pca963x.c | 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() 357 led->blinking = false; in pca963x_register_leds()
|
H A D | leds-gpio.c | 26 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()
|
H A D | leds-ss4200.c | 451 int blinking = 0; in blink_show() local 453 blinking = 1; in blink_show() 454 return sprintf(buf, "%u\n", blinking); in blink_show()
|
H A D | leds-lm355x.c | 118 u8 blinking; member 369 indicator_pattern[state].blinking); in pattern_store()
|
/openbmc/u-boot/drivers/led/ |
H A D | Kconfig | 18 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/devicetree/bindings/leds/ |
H A D | leds-el15203000.txt | 6 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 D | pca963x.txt | 9 - nxp,hw-blink : use hardware blinking instead of software blinking
|
H A D | leds-ns2.txt | 11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
|
H A D | leds-spi-byte.txt | 13 accelerated blinking) might can be supported too.
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 35 - 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/u-boot/board/Seagate/dockstar/ |
H A D | dockstar.c | 144 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 D | goflexhome.c | 146 static void set_leds(u32 leds, u32 blinking) in set_leds() argument 156 writel(bl | blinking, &r->blink_en); in set_leds()
|
/openbmc/linux/drivers/leds/blink/ |
H A D | leds-lgm-sso.c | 110 unsigned int blinking:1; member 253 if (desc->hw_blink && !val && desc->blinking) { in sso_led_brightness_set() 254 desc->blinking = 0; in sso_led_brightness_set() 256 } else if (desc->hw_blink && val && !desc->blinking) { in sso_led_brightness_set() 257 desc->blinking = 1; in sso_led_brightness_set() 320 led->desc.blinking = 1; in sso_led_blink_set()
|
H A D | Kconfig | 26 The driver supports hardware blinking and the LEDs can be configured
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | README.md | 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/linux/drivers/net/phy/ |
H A D | mediatek-ge-soc.c | 1157 bool blinking) in mt798x_phy_hw_led_blink_set() argument 1163 if (blinking) in mt798x_phy_hw_led_blink_set() 1173 blinking ? MTK_PHY_LED_BLINK_FORCE_BLINK : 0); in mt798x_phy_hw_led_blink_set() 1182 bool blinking = false; in mt798x_phy_led_blink_set() local 1189 blinking = true; in mt798x_phy_led_blink_set() 1194 err = mt798x_phy_hw_led_blink_set(phydev, index, blinking); in mt798x_phy_led_blink_set()
|