Home
last modified time | relevance | path

Searched refs:item_from_index (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Ddma.rs572 pub fn item_from_index(&self, offset: usize) -> Result<*mut T> { in item_from_index() method
678 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;
728 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;
736 let item = $crate::dma::CoherentAllocation::item_from_index(&$dma, $idx)?;