Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/misc/
Dfastrpc.c197 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
914 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send() local
1128 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc()
1147 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx, in fastrpc_session_free()
[all …]
/Linux-v5.15/lib/zstd/
Dcompress.c111 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.15/crypto/
Dcamellia_generic.c963 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local
988 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local
1014 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
Dzstd.c21 ZSTD_CCtx *cctx; member
/Linux-v5.15/drivers/pinctrl/intel/
Dpinctrl-cherryview.c809 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
1713 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_suspend_noirq() local
1743 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_resume_noirq() local
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dqplib_res.h255 struct bnxt_qplib_chip_ctx *cctx; member
266 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5()
279 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type()
442 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_ring_nq_db()
Dqplib_res.c893 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_alloc_stats_ctx()
Dmain.c88 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_drv_mode() local
Dqplib_fp.h272 struct bnxt_qplib_chip_ctx *cctx; member
/Linux-v5.15/arch/x86/crypto/
Dcamellia_glue.c1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
/Linux-v5.15/net/tls/
Dtls_main.c339 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
Dtls_sw.c2311 struct cipher_context *cctx; in tls_set_sw_offload() local