| /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-6.6/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-6.6/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 | 106 tristate "LED Transient Trigger" 108 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/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-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-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-6.6/drivers/md/ |
| D | dm-snap-transient.c | 18 #define DM_MSG_PREFIX "transient snapshot" 111 .name = "transient", 140 DMWARN("Unable to register transient exception store type"); in dm_transient_snapshot_init() 146 DMWARN("Unable to register old-style transient exception store type"); in dm_transient_snapshot_init()
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | oti6858.c | 186 u8 transient; member 249 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/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-6.6/Documentation/devicetree/bindings/regulator/ |
| D | maxim,max8973.yaml | 76 description: Enable Enhanced Transient Response. 81 Enhanced transient response circuit is enabled and set for high 84 Enhanced transient response (ETR) will affect the configuration of CKADV.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | swiotlb.h | 86 * @transient: %true if transient memory pool. 101 bool transient; member
|
| /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-6.6/Documentation/networking/ |
| D | net_failover.rst | 56 <teaming type='transient' persistent='ua-backup0'/> 68 'teaming' tag is provided with type 'transient' indicating that this device may 133 <teaming type='transient' persistent='ua-backup0'/>
|
| /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-6.6/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-6.6/Documentation/hwmon/ |
| D | pm6764tr.rst | 30 maintaining the best efficiency over all loading conditions without compromising transient
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | bug.h | 81 * network/devices), and on transient conditions like ENOMEM or EAGAIN. 83 * For invalid external inputs, transient conditions, etc use
|
| /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 |
|