Searched defs:Bound (Results 1 – 9 of 9) sorted by relevance
/linux/rust/kernel/ |
H A D | device.rs | 183 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() 496 pub struct Bound; struct 501 impl Sealed for super::Bound {} implementation 507 impl DeviceContext for Bound {} implementation
|
H A D | devres.rs | 131 dev: &'a Device<Bound>, in new() 311 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result in register_foreign() 361 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() argument
|
H A D | dma.rs | 299 dev: &device::Device<Bound>, in alloc_attrs() 344 dev: &device::Device<Bound>, in alloc_coherent()
|
/linux/drivers/gpu/nova-core/ |
H A D | dma.rs | 17 pub(crate) fn new(dev: &device::Device<device::Bound>, len: usize) -> Result<Self> { in new() 27 pub(crate) fn from_data(dev: &device::Device<device::Bound>, data: &[u8]) -> Result<Self> { in from_data()
|
H A D | gpu.rs | 193 dev: &device::Device<device::Bound>, in run_fwsec_frts() 267 pdev: &pci::Device<device::Bound>, in new()
|
H A D | fb.rs | 43 dev: &device::Device<device::Bound>, in register()
|
/linux/drivers/gpu/nova-core/firmware/ |
H A D | fwsec.rs | 255 fn new_fwsec(dev: &Device<device::Bound>, bios: &Vbios, cmd: FwsecCommand) -> Result<Self> { in new_fwsec() 337 dev: &Device<device::Bound>, in new() 402 dev: &Device<device::Bound>, in run()
|
/linux/rust/kernel/drm/ |
H A D | driver.rs | 133 dev: &device::Device<device::Bound>, in new_foreign_owned()
|
/linux/rust/kernel/io/ |
H A D | mem.rs | 31 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()
|