Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice.rs183 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 Ddevres.rs131 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 Ddma.rs299 dev: &device::Device<Bound>, in alloc_attrs()
344 dev: &device::Device<Bound>, in alloc_coherent()
/linux/drivers/gpu/nova-core/
H A Ddma.rs17 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 Dgpu.rs193 dev: &device::Device<device::Bound>, in run_fwsec_frts()
267 pdev: &pci::Device<device::Bound>, in new()
H A Dfb.rs43 dev: &device::Device<device::Bound>, in register()
/linux/drivers/gpu/nova-core/firmware/
H A Dfwsec.rs255 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 Ddriver.rs133 dev: &device::Device<device::Bound>, in new_foreign_owned()
/linux/rust/kernel/io/
H A Dmem.rs31 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()