Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2447 static inline bool needs_copy(const struct rx_ring_info *re, in needs_copy() function
2594 if (needs_copy(re, length)) in sky2_receive()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch9289 + bool needs_copy = false;
9302 + needs_copy = true;
9363 + if (needs_copy)
12887 + const bool needs_copy = !hw_mmal_chroma_is_mmal(vd->fmt.i_chroma);
12888 + const MMAL_FOURCC_T enc_in = needs_copy ? MMAL_ENCODING_I420 :
12996 + if (!needs_copy) {