| /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, 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 D | internal.rs | 32 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 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/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. 246 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/arch/arm/mach-omap1/ |
| H A D | Kconfig | 152 bool "Amstrad E3 (Delta)" 160 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
|
| /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/sound/pci/trident/ |
| H A D | trident.h | 278 unsigned short Delta; /* 16 bits */ member
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 126 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta; in rhs_into_delta() argument
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 73 kernel::time::delay::fsleep(time::Delta::from_millis(100)); in issue_soft_reset()
|
| /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/drivers/reset/ |
| H A D | Kconfig | 364 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 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/drivers/input/serio/ |
| H A D | Kconfig | 224 tristate "Amstrad Delta (E3) mailboard support"
|