Searched defs:Bound (Results 1 – 4 of 4) sorted by relevance
101 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()
256 pub struct Bound; struct261 impl Sealed for super::Bound {} implementation266 impl DeviceContext for Bound {} implementation
155 dev: &Device<Bound>, in alloc_attrs()197 dev: &Device<Bound>, in alloc_coherent()
170 pdev: &pci::Device<device::Bound>, in new()