Searched refs:dstbuf (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 190 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local 236 dstbuf = outbuf + num_hdr_bytes; in compress_file() 266 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file() 270 dstbuf, dstlen, in compress_file() 316 set_bfinal(dstbuf, 0); in compress_file() 317 dstbuf = dstbuf + tpbc; in compress_file() 323 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file() 326 dstbuf = dstbuf + flushlen; in compress_file() 333 set_bfinal(dstbuf, 1); in compress_file() 334 dstbuf = dstbuf + tpbc; in compress_file() [all …]
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 58 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local 74 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 76 vb = &dstbuf->m2m_buf.vb; in get_display_buffer() 78 if (dstbuf->used) { in get_display_buffer() 81 vb->vb2_buf.index, dstbuf->queued_in_vb2); in get_display_buffer() 100 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local 117 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 119 vb = &dstbuf->m2m_buf.vb; in get_free_buffer() 122 if (dstbuf->used) { in get_free_buffer() 123 if (dstbuf->queued_in_vb2 && dstbuf->queued_in_v4l2 && in get_free_buffer() [all …]
|
/linux/sound/soc/uniphier/ |
H A D | aio-compress.c | 285 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local 315 dstbuf[dst++] = frm_a; in aio_compr_send_to_hw() 316 dstbuf[dst++] = frm_b; in aio_compr_send_to_hw()
|
/linux/drivers/mtd/nand/raw/ |
H A D | nand_onfi.c | 115 void *dstbuf, in nand_bit_wise_majority() argument 137 ((u8 *)dstbuf)[i] = val; in nand_bit_wise_majority()
|
/linux/net/ipv6/ |
H A D | exthdrs.c | 300 __u16 dstbuf; in ipv6_destopt_rcv() local 322 dstbuf = opt->dst1; in ipv6_destopt_rcv() 329 opt->nhoff = dstbuf; in ipv6_destopt_rcv()
|