Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:core_ctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
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()
H
A
D
vdec_msg_queue.h
93
* @
core_ctx
: used to store core buffer list
112
struct vdec_msg_queue_ctx
core_ctx
;
member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_h264_req_multi_if.c
670
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.
core_ctx
, lat_buf);
in vdec_h264_slice_lat_decode()
696
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.
core_ctx
, lat_buf);
in vdec_h264_slice_lat_decode()
H
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()
H
A
D
vdec_av1_req_lat_if.c
2077
vdec_msg_queue_qbuf(&ctx->msg_queue.
core_ctx
, lat_buf);
in vdec_av1_slice_lat_decode()
2116
vdec_msg_queue_qbuf(&ctx->msg_queue.
core_ctx
, lat_buf);
in vdec_av1_slice_lat_decode()
H
A
D
vdec_vp9_req_lat_if.c
2113
vdec_msg_queue_qbuf(&ctx->msg_queue.
core_ctx
, lat_buf);
in vdec_vp9_slice_lat_decode()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.c
57
struct e4_core_conn_context
core_ctx
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.c
57
struct core_conn_context
core_ctx
;
member
Completed in 17 milliseconds