Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 8 of 8) sorted by relevance

/rust/kernel/
A Ddevice.rs70 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() argument
336 pub struct Bound; struct
341 impl Sealed for super::Bound {} implementation
347 impl DeviceContext for Bound {} implementation
398 $crate::device::Core => $crate::device::Bound
405 $crate::device::Bound => $crate::device::Normal
429 ::kernel::__impl_device_context_into_aref!($crate::device::Bound, $device);
A Ddevres.rs11 device::{Bound, Device},
130 dev: &'a Device<Bound>, in new() argument
240 pub fn access<'a>(&'a self, dev: &'a Device<Bound>) -> Result<&'a T> { in access()
302 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result in register_foreign() argument
352 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() argument
A Ddma.rs9 device::{Bound, Core},
299 dev: &device::Device<Bound>, in alloc_attrs() argument
344 dev: &device::Device<Bound>, in alloc_coherent() argument
A Dplatform.rs9 device::{self, Bound},
269 impl Device<Bound> {
A Dpci.rs415 impl Device<device::Bound> {
A Dcpufreq.rs15 device::{Bound, Device},
1051 pub fn new_foreign_owned(dev: &Device<Bound>) -> Result in new_foreign_owned()
/rust/kernel/io/
A Dmem.rs8 use crate::device::Bound;
20 device: &'a Device<Bound>,
31 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new() argument
/rust/kernel/drm/
A Ddriver.rs133 dev: &device::Device<device::Bound>, in new_foreign_owned() argument

Completed in 15 milliseconds