Searched refs:core_ctx (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/platform/mediatek/vcodec/decoder/ |
| A D | vdec_msg_queue.c | 190 vdec_msg_queue_qbuf(&msg_queue->core_ctx, &msg_queue->empty_lat_buf); in vdec_msg_queue_wait_lat_buf_full() 247 spin_lock(&msg_queue->core_ctx.ready_lock); in vdec_msg_queue_core_work() 249 spin_unlock(&msg_queue->core_ctx.ready_lock); in vdec_msg_queue_core_work() 251 lat_buf = vdec_msg_queue_dqbuf(&msg_queue->core_ctx); in vdec_msg_queue_core_work() 275 spin_lock(&msg_queue->core_ctx.ready_lock); in vdec_msg_queue_core_work() 277 spin_unlock(&msg_queue->core_ctx.ready_lock); in vdec_msg_queue_core_work() 294 vdec_msg_queue_init_ctx(&msg_queue->core_ctx, MTK_VDEC_CORE); in vdec_msg_queue_init()
|
| A D | vdec_msg_queue.h | 112 struct vdec_msg_queue_ctx core_ctx; member
|
| /drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| A D | vdec_h264_req_multi_if.c | 818 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode_ext() 845 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode_ext() 965 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode() 991 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode()
|
| A D | vdec_hevc_req_multi_if.c | 1015 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_hevc_slice_lat_decode() 1041 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_hevc_slice_lat_decode()
|
| A D | vdec_av1_req_lat_if.c | 2085 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_av1_slice_lat_decode() 2124 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_av1_slice_lat_decode()
|
| A D | vdec_vp9_req_lat_if.c | 2108 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_vp9_slice_lat_decode()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_cxt.c | 57 struct core_conn_context core_ctx; member
|
Completed in 33 milliseconds