Home
last modified time | relevance | path

Searched defs:ctx (Results 1 - 25 of 146) sorted by relevance

123456

/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_callback.h27 void *ctx; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl_ticket.h57 mbedtls_cipher_context_t ctx; /*!< context for auth enc/decryption */ member
H A Dpkcs11.h145 static inline int mbedtls_ssl_pkcs11_decrypt( void *ctx, int mode, size_t *olen, in mbedtls_ssl_pkcs11_decrypt() argument
153 static inline int mbedtls_ssl_pkcs11_sign( void *ctx, in mbedtls_ssl_pkcs11_sign() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_event.c44 int kbase_event_pending(struct kbase_context *ctx) in kbase_event_pending() argument
53 int kbase_event_dequeue(struct kbase_context *ctx, struct base_jd_event_v2 *uevent) in kbase_event_dequeue() argument
162 kbase_event_post(struct kbase_context *ctx, struct kbase_jd_atom *event) kbase_event_post() argument
[all...]
H A Dmali_kbase_dma_fence.c47 static int kbase_dma_fence_lock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) in kbase_dma_fence_lock_reservations() argument
98 static void kbase_dma_fence_unlock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) in kbase_dma_fence_unlock_reservations() argument
166 struct kbase_jd_context *ctx; in kbase_dma_fence_work() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_event.c51 int kbase_event_dequeue(struct kbase_context *ctx, struct base_jd_event_v2 *uevent) in kbase_event_dequeue() argument
163 kbase_event_post(struct kbase_context *ctx, struct kbase_jd_atom *atom) kbase_event_post() argument
[all...]
H A Dmali_kbase_dma_fence.c179 struct kbase_jd_context *ctx; in kbase_dma_fence_work() local
55 kbase_dma_fence_lock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) kbase_dma_fence_lock_reservations() argument
107 kbase_dma_fence_unlock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) kbase_dma_fence_unlock_reservations() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_ref_drv.c95 static void phys_blocks_release(void *ctx, struct ump_dd_mem *descriptor) in phys_blocks_release() argument
H A Dump_kernel_memory_backend.h41 void *ctx; member
H A Dump_kernel_types.h45 void *ctx; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_event.c52 int kbase_event_dequeue(struct kbase_context *ctx, struct base_jd_event_v2 *uevent) in kbase_event_dequeue() argument
162 kbase_event_post(struct kbase_context *ctx, struct kbase_jd_atom *atom) kbase_event_post() argument
[all...]
H A Dmali_kbase_dma_fence.c52 static int kbase_dma_fence_lock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) in kbase_dma_fence_lock_reservations() argument
106 static void kbase_dma_fence_unlock_reservations(struct kbase_dma_fence_resv_info *info, struct ww_acquire_ctx *ctx) in kbase_dma_fence_unlock_reservations() argument
174 struct kbase_jd_context *ctx; in kbase_dma_fence_work() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_memory_backend.h41 void *ctx; member
H A Dump_kernel_types.h46 void *ctx; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_memory_backend_os.c101 static int os_allocate(void *ctx, ump_dd_mem *descriptor) in os_allocate() argument
195 static void os_free(void *ctx, ump_dd_mem *descriptor) in os_free() argument
[all...]
H A Dump_kernel_memory_backend_dedicated.c138 static int block_allocator_allocate(void *ctx, ump_dd_mem *mem) in block_allocator_allocate() argument
218 static void block_allocator_release(void *ctx, ump_dd_mem *handle) in block_allocator_release() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_event.c48 int kbase_event_pending(struct kbase_context *ctx) in kbase_event_pending() argument
58 int kbase_event_dequeue(struct kbase_context *ctx, struct base_jd_event_v2 *uevent) in kbase_event_dequeue() argument
168 kbase_event_post(struct kbase_context *ctx, struct kbase_jd_atom *atom) kbase_event_post() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_hash.c32 mbedtls_md_context_t *ctx = HI_NULL; in mbedtls_hash_create() local
107 hi_s32 mbedtls_hash_update(hi_void *ctx, cons argument
139 mbedtls_hash_finish(hi_void *ctx, hi_void *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) mbedtls_hash_finish() argument
156 mbedtls_hash_destory(hi_void *ctx) mbedtls_hash_destory() argument
[all...]
H A Dext_aead.c49 ext_aead_context *ctx = HI_NULL; in ext_mbedtls_aead_create() local
65 hi_s32 ext_mbedtls_aead_destory(hi_void *ctx) in ext_mbedtls_aead_destory() argument
78 hi_s32 ext_mbedtls_aead_setiv(hi_void *ctx, const hi_u8 *iv, hi_u32 ivlen, hi_u32 usage) in ext_mbedtls_aead_setiv() argument
100 ext_mbedtls_aead_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) ext_mbedtls_aead_setkey() argument
139 ext_mbedtls_aead_set_aad(hi_void *ctx, compat_addr aad, hi_u32 alen, hi_u32 tlen) ext_mbedtls_aead_set_aad() argument
155 ext_mbedtls_aead_get_tag(hi_void *ctx, hi_u32 tag[AEAD_TAG_SIZE_IN_WORD], hi_u32 *taglen) ext_mbedtls_aead_get_tag() argument
233 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) ext_mbedtls_aead_ccm_crypto() argument
289 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) ext_mbedtls_aead_gcm_crypto() argument
[all...]
H A Dext_symc.c39 ext_symc_context *ctx = HI_NULL; in ext_mbedtls_symc_create() local
58 hi_s32 ext_mbedtls_symc_destory(hi_void *ctx) in ext_mbedtls_symc_destory() argument
74 ext_mbedtls_symc_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) ext_mbedtls_symc_setmode() argument
127 ext_mbedtls_symc_setiv(hi_void *ctx, const hi_u8 *iv, hi_u32 ivlen, hi_u32 usage) ext_mbedtls_symc_setiv() argument
145 ext_mbedtls_symc_getiv(hi_void *ctx, hi_u8 *iv, hi_u32 *ivlen) ext_mbedtls_symc_getiv() argument
166 ext_mbedtls_symc_setkey(hi_void *ctx, const hi_u8 *fkey, const hi_u8 *skey, hi_u32 *hisi_klen) ext_mbedtls_symc_setkey() argument
251 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) ext_mbedtls_symc_crypto() argument
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpi_enc_utils.h39 MppCtx ctx; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpi_enc_utils.h39 MppCtx ctx; member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp43 MPP_RET vpu_api_mlvec_init(VpuApiMlvec *ctx) in vpu_api_mlvec_init() argument
65 MPP_RET vpu_api_mlvec_deinit(VpuApiMlvec ctx) in vpu_api_mlvec_deinit() argument
76 vpu_api_mlvec_setup(VpuApiMlvec ctx, MppCtx mpp, MppApi *mpi, MppEncCfg enc_cfg) vpu_api_mlvec_setup() argument
117 vpu_api_mlvec_set_st_cfg(VpuApiMlvec ctx, VpuApiMlvecStaticCfg *cfg) vpu_api_mlvec_set_st_cfg() argument
172 vpu_api_mlvec_set_dy_cfg(VpuApiMlvec ctx, VpuApiMlvecDynamicCfg *cfg, MppMeta meta) vpu_api_mlvec_set_dy_cfg() argument
230 vpu_api_mlvec_set_dy_max_tid(VpuApiMlvec ctx, RK_S32 max_tid) vpu_api_mlvec_set_dy_max_tid() argument
[all...]
H A Dvpu_mem_legacy.c240 RK_S32 VPUMallocLinearFromRender(VPUMemLinear_t *p, RK_U32 size, void *ctx) in VPUMallocLinearFromRender() argument
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpi_enc_utils.h39 MppCtx ctx; member

Completed in 10 milliseconds

123456