Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-fw.c61 u32 dlflags, u8 __iomem *dst, u32 dstsize) in saa7164_downloadimage() argument
75 __func__, src, srcsize, dlflags, dst, dstsize); in saa7164_downloadimage()
121 for (offset = 0; srcsize > dstsize; in saa7164_downloadimage()
122 srcsize -= dstsize, offset += dstsize) { in saa7164_downloadimage()
124 dprintk(DBGLVL_FW, "%s() memcpy %d\n", __func__, dstsize); in saa7164_downloadimage()
125 memcpy_toio(dst, srcbuf + offset, dstsize); in saa7164_downloadimage()
141 dprintk(DBGLVL_FW, "%s() memcpy(l) %d\n", __func__, dstsize); in saa7164_downloadimage()
/OK3568_Linux_fs/kernel/lib/
H A Dnlattr.c723 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy() argument
731 if (dstsize > 0) { in nla_strlcpy()
732 size_t len = (srclen >= dstsize) ? dstsize - 1 : srclen; in nla_strlcpy()
734 memset(dst, 0, dstsize); in nla_strlcpy()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-compress.c287 char __user *buf, size_t dstsize) in aio_compr_send_to_hw() argument
294 while (dstsize > 0) { in aio_compr_send_to_hw()
323 dstsize -= sizeof(u32) * 2; in aio_compr_send_to_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c257 u32 dstsize, in atmel_hlcdc_plane_phiscaler_get_factor() argument
262 factor = (256 * ((8 * (srcsize - 1)) - phidef)) / (dstsize - 1); in atmel_hlcdc_plane_phiscaler_get_factor()
263 max_memsize = ((factor * (dstsize - 1)) + (256 * phidef)) / 2048; in atmel_hlcdc_plane_phiscaler_get_factor()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dimgproc.hpp2920 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
2940 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dimgproc.hpp2920 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
2940 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dimgproc.hpp2920 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
2940 const Size& dstsize = Size(), int borderType = BORDER_DEFAULT );
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h509 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize);