| /kernel/linux/linux-4.19/Documentation/leds/ |
| D | ledtrig-transient.txt | 1 LED Transient Trigger 25 Transient trigger addresses the need for one shot timer activation. The 26 transient trigger can be enabled and disabled just like the other leds 49 Transient trigger uses standard register and unregister interfaces. During 57 Transient trigger activation routine doesn't change the LED state. It 58 creates its properties and does its initialization. Transient trigger 61 non-transient state. When driver gets suspended, irrespective of the transient 64 Transient trigger can be enabled and disabled from user space on led class 67 echo transient > trigger 73 transient trigger is activated these properties are set to default values. [all …]
|
| D | 00-INDEX | 27 ledtrig-transient.txt 28 - LED Transient Trigger, one shot timer activation.
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| D | ledtrig-transient.rst | 2 LED Transient Trigger 20 Transient trigger addresses the need for one shot timer activation. The 21 transient trigger can be enabled and disabled just like the other leds 44 Transient trigger uses standard register and unregister interfaces. During 52 Transient trigger activation routine doesn't change the LED state. It 53 creates its properties and does its initialization. Transient trigger 56 non-transient state. When driver gets suspended, irrespective of the transient 59 Transient trigger can be enabled and disabled from user space on led class 62 echo transient > trigger 69 transient trigger is activated these properties are set to default values. [all …]
|
| D | index.rst | 14 ledtrig-transient
|
| /kernel/linux/linux-5.10/drivers/leds/trigger/ |
| D | ledtrig-transient.c | 3 // LED Kernel Transient Trigger 5 // Transient trigger allows one shot timer activation. Please refer to 6 // Documentation/leds/ledtrig-transient.rst for details 189 .name = "transient", 197 MODULE_DESCRIPTION("Transient LED trigger");
|
| D | Kconfig | 104 tristate "LED Transient Trigger" 106 This allows one time activation of a transient state on
|
| D | Makefile | 12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
|
| /kernel/linux/linux-4.19/drivers/leds/trigger/ |
| D | ledtrig-transient.c | 3 // LED Kernel Transient Trigger 5 // Transient trigger allows one shot timer activation. Please refer to 6 // Documentation/leds/ledtrig-transient.txt for details 189 .name = "transient", 197 MODULE_DESCRIPTION("Transient LED trigger");
|
| D | Kconfig | 103 tristate "LED Transient Trigger" 105 This allows one time activation of a transient state on
|
| D | Makefile | 12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-snap-transient.c | 17 #define DM_MSG_PREFIX "transient snapshot" 104 .name = "transient", 133 DMWARN("Unable to register transient exception store type"); in dm_transient_snapshot_init() 139 DMWARN("Unable to register old-style transient " in dm_transient_snapshot_init()
|
| /kernel/linux/linux-4.19/drivers/md/ |
| D | dm-snap-transient.c | 17 #define DM_MSG_PREFIX "transient snapshot" 104 .name = "transient", 133 DMWARN("Unable to register transient exception store type"); in dm_transient_snapshot_init() 139 DMWARN("Unable to register old-style transient " in dm_transient_snapshot_init()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/regulator/ |
| D | max8973-regulator.txt | 28 -maxim,enable-etr: boolean, enable Enhanced Transient Response. 29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response 33 Enhanced transient response (ETR) will affect the configuration of CKADV.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | max8973-regulator.txt | 28 -maxim,enable-etr: boolean, enable Enhanced Transient Response. 29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response 33 Enhanced transient response (ETR) will affect the configuration of CKADV.
|
| /kernel/linux/linux-4.19/drivers/usb/serial/ |
| D | oti6858.c | 185 u8 transient; member 248 priv->transient = 0; in setup_line() 648 int transient = 0, can_recv = 0, resubmit = 1; in oti6858_read_int_callback() local 674 if (!priv->transient) { in oti6858_read_int_callback() 677 priv->transient = 4; in oti6858_read_int_callback() 686 priv->transient = 0; in oti6858_read_int_callback() 689 } else if (--priv->transient == 0) { in oti6858_read_int_callback() 691 priv->transient = 4; in oti6858_read_int_callback() 700 if (!priv->transient) { in oti6858_read_int_callback() 719 if (!priv->transient && xs->rx_bytes_avail != 0) { in oti6858_read_int_callback() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | oti6858.c | 185 u8 transient; member 248 priv->transient = 0; in setup_line() 645 int transient = 0, can_recv = 0, resubmit = 1; in oti6858_read_int_callback() local 671 if (!priv->transient) { in oti6858_read_int_callback() 674 priv->transient = 4; in oti6858_read_int_callback() 683 priv->transient = 0; in oti6858_read_int_callback() 686 } else if (--priv->transient == 0) { in oti6858_read_int_callback() 688 priv->transient = 4; in oti6858_read_int_callback() 697 if (!priv->transient) { in oti6858_read_int_callback() 716 if (!priv->transient && xs->rx_bytes_avail != 0) { in oti6858_read_int_callback() [all …]
|
| /kernel/linux/linux-5.10/fs/iomap/ |
| D | apply.c | 43 * expose transient stale data. If the reserve fails, we can safely in iomap_apply() 75 * failures exposing transient data. in iomap_apply()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-platform-dfl-port | 31 It's used to indicate transient AP1 state. Write 1 to this 39 It's used to indicate transient AP2 state. Write 1 to this
|
| /kernel/linux/linux-4.19/include/asm-generic/ |
| D | bug.h | 83 * network/devices), and on transient conditions like ENOMEM or EAGAIN. 85 * For invalid external inputs, transient conditions, etc use
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | bug.h | 73 * network/devices), and on transient conditions like ENOMEM or EAGAIN. 75 * For invalid external inputs, transient conditions, etc use
|
| /kernel/linux/linux-4.19/Documentation/device-mapper/ |
| D | snapshot.txt | 48 The difference between persistent and transient is with transient
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.h | 38 * @ATTACH_ALL_REQ: transient state of attaching context banks. 39 * @DETACH_ALL_REQ: transient state of detaching context banks.
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | book3s_hv_uvmem.c | 134 * Transient VM: A Normal VM that is transitioning to secure VM. 137 * of H_SVM_INIT_DONE. This transient VM, can have GFNs 152 * H_SVM_INIT_START moves the VM into transient state. During this 156 * H_SVM_INIT_DONE moves the VM entirely from transient state to 160 * H_SVM_INIT_ABORT moves the transient VM back to normal VM. 209 * | Normal | Normal | Transient|Error |Error |Normal | 213 * |Transient| N/A | Error |Secure |Normal |Normal |
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | maxim,max20730.yaml | 19 output voltages and excellent transient response.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| D | snapshot.rst | 50 The difference between persistent and transient is with transient
|