Searched refs:Bound (Results 1 – 8 of 8) sorted by relevance
| /rust/kernel/ |
| A D | device.rs | 70 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 D | devres.rs | 11 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 D | dma.rs | 9 device::{Bound, Core}, 299 dev: &device::Device<Bound>, in alloc_attrs() argument 344 dev: &device::Device<Bound>, in alloc_coherent() argument
|
| A D | platform.rs | 9 device::{self, Bound}, 269 impl Device<Bound> {
|
| A D | pci.rs | 415 impl Device<device::Bound> {
|
| A D | cpufreq.rs | 15 device::{Bound, Device}, 1051 pub fn new_foreign_owned(dev: &Device<Bound>) -> Result in new_foreign_owned()
|
| /rust/kernel/io/ |
| A D | mem.rs | 8 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 D | driver.rs | 133 dev: &device::Device<device::Bound>, in new_foreign_owned() argument
|
Completed in 15 milliseconds