Home
last modified time | relevance | path

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

/rust/kernel/
A Ddevres.rs130 dev: &'a Device<Bound>, in new()
302 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result in register_foreign()
352 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() argument
A Ddevice.rs70 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound()
336 pub struct Bound; struct
341 impl Sealed for super::Bound {} implementation
347 impl DeviceContext for Bound {} implementation
A Ddma.rs299 dev: &device::Device<Bound>, in alloc_attrs()
344 dev: &device::Device<Bound>, in alloc_coherent()
/rust/kernel/drm/
A Ddriver.rs133 dev: &device::Device<device::Bound>, in new_foreign_owned()
/rust/kernel/io/
A Dmem.rs31 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()

Completed in 7 milliseconds