Searched refs:sg_pcopy_from_buffer (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/lib/
H A Dscatterlist.c724 * sg_pcopy_from_buffer - Copy from a linear buffer to an SG list
734 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, sg_pcopy_from_buffer() function
739 EXPORT_SYMBOL(sg_pcopy_from_buffer); variable
/linux-4.4.14/drivers/crypto/marvell/
H A Dcipher.c120 len = sg_pcopy_from_buffer(req->dst, creq->dst_nents, mv_cesa_ablkcipher_std_process()
/linux-4.4.14/include/linux/
H A Dscatterlist.h277 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_guc_submission.c467 sg_pcopy_from_buffer(sg->sgl, sg->nents, &desc, sizeof(desc), guc_init_ctx_desc()
480 sg_pcopy_from_buffer(sg->sgl, sg->nents, &desc, sizeof(desc), guc_fini_ctx_desc()

Completed in 256 milliseconds