Home
last modified time | relevance | path

Searched defs:ZERO (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/android/binder/
H A Dstats.rs24 const ZERO: Atomic<u32> = Atomic::new(0); in new() constant
/linux/rust/zerocopy/src/
H A Dbyteorder.rs561 pub const ZERO: $name<O> = $name([0u8; $bytes], PhantomData); constant
1058 const ZERO: Self; constant
1114 const ZERO: Self; constant
1169 const ZERO: $native = 0 as $native; constant
1182 const ZERO: $name<O> = $name::ZERO; constant
/linux/drivers/net/fddi/skfp/h/
H A Dsba_def.h59 #define ZERO 0x00000000 macro
/linux/rust/kernel/
H A Dtime.rs428 pub const ZERO: Self = Self { value: 0 }; constant
/linux/drivers/ata/
H A Dsata_mv.c3124 #define ZERO(reg) writel(0, port_mmio + (reg)) macro
3148 #define ZERO(reg) writel(0, hc_mmio + (reg)) macro
3185 #define ZERO(reg) writel(0, mmio + (reg)) macro
3407 #define ZERO(reg) writel(0, port_mmio + (reg)) macro
3432 #define ZERO(reg) writel(0, hc_mmio + (reg)) macro