Searched defs:cctx (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/misc/ |
D | fastrpc.c | 197 struct fastrpc_channel_ctx *cctx; member 225 struct fastrpc_channel_ctx *cctx; member 329 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local 336 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get() 341 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put() 349 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local 444 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc() local 909 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send() local 1118 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc() 1137 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx, in fastrpc_session_free() [all …]
|
/Linux-v5.10/lib/zstd/ |
D | compress.c | 111 ZSTD_CCtx *cctx; in ZSTD_createCCtx_advanced() local 125 ZSTD_CCtx *cctx = ZSTD_createCCtx_advanced(stackMem); in ZSTD_initCCtx() local 132 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx) in ZSTD_freeCCtx() 143 static ZSTD_parameters ZSTD_getParamsFromCCtx(const ZSTD_CCtx *cctx) { return cctx->params; } in ZSTD_getParamsFromCCtx() 217 static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize) in ZSTD_continueCCtx() 337 void ZSTD_invalidateRepCodes(ZSTD_CCtx *cctx) in ZSTD_invalidateRepCodes() 1008 void ZSTD_compressBlock_fast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 ml… in ZSTD_compressBlock_fast_generic() 1235 static void ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls) in ZSTD_fillDoubleHashTable() 1254 void ZSTD_compressBlock_doubleFast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const … in ZSTD_compressBlock_doubleFast_generic() 2355 static size_t ZSTD_compress_generic(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const void *src… in ZSTD_compress_generic() [all …]
|
/Linux-v5.10/crypto/ |
D | camellia_generic.c | 971 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local 996 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local 1024 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
|
D | zstd.c | 21 ZSTD_CCtx *cctx; member
|
/Linux-v5.10/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 809 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_request_enable() local 1305 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_startup() local 1337 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_type() local 1399 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_handler() local 1714 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_suspend_noirq() local 1744 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_resume_noirq() local
|
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 260 struct bnxt_qplib_chip_ctx *cctx; member 271 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5() 284 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type() 446 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_ring_nq_db()
|
D | main.c | 87 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_drv_mode() local
|
D | qplib_fp.h | 270 struct bnxt_qplib_chip_ctx *cctx; member
|
/Linux-v5.10/arch/x86/crypto/ |
D | camellia_glue.c | 1229 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
|
/Linux-v5.10/drivers/crypto/mediatek/ |
D | mtk-aes.c | 556 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx); in mtk_aes_ctr_transfer() local 604 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx); in mtk_aes_ctr_start() local
|
/Linux-v5.10/net/tls/ |
D | tls_main.c | 339 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
|
D | tls_sw.c | 2301 struct cipher_context *cctx; in tls_set_sw_offload() local
|