Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs460 /// This is the [`CoherentBox`] variant of [`Coherent::from_slice_with_attrs`].
476 /// CoherentBox::from_slice_with_attrs(dev, &data, GFP_KERNEL, DMA_ATTR_NO_WARN)?;
481 pub fn from_slice_with_attrs( in from_slice_with_attrs() method
503 /// Performs the same functionality as [`CoherentBox::from_slice_with_attrs`], except the
514 Self::from_slice_with_attrs(dev, data, gfp_flags, Attrs(0)) in from_slice()
919 /// Coherent::from_slice_with_attrs(dev, &data, GFP_KERNEL, DMA_ATTR_NO_WARN)?;
924 pub fn from_slice_with_attrs( in from_slice_with_attrs() method
933 CoherentBox::from_slice_with_attrs(dev, data, gfp_flags, dma_attrs).map(Into::into) in from_slice_with_attrs()
936 /// Performs the same functionality as [`Coherent::from_slice_with_attrs`], except the
947 Self::from_slice_with_attrs(de in from_slice()
[all...]