Searched refs:dstbuf (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c190 char *inbuf, *outbuf, *srcbuf, *dstbuf; local
236 dstbuf = outbuf + num_hdr_bytes;
266 nxu_touch_pages(dstbuf, dstlen, pagelen, 1);
270 dstbuf, dstlen,
316 set_bfinal(dstbuf, 0);
317 dstbuf = dstbuf + tpbc;
323 flushlen = append_sync_flush(dstbuf, tebc, 0);
326 dstbuf = dstbuf
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c58 struct mtk_video_dec_buf *dstbuf; local
74 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf,
76 vb = &dstbuf->m2m_buf.vb;
78 if (dstbuf->used) {
81 vb->vb2_buf.index, dstbuf->queued_in_vb2);
100 struct mtk_video_dec_buf *dstbuf; local
117 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf,
119 vb = &dstbuf->m2m_buf.vb;
122 if (dstbuf->used) {
123 if (dstbuf
[all...]
/linux-master/sound/soc/uniphier/
H A Daio-compress.c285 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); local
315 dstbuf[dst++] = frm_a;
316 dstbuf[dst++] = frm_b;
/linux-master/drivers/mtd/nand/raw/
H A Dnand_onfi.c115 void *dstbuf,
137 ((u8 *)dstbuf)[i] = val;
113 nand_bit_wise_majority(const void **srcbufs, unsigned int nsrcbufs, void *dstbuf, unsigned int bufsize) argument
/linux-master/net/ipv6/
H A Dexthdrs.c300 __u16 dstbuf; local
322 dstbuf = opt->dst1;
329 opt->nhoff = dstbuf;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2422 char dstbuf[33]; local
2426 memset(dstbuf, 0, 33);
2428 if (copy_from_user(dstbuf, buf, size))
2432 if ((dstbuf[0] == 'o') && (dstbuf[1] == 'f') &&
2433 (dstbuf[2] == 'f'))
2437 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp)))

Completed in 206 milliseconds