Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_dma.rs77 let sgt = SGTable::new(pdev.as_ref(), pages, DataDirection::ToDevice, GFP_KERNEL); in probe()
/linux/rust/kernel/
H A Ddma.rs280 ToDevice = Self::const_cast(bindings::dma_data_direction_DMA_TO_DEVICE), enumerator