Home
last modified time | relevance | path

Searched refs:dstbuf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c190 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 …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c58 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 …]
/openbmc/linux/sound/soc/uniphier/
H A Daio-compress.c285 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()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c115 void *dstbuf, in nand_bit_wise_majority() argument
137 ((u8 *)dstbuf)[i] = val; in nand_bit_wise_majority()
/openbmc/u-boot/drivers/fpga/
H A Dzynqpl.c153 static int zynq_dma_transfer(u32 srcbuf, u32 srclen, u32 dstbuf, u32 dstlen) in zynq_dma_transfer() argument
160 writel(dstbuf, &devcfg_base->dma_dst_addr); in zynq_dma_transfer()
/openbmc/linux/net/ipv6/
H A Dexthdrs.c299 __u16 dstbuf; in ipv6_destopt_rcv() local
321 dstbuf = opt->dst1; in ipv6_destopt_rcv()
328 opt->nhoff = dstbuf; in ipv6_destopt_rcv()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2424 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local
2428 memset(dstbuf, 0, 33); in lpfc_debugfs_dif_err_write()
2430 if (copy_from_user(dstbuf, buf, size)) in lpfc_debugfs_dif_err_write()
2434 if ((dstbuf[0] == 'o') && (dstbuf[1] == 'f') && in lpfc_debugfs_dif_err_write()
2435 (dstbuf[2] == 'f')) in lpfc_debugfs_dif_err_write()
2439 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()