Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs178 pub struct Attrs(u32); global() struct
180 impl Attrs { global() implementation
192 impl core::ops::BitOr for Attrs { global() implementation
199 impl core::ops::BitAnd for Attrs { global() implementation
206 impl core::ops::Not for Attrs { global() implementation
302 alloc_attrs( dev: &device::Device<Bound>, count: usize, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<CoherentAllocation<T>> alloc_attrs() argument
[all...]