Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs101 fn new(dev: &Device<Bound>, data: T, flags: Flags) -> Result<Arc<DevresInner<T>>> { in new()
181 pub fn new(dev: &Device<Bound>, data: T, flags: Flags) -> Result<Self> { in new()
189 pub fn new_foreign_owned(dev: &Device<Bound>, data: T, flags: Flags) -> Result { in new_foreign_owned()
H A Ddevice.rs256 pub struct Bound; struct
261 impl Sealed for super::Bound {} implementation
266 impl DeviceContext for Bound {} implementation
H A Ddma.rs155 dev: &Device<Bound>, in alloc_attrs()
197 dev: &Device<Bound>, in alloc_coherent()
/linux/drivers/gpu/nova-core/
H A Dgpu.rs170 pdev: &pci::Device<device::Bound>, in new()