/Linux-v6.1/drivers/leds/ |
D | leds-bcm6328.c | 64 * @blink_leds: blinking LEDs 65 * @blink_delay: blinking delay 136 /* Remove LED from cached HW blinking intervals */ in bcm6328_led_set() 178 "fallback to soft blinking (delay_on != delay_off)\n"); in bcm6328_blink_set() 184 "fallback to soft blinking (delay > %ums)\n", in bcm6328_blink_set() 191 * Check if any of the two configurable HW blinking intervals is in bcm6328_blink_set() 193 * 1. No LEDs assigned to the HW blinking interval. in bcm6328_blink_set() 194 * 2. Only this LED is assigned to the HW blinking interval. in bcm6328_blink_set() 202 /* Add LED to the first HW blinking interval cache */ in bcm6328_blink_set() 205 /* Remove LED from the second HW blinking interval cache */ in bcm6328_blink_set() [all …]
|
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 44 #define PCA963X_MODE2_DMBLNK 0x20 /* Enable blinking */ 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() [all …]
|
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() 436 * LED_OFF implies disabling future blinking in set_power_light_amber_noblink() 448 int blinking = 0; in blink_show() local 450 blinking = 1; in blink_show() 451 return sprintf(buf, "%u\n", blinking); in blink_show() 532 * light blue and blinking. This will turn it solid in nas_gpio_init()
|
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()
|
D | leds-lp3944.c | 202 * to mess with the hardware blinking mode. in lp3944_led_set() 257 * will have the same blinking pattern. in lp3944_led_set_blink() 259 * We could find a way later to have two leds blinking in hardware in lp3944_led_set_blink()
|
D | Kconfig | 202 hardware-accelerated blinking with maximum on and off periods of 9.8 579 can stop the front LED from blinking after startup. 642 cannot be used. This driver supports hardware blinking with an on+off 651 Driver support brightness control and hardware-assisted blinking.
|
/Linux-v6.1/Documentation/admin-guide/ |
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-v6.1/Documentation/leds/ |
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.
|
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
|
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
|
D | leds-lp5562.rst | 49 For example, run blinking green channel pattern:: 58 To run a blinking white pattern::
|
/Linux-v6.1/drivers/staging/r8188eu/include/ |
D | rtw_led.h | 27 LED_BLINK_SCAN = 6, /* LED is blinking during scanning period, 44 bool bLedBlinkInProgress; /* true if it is blinking, false o.w.. */ 48 u32 BlinkTimes; /* Number of times to toggle led state for blinking. */
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
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.
|
D | pca963x.txt | 9 - nxp,hw-blink : use hardware blinking instead of software blinking
|
D | leds-ns2.txt | 11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
|
D | leds-spi-byte.txt | 13 accelerated blinking) might can be supported too.
|
/Linux-v6.1/include/linux/ |
D | leds.h | 119 * Deactivate blinking again when the brightness is set to LED_OFF 220 * led_blink_set - set blinking with software fallback 221 * @led_cdev: the LED to start blinking 227 * software blinking if there is no hardware blinking or if 230 * Note that if software blinking is active, simply calling 231 * led_cdev->brightness_set() will not stop the blinking, 238 * @led_cdev: the LED to start blinking 259 * software blink timer that implements blinking when the
|
/Linux-v6.1/drivers/staging/rtl8712/ |
D | rtl871x_led.h | 82 u8 bLedBlinkInProgress; /*true if blinking */ 89 u32 BlinkingLedState; /* Next state for blinking, 93 struct timer_list BlinkTimer; /* Timer object for led blinking.*/
|
/Linux-v6.1/drivers/pci/hotplug/ |
D | rpaphp.h | 27 #define LED_ID 2 /* slow blinking */ 28 #define LED_ACTION 3 /* fast blinking */
|
/Linux-v6.1/drivers/leds/blink/ |
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()
|
D | Kconfig | 26 The driver supports hardware blinking and the LEDs can be configured
|
/Linux-v6.1/drivers/net/wireless/ath/ath5k/ |
D | gpio.c | 48 * Used to set the LED blinking state. This only 67 * Some blinking values, define at your wish in ath5k_hw_set_ledstate()
|
/Linux-v6.1/drivers/net/phy/ |
D | intel-xway.c | 72 /* Complex Blinking Configuration */ 92 /* Fast Blinking Configuration */ 132 /* Slow Blinking Configuration */
|
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_led.c | 24 pLed->bLedBlinkInProgress = false; /* true if it is blinking, false o.w.. */ in ResetLedStatus() 27 pLed->BlinkTimes = 0; /* Number of times to toggle led state for blinking. */ in ResetLedStatus()
|
/Linux-v6.1/drivers/leds/trigger/ |
D | ledtrig-activity.c | 101 * blinking frequency to increase up to the point where the load is in led_activity_function() 104 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function()
|