Searched refs:dstbuf (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
| D | gzfht_test.c | 235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local 271 dstbuf = outbuf + num_hdr_bytes; in compress_file() 301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file() 305 dstbuf, dstlen, in compress_file() 351 set_bfinal(dstbuf, 0); in compress_file() 352 dstbuf = dstbuf + tpbc; in compress_file() 358 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file() 361 dstbuf = dstbuf + flushlen; in compress_file() 368 set_bfinal(dstbuf, 1); in compress_file() 369 dstbuf = dstbuf + tpbc; in compress_file() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_dec.c | 106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local 123 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 125 vb = &dstbuf->m2m_buf.vb; in get_display_buffer() 127 if (dstbuf->used) { in get_display_buffer() 138 dstbuf->queued_in_vb2); in get_display_buffer() 157 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local 175 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 177 vb = &dstbuf->m2m_buf.vb; in get_free_buffer() 180 if (dstbuf->used) { in get_free_buffer() 181 if ((dstbuf->queued_in_vb2) && in get_free_buffer() [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | policy_unpack.c | 1059 void *stgbuf, *dstbuf; in deflate_compress() local 1098 dstbuf = kvzalloc(strm.total_out, GFP_KERNEL); in deflate_compress() 1099 if (dstbuf) { in deflate_compress() 1100 memcpy(dstbuf, stgbuf, strm.total_out); in deflate_compress() 1109 dstbuf = krealloc(stgbuf, strm.total_out, GFP_KERNEL); in deflate_compress() 1111 if (!dstbuf) { in deflate_compress() 1116 *dst = dstbuf; in deflate_compress()
|
| /kernel/linux/linux-5.10/sound/soc/uniphier/ |
| D | aio-compress.c | 290 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local 320 dstbuf[dst++] = frm_a; in aio_compr_send_to_hw() 321 dstbuf[dst++] = frm_b; in aio_compr_send_to_hw()
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | nand_onfi.c | 115 void *dstbuf, in nand_bit_wise_majority() argument 137 ((u8 *)dstbuf)[i] = val; in nand_bit_wise_majority()
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | exthdrs.c | 282 __u16 dstbuf; in ipv6_destopt_rcv() local 304 dstbuf = opt->dst1; in ipv6_destopt_rcv() 312 opt->nhoff = dstbuf; in ipv6_destopt_rcv()
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| D | lpfc_debugfs.c | 2419 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local 2423 memset(dstbuf, 0, 33); in lpfc_debugfs_dif_err_write() 2425 if (copy_from_user(dstbuf, buf, size)) in lpfc_debugfs_dif_err_write() 2429 if ((dstbuf[0] == 'o') && (dstbuf[1] == 'f') && in lpfc_debugfs_dif_err_write() 2430 (dstbuf[2] == 'f')) in lpfc_debugfs_dif_err_write() 2434 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 177528 + v4l2_klog(LOGLVL_WARNING, "got unqueued dstbuf %d", outbufidx); 177551 + v4l2_klog(LOGLVL_WARNING, "dstbuf %d is not active", outbufidx);
|