Home
last modified time | relevance | path

Searched full:transient (Results 1 – 25 of 144) sorted by relevance

123456

/Linux-v5.15/Documentation/leds/
Dledtrig-transient.rst2 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 …]
Dindex.rst14 ledtrig-transient
/Linux-v5.15/drivers/leds/trigger/
Dledtrig-transient.c3 // 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");
DKconfig104 tristate "LED Transient Trigger"
106 This allows one time activation of a transient state on
DMakefile12 obj-$(CONFIG_LEDS_TRIGGER_TRANSIENT) += ledtrig-transient.o
/Linux-v5.15/drivers/md/
Ddm-snap-transient.c17 #define DM_MSG_PREFIX "transient snapshot"
108 .name = "transient",
137 DMWARN("Unable to register transient exception store type"); in dm_transient_snapshot_init()
143 DMWARN("Unable to register old-style transient " in dm_transient_snapshot_init()
DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Dmax8973-regulator.txt28 -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.
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/hwmon/
Dpm6764tr.rst30 maintaining the best efficiency over all loading conditions without compromising transient
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_uvmem.c135 * Transient VM: A Normal VM that is transitioning to secure VM.
138 * of H_SVM_INIT_DONE. This transient VM, can have GFNs
153 * H_SVM_INIT_START moves the VM into transient state. During this
157 * H_SVM_INIT_DONE moves the VM entirely from transient state to
161 * H_SVM_INIT_ABORT moves the transient VM back to normal VM.
210 * | Normal | Normal | Transient|Error |Error |Normal |
214 * |Transient| N/A | Error |Secure |Normal |Normal |
/Linux-v5.15/include/asm-generic/
Dbug.h75 * network/devices), and on transient conditions like ENOMEM or EAGAIN.
77 * For invalid external inputs, transient conditions, etc use
/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.h38 * @ATTACH_ALL_REQ: transient state of attaching context banks.
39 * @DETACH_ALL_REQ: transient state of detaching context banks.
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/
Dmaxim,max20730.yaml19 output voltages and excellent transient response.
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dsnapshot.rst50 The difference between persistent and transient is with transient
/Linux-v5.15/Documentation/driver-api/
Dsm501.rst54 functions, which are transient and thus their location is less critical
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsf.h70 * @watermark: Minimum allowed available free space in RXF for transient state.
/Linux-v5.15/drivers/media/i2c/
Dwm8775.c270 /* Transient window 4ms, lower PGA gain limit -1dB */ in wm8775_probe()
275 /* Transient window 4ms, ALC min gain -5dB */ in wm8775_probe()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_strings.c79 [-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
/Linux-v5.15/Documentation/networking/caif/
Dcaif.rst63 - 0x02 means SENDING, this is a transient state.
/Linux-v5.15/Documentation/i2c/
Dfault-codes.rst12 example. Software often retries idempotent operations after transient
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c156 * as a way of recovering from transient memory exhaustion. in t3_l2t_send_slow()
206 * as a way of recovering from transient memory exhaustion. in t3_l2t_send_event()
/Linux-v5.15/Documentation/scheduler/
Dschedutil.txt161 - In saturated scenarios task movement will cause some transient dips,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_ddc.c94 /* On plug-in, there is a transient level on the pad in set_config()

123456