| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 25 led-sources: 30 $ref: /schemas/types.yaml#/definitions/uint32-array 35 from the header include/dt-bindings/leds/common.h. If there is no 42 the header include/dt-bindings/leds/common.h. If there is no matching 48 function-enumerator: [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-block-device | 4 Contact: linux-ide@vger.kernel.org 6 (RW) Used by drivers which support software controlled activity 12 0 OFF - the LED is not activated on activity 13 1 BLINK_ON - the LED blinks on every 10ms when activity is 15 2 BLINK_OFF - the LED is on when idle, and blinks off 16 every 10ms when activity is detected. 20 control the activity LED via the em_message file. 26 Contact: linux-ide@vger.kernel.org 28 (RW) Hard disk shock protection 34 - If the device does not support the unload heads feature, [all …]
|
| /kernel/linux/linux-5.10/drivers/leds/trigger/ |
| D | ledtrig-disk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * LED Disk Activity Trigger 40 led_trigger_register_simple("disk-activity", &ledtrig_disk); in ledtrig_disk_init() 41 led_trigger_register_simple("disk-read", &ledtrig_disk_read); in ledtrig_disk_init() 42 led_trigger_register_simple("disk-write", &ledtrig_disk_write); in ledtrig_disk_init() 43 led_trigger_register_simple("ide-disk", &ledtrig_ide); in ledtrig_disk_init()
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 For more details read Documentation/leds/leds-class.rst. 23 tristate "LED One-shot Trigger" 25 This allows LEDs to blink in one-shot pulses with parameters 36 bool "LED Disk Trigger" 39 This allows LEDs to be controlled by disk activity. 46 This allows LEDs to be controlled by MTD activity. 53 The flash frequency is a hyperbolic function of the 1-minute 75 tristate "LED activity Trigger" 130 This allows LEDs to be controlled by network device activity. [all …]
|
| D | ledtrig-mtd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Based on LED IDE-Disk Activity Trigger 37 led_trigger_register_simple("nand-disk", &ledtrig_nand); in ledtrig_mtd_init()
|
| /kernel/linux/linux-6.6/drivers/leds/trigger/ |
| D | ledtrig-disk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * LED Disk Activity Trigger 34 led_trigger_register_simple("disk-activity", &ledtrig_disk); in ledtrig_disk_init() 35 led_trigger_register_simple("disk-read", &ledtrig_disk_read); in ledtrig_disk_init() 36 led_trigger_register_simple("disk-write", &ledtrig_disk_write); in ledtrig_disk_init()
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 For more details read Documentation/leds/leds-class.rst. 23 tristate "LED One-shot Trigger" 25 This allows LEDs to blink in one-shot pulses with parameters 36 bool "LED Disk Trigger" 39 This allows LEDs to be controlled by disk activity. 46 This allows LEDs to be controlled by MTD activity. 53 The flash frequency is a hyperbolic function of the 1-minute 76 tristate "LED activity Trigger" 132 This allows LEDs to be controlled by network device activity. [all …]
|
| D | ledtrig-mtd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Based on LED IDE-Disk Activity Trigger 33 led_trigger_register_simple("nand-disk", &ledtrig_nand); in ledtrig_mtd_init()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 25 led-sources: 30 $ref: /schemas/types.yaml#definitions/uint32-array 35 from the header include/dt-bindings/leds/common.h. If there is no 42 the header include/dt-bindings/leds/common.h. If there is no matching 48 function-enumerator: [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-block-device | 4 Contact: linux-ide@vger.kernel.org 6 (RW) Used by drivers which support software controlled activity 12 0 OFF - the LED is not activated on activity 13 1 BLINK_ON - the LED blinks on every 10ms when activity is 15 2 BLINK_OFF - the LED is on when idle, and blinks off 16 every 10ms when activity is detected. 20 control the activity LED via the em_message file. 26 Contact: linux-ide@vger.kernel.org 28 (RW) Hard disk shock protection 34 - If the device does not support the unload heads feature, [all …]
|
| /kernel/linux/linux-5.10/include/dt-bindings/leds/ |
| D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 40 /* Obsolete equivalent: "shift-key-light" */ 51 #define LED_FUNCTION_DISK "disk" 56 Obsolete equivalents: "status-led:{red,green,blue}" (Motorola Droid 4), 64 #define LED_FUNCTION_ACTIVITY "activity" 71 #define LED_FUNCTION_DISK_ACTIVITY "disk-activity" 72 #define LED_FUNCTION_DISK_ERR "disk-err" 73 #define LED_FUNCTION_DISK_READ "disk-read" 74 #define LED_FUNCTION_DISK_WRITE "disk-write"
|
| /kernel/linux/linux-6.6/include/dt-bindings/leds/ |
| D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 45 /* Obsolete equivalent: "shift-key-light" */ 56 #define LED_FUNCTION_DISK "disk" 61 Obsolete equivalents: "status-led:{red,green,blue}" (Motorola Droid 4), 69 #define LED_FUNCTION_PLAYER1 "player-1" 70 #define LED_FUNCTION_PLAYER2 "player-2" 71 #define LED_FUNCTION_PLAYER3 "player-3" 72 #define LED_FUNCTION_PLAYER4 "player-4" 73 #define LED_FUNCTION_PLAYER5 "player-5" 76 #define LED_FUNCTION_ACTIVITY "activity" [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | lru_cache.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 24 This header file (and its .c file; kernel-doc of functions see there) 39 We replicate IO (more or less synchronously) to local and remote disk. 42 we need to resync all regions that have been target of in-flight WRITE IO 48 This is known as "write intent log", and can be implemented as on-disk 53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent 64 [*] usually as a result of a cluster split-brain and insufficient protection. [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | lru_cache.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 24 This header file (and its .c file; kernel-doc of functions see there) 39 We replicate IO (more or less synchronously) to local and remote disk. 42 we need to resync all regions that have been target of in-flight WRITE IO 48 This is known as "write intent log", and can be implemented as on-disk 53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent 64 [*] usually as a result of a cluster split-brain and insufficient protection. [all …]
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | led.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 #define LED_LAN_RCV LED0 /* for LAN receive activity */ 15 #define LED_LAN_TX LED1 /* for LAN transmit activity */ 16 #define LED_DISK_IO LED2 /* for disk activity */
|
| /kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/ |
| D | overview.txt | 2 ----------- 5 (s-Par(R)). 7 s-Par is firmware that provides hardware partitioning capabilities for 8 splitting large-scale Intel x86 servers into multiple isolated 9 partitions. s-Par provides a set of para-virtualized device drivers to 13 * visornic - network interface 14 * visorhba - scsi disk adapter 15 * visorinput - keyboard and mouse 18 within Documentation/driver-api/driver-model/, and utilize a driver named 25 The back-end for each device is owned and managed by a small, [all …]
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | led.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 #define LED_LAN_RCV LED0 /* for LAN receive activity */ 15 #define LED_LAN_TX LED1 /* for LAN transmit activity */ 16 #define LED_DISK_IO LED2 /* for disk activity */
|
| /kernel/linux/linux-6.6/drivers/block/drbd/ |
| D | drbd_actlog.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 31 * in the on disk ring buffer */ 38 * purge-all, set-all-idle, set-all-active, ... to-be-defined 48 /* maximum slot number, "al-extents" in drbd.conf speak. 57 * sectors-written since device creation, and other data generation tag 61 /* --- 36 byte used --- */ 76 /* --- 420 bytes used (36 + 64*6) --- */ [all …]
|
| D | drbd_int.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 29 #include <linux/backing-dev.h> 63 #define ID_SYNCER (-1ULL) 125 /* statistics; index: (h->command == P_BITMAP) */ 143 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset() 145 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset() 146 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset() [all …]
|
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| D | drbd_actlog.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 31 * in the on disk ring buffer */ 38 * purge-all, set-all-idle, set-all-active, ... to-be-defined 48 /* maximum slot number, "al-extents" in drbd.conf speak. 57 * sectors-written since device creation, and other data generation tag 61 /* --- 36 byte used --- */ 76 /* --- 420 bytes used (36 + 64*6) --- */ [all …]
|
| D | drbd_int.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 29 #include <linux/backing-dev.h> 72 #define ID_SYNCER (-1ULL) 80 dev_printk(level, disk_to_dev((device)->vdisk), fmt, ## args) 82 dev_printk(level, disk_to_dev((peer_device)->device->vdisk), fmt, ## args) 84 printk(level "drbd %s: " fmt, (resource)->name, ## args) 86 printk(level "drbd %s: " fmt, (connection)->resource->name, ## args) [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
| D | sleep-states.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 Sleep states are global low-power states of the entire system in which user 14 space code cannot be executed and the overall system activity is significantly 28 Suspend-to-Idle 29 --------------- 31 This is a generic, pure software, light-weight variant of system suspend (also 34 I/O devices into low-power states (possibly lower-power than available in the 38 The system is woken up from this state by in-band interrupts, so theoretically 43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the 50 ------- [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/pm/ |
| D | sleep-states.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 Sleep states are global low-power states of the entire system in which user 14 space code cannot be executed and the overall system activity is significantly 28 Suspend-to-Idle 29 --------------- 31 This is a generic, pure software, light-weight variant of system suspend (also 34 I/O devices into low-power states (possibly lower-power than available in the 38 The system is woken up from this state by in-band interrupts, so theoretically 43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the 50 ------- [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | kirkwood-ns2lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "kirkwood-ns2-common.dtsi" 8 compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood"; 17 pinctrl-0 = <&pmx_ns2_sata0>; 18 pinctrl-names = "default"; 20 nr-ports = <1>; 24 gpio-leds { 25 compatible = "gpio-leds"; 27 blue-sata { [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | kirkwood-ns2lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "kirkwood-ns2-common.dtsi" 8 compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood"; 17 pinctrl-0 = <&pmx_ns2_sata0>; 18 pinctrl-names = "default"; 20 nr-ports = <1>; 24 gpio-leds { 25 compatible = "gpio-leds"; 27 blue-sata { [all …]
|