Searched refs:sg_pcopy_from_buffer (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/lib/ |
H A D | scatterlist.c | 724 * 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 D | cipher.c | 120 len = sg_pcopy_from_buffer(req->dst, creq->dst_nents, mv_cesa_ablkcipher_std_process()
|
/linux-4.4.14/include/linux/ |
H A D | scatterlist.h | 277 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_guc_submission.c | 467 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