Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dscatterlist.c734 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
739 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/linux-4.4.14/include/linux/
Dscatterlist.h277 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_guc_submission.c467 sg_pcopy_from_buffer(sg->sgl, sg->nents, &desc, sizeof(desc), in guc_init_ctx_desc()
480 sg_pcopy_from_buffer(sg->sgl, sg->nents, &desc, sizeof(desc), in guc_fini_ctx_desc()
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c120 len = sg_pcopy_from_buffer(req->dst, creq->dst_nents, in mv_cesa_ablkcipher_std_process()