Home
last modified time | relevance | path

Searched refs:breq (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/gadget/udc/
Dbcm63xx_udc.c593 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/
Drk3288_crypto_ahash.c218 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/
Dsun8i-ce-cipher.c299 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()
Dsun8i-ce-hash.c324 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()
Dsun8i-ce.h375 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c265 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/
Dsl3516-ce-cipher.c264 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/
Dsun8i-ss-cipher.c330 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()
Dsun8i-ss-hash.c482 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()
Dsun8i-ss.h325 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);