Home
last modified time | relevance | path

Searched refs:blinking (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/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::
/OK3568_Linux_fs/yocto/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
H A D0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch60 + blinking-teapot.frag \
61 + blinking-teapot.vert \
/OK3568_Linux_fs/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
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-gpio.c24 u8 blinking; member
45 if (led_dat->blinking) { in gpio_led_set()
48 led_dat->blinking = 0; in gpio_led_set()
69 led_dat->blinking = 1; in gpio_blink_set()
87 led_dat->blinking = 0; in create_gpio_led()
H A Dleds-ss4200.c448 int blinking = 0; in nas_led_blink_show() local
450 blinking = 1; in nas_led_blink_show()
451 return sprintf(buf, "%u\n", blinking); in nas_led_blink_show()
H A Dleds-lm355x.c118 u8 blinking; member
369 indicator_pattern[state].blinking); in lm3556_indicator_pattern_store()
/OK3568_Linux_fs/kernel/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
H A Dleds-ns2.txt11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
H A Dleds-spi-byte.txt13 accelerated blinking) might can be supported too.
/OK3568_Linux_fs/kernel/Documentation/leds/
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-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.
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
H A Dleds-lp5562.rst49 For example, run blinking green channel pattern::
58 To run a blinking white pattern::
H A Dleds-blinkm.rst13 Also you can store blinking sequences as "scripts" in
H A Dleds-mlxcpld.rst117 Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle).
/OK3568_Linux_fs/u-boot/board/Seagate/dockstar/
H A Ddockstar.c145 static void set_leds(u32 leds, u32 blinking) in set_leds() argument
151 writel(bl | blinking, &r->blink_en); in set_leds()
/OK3568_Linux_fs/u-boot/board/Seagate/goflexhome/
H A Dgoflexhome.c147 static void set_leds(u32 leds, u32 blinking) in set_leds() argument
157 writel(bl | blinking, &r->blink_en); in set_leds()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch9 This would cause blinking with MALI.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch9 This would cause blinking with MALI.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch9 This would cause blinking with MALI.
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst12 Mac80211 supports various ways of blinking LEDs. Wherever possible,

12