Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs78 unsafe fn dma_set_mask_and_coherent(&self, mask: DmaMask) -> Result { in dma_set_mask_and_coherent() method
/linux/include/linux/
H A Ddma-mapping.h616 static inline int dma_set_mask_and_coherent(struct device *dev, u64 mask) in dma_set_mask_and_coherent() function