| /linux/Documentation/leds/ |
| H A 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 …]
|
| H A D | index.rst | 14 ledtrig-transient
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | adi,adp5055-regulator.yaml | 87 adi,fast-transient: 89 Configures the fast transient sensitivity for each regulator. 90 "none" - No fast transient. 135 adi,fast-transient = "5G_2.5%"; 144 adi,fast-transient = "5G_2.5%"; 153 adi,fast-transient = "5G_2.5%";
|
| H A 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.
|
| /linux/drivers/leds/trigger/ |
| H A 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");
|
| H A D | Kconfig | 103 tristate "LED Transient Trigger" 105 This allows one time activation of a transient state on
|
| H A D | Makefile | 12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
|
| /linux/drivers/md/ |
| H A 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()
|
| /linux/include/linux/ |
| H A D | swiotlb.h | 68 * @transient: %true if transient memory pool. 83 bool transient; member 105 * @transient_nslabs: The total number of slots in all transient pools that
|
| /linux/Documentation/networking/ |
| H A D | net_failover.rst | 56 <teaming type='transient' persistent='ua-backup0'/> 68 'teaming' tag is provided with type 'transient' indicating that this device may 132 <teaming type='transient' persistent='ua-backup0'/>
|
| /linux/Documentation/ABI/testing/ |
| H A 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
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.h | 38 * @ATTACH_ALL_REQ: transient state of attaching context banks. 39 * @DETACH_ALL_REQ: transient state of detaching context banks.
|
| /linux/Documentation/hwmon/ |
| H A D | pm6764tr.rst | 30 maintaining the best efficiency over all loading conditions without compromising transient
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 713 bool transient; in combine_s1_s2_attr() local 716 /* Upgrade transient s1 to non-transient to simplify things */ in combine_s1_s2_attr() 718 case 0b0001 ... 0b0011: /* Normal, Write-Through Transient */ in combine_s1_s2_attr() 719 transient = true; in combine_s1_s2_attr() 722 case 0b0101 ... 0b0111: /* Normal, Write-Back Transient */ in combine_s1_s2_attr() 723 transient = true; in combine_s1_s2_attr() 727 transient = false; in combine_s1_s2_attr() 742 if (transient) { in combine_s1_s2_attr()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_uvmem.c | 136 * Transient VM: A Normal VM that is transitioning to secure VM. 139 * of H_SVM_INIT_DONE. This transient VM, can have GFNs 154 * H_SVM_INIT_START moves the VM into transient state. During this 158 * H_SVM_INIT_DONE moves the VM entirely from transient state to 162 * H_SVM_INIT_ABORT moves the transient VM back to normal VM. 211 * | Normal | Normal | Transient|Error |Error |Normal | 215 * |Transient| N/A | Error |Secure |Normal |Normal |
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | snapshot.rst | 50 The difference between persistent and transient is with transient
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | sf.h | 70 * @watermark: Minimum allowed available free space in RXF for transient state.
|
| /linux/Documentation/driver-api/ |
| H A D | sm501.rst | 54 functions, which are transient and thus their location is less critical
|
| /linux/Documentation/mm/ |
| H A D | swap-table.rst | 32 the transient state of swap out or swap in. The folio data can be in
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 1056 * transient and need to be flushed.. in tdf_request_sync() 1094 * xe_device_td_flush() - Flush transient L3 cache entries 1099 * transient L3 GPU cache entries prior to the flip sequence to ensure scanout 1102 * Display surfaces can be tagged as transient by mapping it using one of the 1123 /* A transient flush is not sufficient: flush the L2 */ in xe_device_td_flush()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_strings.c | 79 [-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fred.rst | 58 transient states due to %cr2 and/or %dr6, and it is no longer needed
|
| /linux/Documentation/networking/caif/ |
| H A D | caif.rst | 63 - 0x02 means SENDING, this is a transient state.
|
| /linux/kernel/dma/ |
| H A D | swiotlb.c | 1221 pool->transient = true; in swiotlb_find_slots() 1498 * swiotlb_del_transient() - delete a transient memory pool 1501 * @pool: Pointer to the transient memory pool to be checked and deleted. 1503 * Check whether the address belongs to a transient SWIOTLB memory pool. 1506 * Return: %true if @tlb_addr belonged to a transient pool that was released. 1511 if (!pool->transient) in swiotlb_del_transient()
|
| /linux/Documentation/security/ |
| H A D | snp-tdx-threat-model.rst | 192 side-channels, as well as transient execution side channels. Examples of 240 side-channel and/or transient execution attack vectors.
|