Home
last modified time | relevance | path

Searched defs:DmaObject (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Ddma.rs12 pub(crate) struct DmaObject { struct
16 impl DmaObject { implementation
46 impl Deref for DmaObject { implementation
54 impl DerefMut for DmaObject { implementation
/linux/drivers/gpu/nova-core/firmware/
H A Dfwsec.rs156 unsafe fn transmute<'a, 'b, T: Sized + FromBytes>( in transmute()
180 fw: &'a mut DmaObject, in transmute_mut()