Lines Matching refs:from_slice_with_attrs
460 /// 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(
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))
919 /// Coherent::from_slice_with_attrs(dev, &data, GFP_KERNEL, DMA_ATTR_NO_WARN)?;
924 pub fn from_slice_with_attrs(
933 CoherentBox::from_slice_with_attrs(dev, data, gfp_flags, dma_attrs).map(Into::into)
936 /// Performs the same functionality as [`Coherent::from_slice_with_attrs`], except the
947 Self::from_slice_with_attrs(dev, data, gfp_flags, Attrs(0))