| /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 …]
|
| /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/usb/serial/ |
| H A D | oti6858.c | 185 u8 transient; member 248 priv->transient = 0; in setup_line() 643 int transient = 0, can_recv = 0, resubmit = 1; in oti6858_read_int_callback() local 669 if (!priv->transient) { in oti6858_read_int_callback() 672 priv->transient = 4; in oti6858_read_int_callback() 681 priv->transient = 0; in oti6858_read_int_callback() 684 } else if (--priv->transient == 0) { in oti6858_read_int_callback() 686 priv->transient = 4; in oti6858_read_int_callback() 695 if (!priv->transient) { in oti6858_read_int_callback() 714 if (!priv->transient && xs->rx_bytes_avail != 0) { in oti6858_read_int_callback() [all …]
|
| /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/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 | 695 bool transient; in combine_s1_s2_attr() local 698 /* Upgrade transient s1 to non-transient to simplify things */ in combine_s1_s2_attr() 700 case 0b0001 ... 0b0011: /* Normal, Write-Through Transient */ in combine_s1_s2_attr() 701 transient = true; in combine_s1_s2_attr() 704 case 0b0101 ... 0b0111: /* Normal, Write-Back Transient */ in combine_s1_s2_attr() 705 transient = true; in combine_s1_s2_attr() 709 transient = false; in combine_s1_s2_attr() 724 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/fs/smb/server/ |
| H A D | vfs_cache.c | 860 * reference and the transient lookup reference. FP_NEW is still owned by the 929 * the transient ref. atomic_dec() is safe -- in __close_file_table_ids() 985 * transient (+1) and the still-intact idr-owned ref. in __close_file_table_ids() 1071 * Drop both the durable lifetime reference and the transient reference in ksmbd_scavenger_dispose_dh() 1126 * Take a transient reference so fp in ksmbd_durable_scavenger()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_strings.c | 79 [-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 1100 * transient and need to be flushed.. in tdf_request_sync() 1156 * xe_device_td_flush() - Flush transient L3 cache entries 1161 * transient L3 GPU cache entries prior to the flip sequence to ensure scanout 1164 * Display surfaces can be tagged as transient by mapping it using one of the 1193 /* A transient flush is not sufficient: flush the L2 */ in xe_device_td_flush()
|
| /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/kernel/dma/ |
| H A D | swiotlb.c | 1241 pool->transient = true; in swiotlb_find_slots() 1518 * swiotlb_del_transient() - delete a transient memory pool 1521 * @pool: Pointer to the transient memory pool to be checked and deleted. 1523 * Check whether the address belongs to a transient SWIOTLB memory pool. 1526 * Return: %true if @tlb_addr belonged to a transient pool that was released. 1531 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.
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | processor_mmio_stale_data.rst | 11 not transient execution attacks. However, these vulnerabilities may propagate 13 by an unmitigated transient execution attack. Mitigation for these
|