Searched refs:dstsize (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 61 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()
|
/linux-5.19.10/lib/ |
D | nlattr.c | 725 ssize_t nla_strscpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strscpy() argument 732 if (dstsize == 0 || WARN_ON_ONCE(dstsize > U16_MAX)) in nla_strscpy() 738 if (srclen >= dstsize) { in nla_strscpy() 739 len = dstsize - 1; in nla_strscpy() 748 memset(dst + len, 0, dstsize - len); in nla_strscpy()
|
/linux-5.19.10/sound/soc/uniphier/ |
D | aio-compress.c | 282 char __user *buf, size_t dstsize) in aio_compr_send_to_hw() argument 289 while (dstsize > 0) { in aio_compr_send_to_hw() 318 dstsize -= sizeof(u32) * 2; in aio_compr_send_to_hw()
|
/linux-5.19.10/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-5.19.10/include/net/ |
D | netlink.h | 509 ssize_t nla_strscpy(char *dst, const struct nlattr *nla, size_t dstsize);
|