Home
last modified time | relevance | path

Searched refs:Delta (Results 1 – 25 of 30) 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,
70 sleep_delta: Delta, in read_poll_timeout() argument
71 timeout_delta: Delta, in read_poll_timeout() argument
152 delay_delta: Delta, in read_poll_timeout_atomic() argument
/linux/rust/kernel/sync/atomic/
H A Dinternal.rs32 type Delta; typedef
37 type Delta = Self; typedef
42 type Delta = Self; typedef
251 fn add[](a: &AtomicRepr<Self>, v: Self::Delta) {
260 fn fetch_add[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self::Delta) -> Self {
/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/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.
246 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/arch/arm/mach-omap1/
H A DKconfig152 bool "Amstrad E3 (Delta)"
160 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
/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/sound/pci/trident/
H A Dtrident.h278 unsigned short Delta; /* 16 bits */ member
/linux/rust/kernel/sync/
H A Datomic.rs126 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta; in rhs_into_delta() argument
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs73 kernel::time::delay::fsleep(time::Delta::from_millis(100)); in issue_soft_reset()
/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/drivers/reset/
H A DKconfig364 tristate "Delta Networks TN48M switch CPLD reset controller"
368 This enables the reset controller driver for the Delta TN48M CPLD.
/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/drivers/input/serio/
H A DKconfig224 tristate "Amstrad Delta (E3) mailboard support"

12