Lines Matching defs:zeroed_slice_with_attrs
219 /// Coherent::zeroed_slice_with_attrs(dev, 4, GFP_KERNEL, attribs)?;
413 /// [`CoherentBox`] variant of [`Coherent::zeroed_slice_with_attrs`].
415 pub fn zeroed_slice_with_attrs(
421 Coherent::zeroed_slice_with_attrs(dev, count, gfp_flags, dma_attrs).map(Self)
424 /// Same as [CoherentBox::zeroed_slice_with_attrs], but with `dma::Attrs(0)`.
431 Self::zeroed_slice_with_attrs(dev, count, gfp_flags, Attrs(0))
519 /// Same as [`CoherentBox::zeroed_slice_with_attrs`], but for a single element.
879 /// Coherent::zeroed_slice_with_attrs(dev, 4, GFP_KERNEL, DMA_ATTR_NO_WARN)?;
883 pub fn zeroed_slice_with_attrs(
892 /// Performs the same functionality as [`Coherent::zeroed_slice_with_attrs`], except the
900 Self::zeroed_slice_with_attrs(dev, len, gfp_flags, Attrs(0))