/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::
|
H A D | leds-blinkm.rst | 13 Also you can store blinking sequences as "scripts" in
|
/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::
|
/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 | 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.
|
/linux/drivers/leds/ |
H A D | leds-pca963x.c | 14 * 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 45 #define PCA963X_MODE2_DMBLNK 0x20 /* Enable blinking */ 105 bool blinking; member 134 if (led->blinking) { in pca963x_brightness() 148 led->blinking = false; in pca963x_brightness() 158 if (led->blinking) in pca963x_brightness() 199 led->blinking in pca963x_blink() [all...] |
H A D | leds-ss4200.c | 172 * 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, "%d\n", blinking); in blink_show() 535 * light blue and blinking. This will turn it solid in nas_gpio_init()
|
H A D | leds-lm355x.c | 118 u8 blinking; member 369 indicator_pattern[state].blinking); in pattern_store()
|
/linux/drivers/net/phy/mediatek/ |
H A D | mtk-phy-lib.c | 270 unsigned long *delay_off, bool *blinking) in mtk_phy_led_num_dly_cfg() argument 276 *blinking = true; in mtk_phy_led_num_dly_cfg() 310 int mtk_phy_hw_led_blink_set(struct phy_device *phydev, u8 index, bool blinking) in mtk_phy_hw_led_blink_set() argument 317 if (blinking) in mtk_phy_hw_led_blink_set() 328 blinking ? in mtk_phy_hw_led_blink_set()
|
H A D | mtk.h | 97 unsigned long *delay_off, bool *blinking); 101 bool blinking);
|
H A D | mtk-ge-soc.c | 1222 bool blinking = false; in mt798x_phy_led_blink_set() local 1225 err = mtk_phy_led_num_dly_cfg(index, delay_on, delay_off, &blinking); in mt798x_phy_led_blink_set() 1229 err = mtk_phy_hw_led_blink_set(phydev, index, blinking); in mt798x_phy_led_blink_set() 1314 /* Only now setup pinctrl to avoid bogus blinking */ in mt7988_phy_fix_leds_polarities()
|
/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
|
/linux/drivers/net/phy/ |
H A D | air_en8811h.c | 574 bool blinking) in air_hw_led_blink_set() argument 582 if (blinking) in air_hw_led_blink_set() 594 blinking ? in air_hw_led_blink_set() 605 bool blinking = false; in air_led_blink_set() local 612 blinking = true; in air_led_blink_set() 617 err = air_hw_led_blink_set(phydev, index, blinking); in air_led_blink_set()
|
/linux/Documentation/driver-api/80211/ |
H A D | mac80211-advanced.rst | 12 Mac80211 supports various ways of blinking LEDs. Wherever possible,
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-xp-lenovo-ix4-300d.dts | 201 /* init blinking while booting */
|
/linux/Documentation/driver-api/media/ |
H A D | rc-core.rst | 31 The infrared transmission is done by blinking a infrared emitter using a
|
/linux/drivers/leds/trigger/ |
H A D | Kconfig | 17 blinking the LED without any further software interaction.
|
/linux/Documentation/fb/ |
H A D | matroxfb.rst | 211 noblink disables cursor blinking. Cursor in text mode always blinks (hw 213 blink enables cursor blinking. It is default.
|
/linux/drivers/atm/ |
H A D | iphase.c | 2442 static u_char blinking[8] = {0, 0, 0, 0, 0, 0, 0, 0}; local 2448 if (blinking[i] == 0) { 2449 blinking[i]++; 2455 blinking[i] = 0;
|