Home
last modified time | relevance | path

Searched defs:c_ctx (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-write.c23 struct pblk_c_ctx *c_ctx) in pblk_end_w_bio()
70 struct pblk_c_ctx *c_ctx) in pblk_end_queued_w_bio()
77 struct pblk_c_ctx *c_ctx) in pblk_complete_write()
186 static void pblk_queue_resubmit(struct pblk *pblk, struct pblk_c_ctx *c_ctx) in pblk_queue_resubmit()
214 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_rec() local
255 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_write() local
320 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_setup_w_rq() local
547 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_free_write_rqd() local
H A Dpblk-rb.c556 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_rb_read_to_bio() local
H A Dpblk.h929 static inline struct nvm_rq *nvm_rq_from_c_ctx(void *c_ctx) in nvm_rq_from_c_ctx()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c496 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_init() local
508 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_uninit() local
572 static int sec_skcipher_3des_setkey(struct sec_cipher_ctx *c_ctx, in sec_skcipher_3des_setkey()
590 static int sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, in sec_skcipher_aes_sm4_setkey()
631 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_setkey() local
831 static int sec_aead_aes_set_key(struct sec_cipher_ctx *c_ctx, in sec_aead_aes_set_key()
888 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_aead_setkey() local
986 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill() local
H A Dsec.h139 struct sec_cipher_ctx c_ctx; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c1077 AV1Context* c_ctx = (AV1Context*)ctx->priv_data; in av1d_parser_update() local
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_crypto.h163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() function