Home
last modified time | relevance | path

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

12

/linux/Documentation/leds/
H A 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 …]
H A Dindex.rst14 ledtrig-transient
/linux/drivers/usb/serial/
H A Doti6858.c186 u8 transient; member
249 priv->transient = 0; in setup_line()
644 int transient = 0, can_recv = 0, resubmit = 1; in oti6858_read_int_callback() local
670 if (!priv->transient) { in oti6858_read_int_callback()
673 priv->transient = 4; in oti6858_read_int_callback()
682 priv->transient = 0; in oti6858_read_int_callback()
685 } else if (--priv->transient == 0) { in oti6858_read_int_callback()
687 priv->transient = 4; in oti6858_read_int_callback()
696 if (!priv->transient) { in oti6858_read_int_callback()
715 if (!priv->transient && xs->rx_bytes_avail != 0) { in oti6858_read_int_callback()
[all …]
/linux/drivers/leds/trigger/
H A DMakefile12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
H A DKconfig105 This allows one time activation of a transient state on
/linux/arch/arm64/kvm/
H A 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/Documentation/ABI/testing/
H A 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/Documentation/hwmon/
H A Dpm6764tr.rst30 maintaining the best efficiency over all loading conditions without compromising transient
H A Dmpq8785.rst27 control, which provides fast transient response and eases loop stabilization.
/linux/Documentation/networking/
H A 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/include/linux/
H A Dswiotlb.h83 bool transient; member
/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst50 The difference between persistent and transient is with transient
/linux/Documentation/driver-api/
H A Dsm501.rst54 functions, which are transient and thus their location is less critical
/linux/drivers/md/
H A DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/linux/Documentation/networking/caif/
H A Dcaif.rst63 - 0x02 means SENDING, this is a transient state.
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst58 transient states due to %cr2 and/or %dr6, and it is no longer needed
/linux/Documentation/admin-guide/hw-vuln/
H A 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/Documentation/security/
H A 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/Documentation/scheduler/
H A Dschedutil.rst164 - In saturated scenarios task movement will cause some transient dips,
/linux/Documentation/i2c/
H A Dfault-codes.rst12 example. Software often retries idempotent operations after transient
/linux/drivers/comedi/drivers/
H A 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/kernel/dma/
H A Dswiotlb.c1223 pool->transient = true; in swiotlb_find_slots()
1500 * swiotlb_del_transient() - delete a transient memory pool
1503 * @pool: Pointer to the transient memory pool to be checked and deleted.
1505 * Check whether the address belongs to a transient SWIOTLB memory pool.
1508 * Return: %true if @tlb_addr belonged to a transient pool that was released.
1513 if (!pool->transient) in swiotlb_del_transient()
/linux/Documentation/dev-tools/
H A Dkmemleak.rst195 Some of the reported leaks are only transient, especially on SMP
/linux/Documentation/locking/
H A Drobust-futex-ABI.rst68 The third word, called 'list_op_pending', contains transient copy of
/linux/Documentation/admin-guide/
H A Ddevices.rst138 Non-transient sockets and named pipes may exist in /dev. Common entries are:

12