/linux-6.3-rc2/Documentation/admin-guide/ |
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::
|
/linux-6.3-rc2/drivers/leds/ |
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()
|
A D | leds-gpio.c | 25 u8 blinking; member 46 if (led_dat->blinking) { in gpio_led_set() 49 led_dat->blinking = 0; in gpio_led_set() 70 led_dat->blinking = 1; in gpio_blink_set() 88 led_dat->blinking = 0; in create_gpio_led()
|
A D | leds-ss4200.c | 448 int blinking = 0; in blink_show() local 450 blinking = 1; in blink_show() 451 return sprintf(buf, "%u\n", blinking); in blink_show()
|
A D | leds-lm355x.c | 118 u8 blinking; member 369 indicator_pattern[state].blinking); in pattern_store()
|
A D | Kconfig | 202 hardware-accelerated blinking with maximum on and off periods of 9.8 571 can stop the front LED from blinking after startup. 632 Driver support brightness control and hardware-assisted blinking.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/ |
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.
|
A D | pca963x.txt | 9 - nxp,hw-blink : use hardware blinking instead of software blinking
|
A D | leds-ns2.txt | 11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
|
A D | leds-spi-byte.txt | 13 accelerated blinking) might can be supported too.
|
A D | leds-bcm63138.yaml | 17 also includes limited support for hardware blinking.
|
A D | common.yaml | 16 blinking patterns, flash timeout, flash faults and external flash strobe mode.
|
/linux-6.3-rc2/Documentation/leds/ |
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
|
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.
|
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
|
A D | leds-lp5562.rst | 49 For example, run blinking green channel pattern:: 58 To run a blinking white pattern::
|
A D | leds-blinkm.rst | 13 Also you can store blinking sequences as "scripts" in
|
A D | leds-mlxcpld.rst | 117 Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle).
|
/linux-6.3-rc2/drivers/leds/blink/ |
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()
|
A D | Kconfig | 26 The driver supports hardware blinking and the LEDs can be configured
|
/linux-6.3-rc2/Documentation/driver-api/80211/ |
A D | mac80211-advanced.rst | 12 Mac80211 supports various ways of blinking LEDs. Wherever possible,
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | armada-xp-lenovo-ix4-300d.dts | 201 /* init blinking while booting */
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | rc-core.rst | 31 The infrared transmission is done by blinking a infrared emitter using a
|
/linux-6.3-rc2/drivers/leds/trigger/ |
A D | Kconfig | 17 blinking the LED without any further software interaction.
|
/linux-6.3-rc2/Documentation/fb/ |
A D | matroxfb.rst | 211 noblink disables cursor blinking. Cursor in text mode always blinks (hw 213 blink enables cursor blinking. It is default.
|