Searched refs:dstsize (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 71 u32 dlflags, u8 __iomem *dst, u32 dstsize) in saa7164_downloadimage() argument 85 __func__, src, srcsize, dlflags, dst, dstsize); in saa7164_downloadimage() 131 for (offset = 0; srcsize > dstsize; in saa7164_downloadimage() 132 srcsize -= dstsize, offset += dstsize) { in saa7164_downloadimage() 134 dprintk(DBGLVL_FW, "%s() memcpy %d\n", __func__, dstsize); in saa7164_downloadimage() 135 memcpy_toio(dst, srcbuf + offset, dstsize); in saa7164_downloadimage() 151 dprintk(DBGLVL_FW, "%s() memcpy(l) %d\n", __func__, dstsize); in saa7164_downloadimage()
|
/Linux-v4.19/lib/ |
D | nlattr.c | 309 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy() argument 317 if (dstsize > 0) { in nla_strlcpy() 318 size_t len = (srclen >= dstsize) ? dstsize - 1 : srclen; in nla_strlcpy() 320 memset(dst, 0, dstsize); in nla_strlcpy()
|
/Linux-v4.19/sound/soc/uniphier/ |
D | aio-compress.c | 277 char __user *buf, size_t dstsize) in aio_compr_send_to_hw() argument 284 while (dstsize > 0) { in aio_compr_send_to_hw() 313 dstsize -= sizeof(u32) * 2; in aio_compr_send_to_hw()
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 258 u32 dstsize, in atmel_hlcdc_plane_phiscaler_get_factor() argument 263 factor = (256 * ((8 * (srcsize - 1)) - phidef)) / (dstsize - 1); in atmel_hlcdc_plane_phiscaler_get_factor() 264 max_memsize = ((factor * (dstsize - 1)) + (256 * phidef)) / 2048; in atmel_hlcdc_plane_phiscaler_get_factor()
|
/Linux-v4.19/include/net/ |
D | netlink.h | 254 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize);
|