| /linux/drivers/leds/ |
| H A 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 …]
|
| 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-gpio.c | 27 u8 blinking; member 48 if (led_dat->blinking) { in gpio_led_set() 51 led_dat->blinking = 0; in gpio_led_set() 72 led_dat->blinking = 1; in gpio_blink_set() 91 led_dat->blinking = 0; in create_gpio_led()
|
| H A D | leds-cht-wcove.c | 121 /* Disable HW blinking */ in cht_wc_leds_brightness_set() 178 /* Return blinking period for given CTRL reg value */ 235 /* Disable HW blinking */ in cht_wc_leds_set_effect()
|
| /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/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-lp5562.rst | 49 For example, run blinking green channel pattern:: 58 To run a blinking white pattern::
|
| H A D | leds-mlxcpld.rst | 117 Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle).
|
| H A D | leds-blinkm.rst | 13 Also you can store blinking sequences as "scripts" in
|
| /linux/include/linux/ |
| H A D | leds.h | 122 /* Brightness off also disables hw-blinking so it is a separate action */ 147 * Deactivate blinking again when the brightness is set to LED_OFF 304 * led_blink_set - set blinking with software fallback 305 * @led_cdev: the LED to start blinking 311 * software blinking if there is no hardware blinking or if 316 * Note that if software blinking is active, simply calling 317 * led_cdev->brightness_set() will not stop the blinking, 324 * led_blink_set_nosleep - set blinking, guaranteed to not sleep 325 * @led_cdev: the LED to start blinking 337 * @led_cdev: the LED to start blinking [all …]
|
| /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.
|
| H A D | leds-bcm63138.yaml | 17 also includes limited support for hardware blinking.
|
| /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);
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp.h | 27 #define LED_ID 2 /* slow blinking */ 28 #define LED_ACTION 3 /* fast blinking */
|
| H A D | pciehp.h | 126 * Power Indicator is blinking 128 * Power Indicator is blinking
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | leds.c | 395 * and ignore if the activity has special properties such as blinking in mv88e6xxx_led_match_rule() 442 /* Sets up the hardware blinking period */ 473 /* Fall back to software blinking */ in mv88e6xxx_led_set_blinking_period() 540 /* This will select the forced blinking status */ in mv88e6xxx_led_blink_set() 648 /* It's forced blinking/OFF/ON */ in mv88e6xxx_led_hw_control_get() 657 /* It's forced blinking/OFF/ON */ in mv88e6xxx_led_hw_control_get()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A 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/drivers/leds/blink/ |
| H A D | Kconfig | 26 The driver supports hardware blinking and the LEDs can be configured
|
| /linux/drivers/leds/trigger/ |
| H A 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()
|
| H A D | ledtrig-timer.c | 121 /* Stop blinking */ in timer_trig_deactivate()
|
| /linux/Documentation/driver-api/media/ |
| H A D | rc-core.rst | 31 The infrared transmission is done by blinking a infrared emitter using a
|