| /OK3568_Linux_fs/kernel/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::
|
| /OK3568_Linux_fs/yocto/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
|
| H A D | 0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch | 60 + blinking-teapot.frag \ 61 + blinking-teapot.vert \
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-gpio.c | 24 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 D | leds-ss4200.c | 448 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 D | leds-lm355x.c | 118 u8 blinking; member 369 indicator_pattern[state].blinking); in lm3556_indicator_pattern_store()
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| 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-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.
|
| 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-lp5562.rst | 49 For example, run blinking green channel pattern:: 58 To run a blinking white pattern::
|
| H A D | leds-blinkm.rst | 13 Also you can store blinking sequences as "scripts" in
|
| H A D | leds-mlxcpld.rst | 117 Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle).
|
| /OK3568_Linux_fs/u-boot/board/Seagate/dockstar/ |
| H A D | dockstar.c | 145 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 D | goflexhome.c | 147 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 D | 0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch | 9 This would cause blinking with MALI.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch | 9 This would cause blinking with MALI.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch | 9 This would cause blinking with MALI.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/80211/ |
| H A D | mac80211-advanced.rst | 12 Mac80211 supports various ways of blinking LEDs. Wherever possible,
|