/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 593 struct bcm63xx_req *breq) in iudma_write() argument 596 unsigned int bytes_left = breq->req.length - breq->offset; in iudma_write() 601 breq->bd_bytes = 0; in iudma_write() 602 breq->iudma = iudma; in iudma_write() 604 if ((bytes_left % iudma->max_pkt == 0) && bytes_left && breq->req.zero) in iudma_write() 646 d->address = breq->req.dma + breq->offset; in iudma_write() 650 breq->offset += n_bytes; in iudma_write() 651 breq->bd_bytes += n_bytes; in iudma_write() 1075 struct bcm63xx_req *breq, *n; in bcm63xx_ep_disable() local 1091 list_for_each_entry_safe(breq, n, &bep->queue, queue) { in bcm63xx_ep_disable() [all …]
|
/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 218 static int rk_hash_prepare(struct crypto_engine *engine, void *breq) in rk_hash_prepare() argument 220 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_prepare() 235 static int rk_hash_unprepare(struct crypto_engine *engine, void *breq) in rk_hash_unprepare() argument 237 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_unprepare() 246 static int rk_hash_run(struct crypto_engine *engine, void *breq) in rk_hash_run() argument 248 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_run() 310 crypto_finalize_hash_request(engine, breq, err); in rk_hash_run()
|
/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 299 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ce_cipher_run() local 300 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq); in sun8i_ce_cipher_run() 303 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run() 307 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run() 309 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ce_cipher_run()
|
D | sun8i-ce-hash.c | 324 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ce_hash_run() argument 326 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ce_hash_run() 469 crypto_finalize_hash_request(engine, breq, err); in sun8i_ce_hash_run()
|
D | sun8i-ce.h | 375 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
|
/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 265 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in meson_handle_cipher_request() local 267 err = meson_cipher(breq); in meson_handle_cipher_request() 269 crypto_finalize_skcipher_request(engine, breq, err); in meson_handle_cipher_request()
|
/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 264 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sl3516_ce_handle_cipher_request() local 266 err = sl3516_ce_cipher(breq); in sl3516_ce_handle_cipher_request() 268 crypto_finalize_skcipher_request(engine, breq, err); in sl3516_ce_handle_cipher_request()
|
/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 330 struct skcipher_request *breq = container_of(areq, struct skcipher_request, base); in sun8i_ss_handle_cipher_request() local 332 err = sun8i_ss_cipher(breq); in sun8i_ss_handle_cipher_request() 334 crypto_finalize_skcipher_request(engine, breq, err); in sun8i_ss_handle_cipher_request()
|
D | sun8i-ss-hash.c | 482 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ss_hash_run() argument 484 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ss_hash_run() 706 crypto_finalize_hash_request(engine, breq, err); in sun8i_ss_hash_run()
|
D | sun8i-ss.h | 325 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);
|