Home
last modified time | relevance | path

Searched refs:transient (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.12.1/Documentation/leds/
Dledtrig-transient.rst21 transient trigger can be enabled and disabled just like the other leds
56 non-transient state. When driver gets suspended, irrespective of the transient
62 echo transient > trigger
69 transient trigger is activated these properties are set to default values.
75 - state allows user to specify a transient state to be held for the specified
81 default value is zero when transient trigger is enabled,
96 - transient state to be held. It has two values 0 or 1. 0 maps
99 state gets changed to the non-transient state which is the
100 inverse of transient state.
116 non-transient state which is the inverse of the transient state:
[all …]
Dindex.rst14 ledtrig-transient
/linux-6.12.1/drivers/usb/serial/
Doti6858.c185 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-6.12.1/drivers/leds/trigger/
DMakefile12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
DKconfig105 This allows one time activation of a transient state on
/linux-6.12.1/Documentation/hwmon/
Dpm6764tr.rst30 maintaining the best efficiency over all loading conditions without compromising transient
Dmpq8785.rst27 control, which provides fast transient response and eases loop stabilization.
/linux-6.12.1/arch/arm64/kvm/
Dat.c525 bool transient; in combine_s1_s2_attr() local
531 transient = true; in combine_s1_s2_attr()
535 transient = true; in combine_s1_s2_attr()
539 transient = false; in combine_s1_s2_attr()
554 if (transient) { in combine_s1_s2_attr()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-dfl-port31 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-6.12.1/Documentation/networking/
Dnet_failover.rst56 <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'/>
/linux-6.12.1/Documentation/core-api/
Dswiotlb.rst202 buffer request creates a "transient pool" to avoid returning an "swiotlb full"
203 error. A transient pool has the size of the bounce buffer request, and is
204 deleted when the bounce buffer is freed. Memory for this transient pool comes
206 Creating a transient pool has relatively high cost, particularly in a CoCo VM
208 background task can add another non-transient pool.
239 which includes the default memory pool and any dynamic or transient pools
245 or a transient pool. The description includes the start and end addresses of
/linux-6.12.1/include/linux/
Dswiotlb.h83 bool transient; member
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dsnapshot.rst50 The difference between persistent and transient is with transient
/linux-6.12.1/Documentation/driver-api/
Dsm501.rst54 functions, which are transient and thus their location is less critical
/linux-6.12.1/drivers/md/
DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/linux-6.12.1/Documentation/networking/caif/
Dcaif.rst63 - 0x02 means SENDING, this is a transient state.
/linux-6.12.1/Documentation/arch/x86/x86_64/
Dfred.rst58 transient states due to %cr2 and/or %dr6, and it is no longer needed
/linux-6.12.1/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst11 not transient execution attacks. However, these vulnerabilities may propagate
13 by an unmitigated transient execution attack. Mitigation for these
/linux-6.12.1/Documentation/security/
Dsnp-tdx-threat-model.rst192 side-channels, as well as transient execution side channels. Examples of
240 side-channel and/or transient execution attack vectors.
/linux-6.12.1/Documentation/i2c/
Dfault-codes.rst12 example. Software often retries idempotent operations after transient
/linux-6.12.1/Documentation/scheduler/
Dschedutil.rst164 - In saturated scenarios task movement will cause some transient dips,
/linux-6.12.1/drivers/comedi/drivers/
Dni_tio.c224 unsigned int transient) in ni_tio_set_bits_transient() argument
236 ni_tio_write(counter, regs[reg] | transient, reg); in ni_tio_set_bits_transient()
/linux-6.12.1/kernel/dma/
Dswiotlb.c1223 pool->transient = true; in swiotlb_find_slots()
1513 if (!pool->transient) in swiotlb_del_transient()
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst195 Some of the reported leaks are only transient, especially on SMP
/linux-6.12.1/Documentation/locking/
Drobust-futex-ABI.rst68 The third word, called 'list_op_pending', contains transient copy of

12