Searched defs:breq (Results 1 – 8 of 8) sorted by relevance
/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 218 static int rk_hash_prepare(struct crypto_engine *engine, void *breq) in rk_hash_prepare() 235 static int rk_hash_unprepare(struct crypto_engine *engine, void *breq) in rk_hash_unprepare() 246 static int rk_hash_run(struct crypto_engine *engine, void *breq) in rk_hash_run()
|
/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 593 struct bcm63xx_req *breq) in iudma_write() 1075 struct bcm63xx_req *breq, *n; in bcm63xx_ep_disable() local 1116 struct bcm63xx_req *breq; in bcm63xx_udc_alloc_request() local 1132 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_free_request() local 1155 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_queue() local 1207 struct bcm63xx_req *breq = our_req(req), *cur; in bcm63xx_udc_dequeue() local 1384 struct bcm63xx_req *breq = our_req(req); in bcm63xx_ep0_map_write() local 2044 struct bcm63xx_req *breq = NULL; in bcm63xx_udc_data_isr() local
|
/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
|
/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
|
/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
|
D | sun8i-ss-hash.c | 482 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ss_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
|
D | sun8i-ce-hash.c | 324 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ce_hash_run()
|