Home
last modified time | relevance | path

Searched refs:ctx_type (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu.c128 MppCtxType ctx_type; in VPUClientInit() local
134 ctx_type = MPP_CTX_DEC; in VPUClientInit()
139 ctx_type = MPP_CTX_DEC; in VPUClientInit()
144 ctx_type = MPP_CTX_DEC; in VPUClientInit()
149 ctx_type = MPP_CTX_DEC; in VPUClientInit()
153 ctx_type = MPP_CTX_ENC; in VPUClientInit()
160 path = mpp_get_vcodec_dev_name(ctx_type, coding); in VPUClientInit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1437 u16 ctx_size, u8 ctx_type, u32 cid) in qed_calc_session_ctx_validation() argument
1442 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_calc_session_ctx_validation()
1443 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_calc_session_ctx_validation()
1444 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_calc_session_ctx_validation()
1448 *x_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 3, cid); in qed_calc_session_ctx_validation()
1449 *t_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 4, cid); in qed_calc_session_ctx_validation()
1450 *u_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 5, cid); in qed_calc_session_ctx_validation()
1455 u16 ctx_size, u8 ctx_type, u32 tid) in qed_calc_task_ctx_validation() argument
1460 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in qed_calc_task_ctx_validation()
1464 *region1_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 1, tid); in qed_calc_task_ctx_validation()
[all …]
H A Dqed_cxt.h218 u32 tid, u8 ctx_type, void **task_ctx);
H A Dqed_cxt.c2440 u32 tid, u8 ctx_type, void **pp_task_ctx) in qed_cxt_get_task_ctx() argument
2471 if (ctx_type == QED_CTX_WORKING_MEM) { in qed_cxt_get_task_ctx()
2473 } else if (ctx_type == QED_CTX_FL_MEM) { in qed_cxt_get_task_ctx()
H A Dqed_debug.c2652 enum cm_ctx_types ctx_type, u8 storm_id) in qed_grc_dump_ctx_data() argument
2660 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data()
2679 rd_reg_addr = BYTES_TO_DWORDS(storm->cm_ctx_rd_addr[ctx_type]); in qed_grc_dump_ctx_data()
H A Dqed_hsi.h3980 u16 ctx_size, u8 ctx_type, u32 cid);
3992 u16 ctx_size, u8 ctx_type, u32 tid);
4003 void qed_memset_session_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type);
4013 void qed_memset_task_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_api_private.h45 rk_aiq_ctx_type_e ctx_type; member
H A Drk_aiq_user_api_sysctl.cpp111 camCtx->ctx_type != CTX_TYPE_TOOL_SERVER) { in is_ctx_need_bypass()
121 ctx->ctx_type != CTX_TYPE_TOOL_SERVER) { in is_ctx_need_bypass()
631 ctx->ctx_type = CTX_TYPE_USER_MAIN; in rk_aiq_uapi_sysctl_init()
635 ctx->next_ctx->ctx_type = CTX_TYPE_TOOL_SERVER; in rk_aiq_uapi_sysctl_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-trace.h79 __field(unsigned, ctx_type)
93 __entry->ctx_type = ctx->type;
103 __entry->ctx_64, __entry->ctx_type,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c4236 const struct btf_member *ctx_type; in btf_get_prog_ctx_type() local
4263 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; in btf_get_prog_ctx_type()
4267 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_get_prog_ctx_type()
4286 return ctx_type; in btf_get_prog_ctx_type()