Home
last modified time | relevance | path

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

12

/linux/rust/kernel/time/
H A Ddelay.rs10 use super::Delta;
30 pub fn fsleep(delta: Delta) { in fsleep() argument
33 const MAX_DELTA: Delta = Delta::from_micros(i32::MAX as i64); in fsleep()
35 let delta = if (Delta::ZERO..=MAX_DELTA).contains(&delta) { in fsleep()
63 pub fn udelay(delta: Delta) { in udelay() argument
64 const MAX_UDELAY_DELTA: Delta = Delta::from_millis(bindings::MAX_UDELAY_MS as i64); in udelay()
69 let delta = if (Delta::ZERO..=MAX_UDELAY_DELTA).contains(&delta) { in udelay()
/linux/rust/kernel/io/
H A Dpoll.rs16 Delta,
53 /// use kernel::time::Delta;
64 /// Delta::from_millis(50),
65 /// Delta::from_secs(3),
74 sleep_delta: Delta, in read_poll_timeout()
75 timeout_delta: Delta, in read_poll_timeout()
140 /// use kernel::time::Delta;
151 /// Delta::from_micros(50), in read_poll_timeout_atomic()
160 delay_delta: Delta, in read_poll_timeout_atomic()
70 read_poll_timeout<Op, Cond, T>( mut op: Op, mut cond: Cond, sleep_delta: Delta, timeout_delta: Delta, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout() argument
71 read_poll_timeout<Op, Cond, T>( mut op: Op, mut cond: Cond, sleep_delta: Delta, timeout_delta: Delta, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout() argument
152 read_poll_timeout_atomic<Op, Cond, T>( mut op: Op, mut cond: Cond, delay_delta: Delta, retry: usize, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout_atomic() argument
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs25 time::Delta,
366 fn allocate_command(&mut self, size: usize, timeout: Delta) -> Result<GspCommand<'_>> { in allocate_command()
373 Delta::from_micros(1), in allocate_command()
503 pub(super) const RECEIVE_TIMEOUT: Delta = Delta::from_secs(5);
594 pub(crate) fn receive_msg<M: MessageFromGsp>(&self, timeout: Delta) -> Result<M> in receive_msg()
615 const ALLOCATE_TIMEOUT: Delta = Delta::from_secs(1);
735 fn wait_for_msg(&self, timeout: Delta) -> Result<GspMessage<'_>> { in wait_for_msg()
740 Delta::from_millis(1), in wait_for_msg()
813 fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg()
H A Dboot.rs10 time::Delta, //
211 Delta::from_millis(10), in boot()
212 Delta::from_secs(5), in boot()
/linux/rust/kernel/sync/atomic/
H A Dinternal.rs39 type Delta;
56 type Delta = Self;
60 type Delta = Self; in as_ptr()
64 type Delta = isize; in as_ptr()
69 type Delta = Self;
74 type Delta = Self;
330 fn add[](a: &AtomicRepr<Self>, v: Self::Delta) {
339 fn fetch_add[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self::Delta) -> Self {
344 fn fetch_sub[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self::Delta) -> Self {
32 type Delta; global() typedef
37 type Delta = Self; global() typedef
42 type Delta = Self; global() typedef
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td08.rst12 8-bit signed Touch Delta
19 Delta values may range from -128 to 127. Typically the values will vary through
H A Dpixfmt-tch-td16.rst12 16-bit signed little endian Touch Delta
20 Delta values may range from -32768 to 32767. Typically the values will vary
H A Ddev-touch.rst34 Delta = Raw - Reference
/linux/Documentation/hwmon/
H A Ddps920ab.rst8 * Delta DPS920AB
21 This driver implements support for Delta DPS920AB 920W 54V DC single output
/linux/sound/pci/trident/
H A Dtrident_main.c447 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs()
455 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs()
461 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff); in snd_trident_write_voice_regs()
462 regs[2] = ((voice->Delta << 16) & 0xff000000) | in snd_trident_write_voice_regs()
517 outl((voice->Delta << 24) | in snd_trident_write_cso_reg()
543 outl(((voice->Delta << 16) & 0xff000000) | (voice->ESO & 0x00ffffff), in snd_trident_write_eso_reg()
911 voice->Delta = snd_trident_convert_rate(runtime->rate); in snd_trident_playback_prepare()
943 evoice->Delta = voice->Delta; in snd_trident_playback_prepare()
1054 voice->Delta = snd_trident_convert_rate(runtime->rate); in snd_trident_capture_prepare()
1144 voice->Delta = snd_trident_convert_adc_rate(runtime->rate); in snd_trident_si7018_capture_prepare()
[all …]
H A Dtrident.h278 unsigned short Delta; /* 16 bits */ member
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mcp35646 circuit of the Delta-Sigma modulator. The different BOOST
15 the current biasing circuit of the Delta-Sigma modulator.
/linux/tools/perf/Documentation/
H A Dperf-diff.txt45 of the Baseline/Delta column. See --percentage for more info.
51 of the Baseline/Delta column. See --percentage for more info.
57 of the Baseline/Delta column. See --percentage for more info.
249 If specified the 'Delta' column is displayed with value 'd' computed as:
H A Dexamples.txt71 Delta compression using up to 2 threads.
125 Delta compression using up to 2 threads.
/linux/sound/soc/stm/
H A DKconfig45 for Sigma Delta Modulators (DFSDM) driver used
/linux/Documentation/admin-guide/media/
H A Dbttv-cardlist.rst46 - MATRIX-Vision MV-Delta
198 - MATRIX-Vision MV-Delta 2
/linux/sound/soc/ti/
H A DKconfig127 tristate "SoC Audio support for Amstrad E3 (Delta) videophone"
134 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
/linux/rust/kernel/sync/
H A Datomic.rs131 /// `wrapping_add` any value of type `Self::Repr::Delta` obtained by [`Self::rhs_into_delta()`] to in into_repr()
135 /// Converts `Rhs` into the `Delta` type of the atomic implementation.
136 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta;
126 rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta rhs_into_delta() argument
/linux/Documentation/iio/
H A Dadis16550.rst171 | Delta velocity on X. Y, and Z axis | Meters per Second |
173 | Delta angle on X, Y, and Z axis | Radians |
H A Dadis16475.rst174 | Delta velocity on X. Y, and Z axis | Meters per Second |
176 | Delta angle on X, Y, and Z axis | Radians |
H A Dadis16480.rst233 | Delta velocity on X. Y, and Z axis | Meters per Second |
235 | Delta angle on X, Y, and Z axis | Radians |
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts28 model = "Delta Power AHE-50DC";
/linux/drivers/zorro/
H A Dzorro.ids72 2000 Delta [RAM Expansion]
77 6000 Delta [Miscellaneous Expansion Card]
/linux/Documentation/sound/
H A Dalsa-configuration.rst1178 * MidiMan M Audio Delta 1010
1179 * MidiMan M Audio Delta 1010LT
1180 * MidiMan M Audio Delta DiO 2496
1181 * MidiMan M Audio Delta 66
1182 * MidiMan M Audio Delta 44
1183 * MidiMan M Audio Delta 410
1212 example in the MidiMan Delta siree).
/linux/sound/soc/tegra/
H A DKconfig121 the desired 1-bit output via Delta Sigma Modulation (DSM).

12