| /linux/rust/kernel/time/ |
| H A D | delay.rs | 10 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 D | poll.rs | 16 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 D | cmdq.rs | 25 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 D | boot.rs | 10 time::Delta, // 211 Delta::from_millis(10), in boot() 212 Delta::from_secs(5), in boot()
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 39 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 D | pixfmt-tch-td08.rst | 12 8-bit signed Touch Delta 19 Delta values may range from -128 to 127. Typically the values will vary through
|
| H A D | pixfmt-tch-td16.rst | 12 16-bit signed little endian Touch Delta 20 Delta values may range from -32768 to 32767. Typically the values will vary
|
| H A D | dev-touch.rst | 34 Delta = Raw - Reference
|
| /linux/Documentation/hwmon/ |
| H A D | dps920ab.rst | 8 * Delta DPS920AB 21 This driver implements support for Delta DPS920AB 920W 54V DC single output
|
| /linux/sound/pci/trident/ |
| H A D | trident_main.c | 447 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 D | trident.h | 278 unsigned short Delta; /* 16 bits */ member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-mcp3564 | 6 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 D | perf-diff.txt | 45 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 D | examples.txt | 71 Delta compression using up to 2 threads. 125 Delta compression using up to 2 threads.
|
| /linux/sound/soc/stm/ |
| H A D | Kconfig | 45 for Sigma Delta Modulators (DFSDM) driver used
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv-cardlist.rst | 46 - MATRIX-Vision MV-Delta 198 - MATRIX-Vision MV-Delta 2
|
| /linux/sound/soc/ti/ |
| H A D | Kconfig | 127 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 D | atomic.rs | 131 /// `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 D | adis16550.rst | 171 | Delta velocity on X. Y, and Z axis | Meters per Second | 173 | Delta angle on X, Y, and Z axis | Radians |
|
| H A D | adis16475.rst | 174 | Delta velocity on X. Y, and Z axis | Meters per Second | 176 | Delta angle on X, Y, and Z axis | Radians |
|
| H A D | adis16480.rst | 233 | 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 D | aspeed-bmc-delta-ahe50dc.dts | 28 model = "Delta Power AHE-50DC";
|
| /linux/drivers/zorro/ |
| H A D | zorro.ids | 72 2000 Delta [RAM Expansion] 77 6000 Delta [Miscellaneous Expansion Card]
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 1178 * 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 D | Kconfig | 121 the desired 1-bit output via Delta Sigma Modulation (DSM).
|