Searched defs:DmaMapping (Results 1 – 1 of 1) sorted by relevance
126 pub struct DmaMapping<'a> { struct134 impl<'a> DmaMapping<'a> { argument258 impl<'a> ReadMapping<'a> for DmaMapping<'a> { implementation276 impl<'a> WriteMapping<'a> for DmaMapping<'a> { implementation296 impl<'a> Drop for DmaMapping<'a> { implementation398 fn map_helper(&self, is_writable: bool) -> Result<DmaMapping, String> { in map_helper()