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:ctrl_to_ctx
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_drv.h
415
static inline struct mtk_vcodec_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
H
A
D
mtk_vcodec_enc.c
41
struct mtk_vcodec_ctx *ctx =
ctrl_to_ctx
(ctrl);
in vidioc_venc_s_ctrl()
H
A
D
mtk_vcodec_dec.c
1392
struct mtk_vcodec_ctx *ctx =
ctrl_to_ctx
(ctrl);
in mtk_vdec_g_v_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H
A
D
mtk-mdp3-m2m.c
18
static inline struct mdp_m2m_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
501
struct mdp_m2m_ctx *ctx =
ctrl_to_ctx
(ctrl);
in mdp_m2m_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
751
#define
ctrl_to_ctx
(__ctrl) \
macro
H
A
D
s5p_mfc_dec.c
689
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_dec_s_ctrl()
713
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_dec_g_v_ctrl()
H
A
D
s5p_mfc_enc.c
1805
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_enc_s_ctrl()
2216
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_enc_g_v_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H
A
D
gsc-core.h
101
#define
ctrl_to_ctx
(__ctrl) \
macro
H
A
D
gsc-core.c
746
struct gsc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in gsc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_common.h
761
#define
ctrl_to_ctx
(__ctrl) \
macro
H
A
D
s5p_mfc_dec.c
720
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_dec_s_ctrl()
746
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_dec_g_v_ctrl()
H
A
D
s5p_mfc_enc.c
1803
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_enc_s_ctrl()
2214
struct s5p_mfc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_mfc_enc_g_v_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H
A
D
gsc-core.h
98
#define
ctrl_to_ctx
(__ctrl) \
macro
H
A
D
gsc-core.c
744
struct gsc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in gsc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.c
578
static inline struct s5p_jpeg_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *c)
in ctrl_to_ctx()
function
1852
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_g_volatile_ctrl()
1906
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_try_ctrl()
1921
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.c
578
static inline struct s5p_jpeg_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *c)
in ctrl_to_ctx()
function
1850
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_g_volatile_ctrl()
1904
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_try_ctrl()
1919
struct s5p_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in s5p_jpeg_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-core.c
504
#define
ctrl_to_ctx
(__ctrl) \
macro
558
struct fimc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in fimc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H
A
D
mtk_mdp_m2m.c
359
static inline struct mtk_mdp_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
958
struct mtk_mdp_ctx *ctx =
ctrl_to_ctx
(ctrl);
in mtk_mdp_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-core.c
503
#define
ctrl_to_ctx
(__ctrl) \
macro
557
struct fimc_ctx *ctx =
ctrl_to_ctx
(ctrl);
in fimc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/
H
A
D
mtk_mdp_m2m.c
356
static inline struct mtk_mdp_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
955
struct mtk_mdp_ctx *ctx =
ctrl_to_ctx
(ctrl);
in mtk_mdp_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
rcar_jpu.c
485
static struct jpu_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *c)
in ctrl_to_ctx()
function
895
struct jpu_ctx *ctx =
ctrl_to_ctx
(ctrl);
in jpu_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/
H
A
D
mtk_jpeg_core.c
118
static inline struct mtk_jpeg_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
149
struct mtk_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in vidioc_jpeg_enc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H
A
D
mtk_jpeg_core.c
117
static inline struct mtk_jpeg_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *ctrl)
in ctrl_to_ctx()
function
146
struct mtk_jpeg_ctx *ctx =
ctrl_to_ctx
(ctrl);
in vidioc_jpeg_enc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
rcar_jpu.c
478
static struct jpu_ctx *
ctrl_to_ctx
(struct v4l2_ctrl *c)
in ctrl_to_ctx()
function
883
struct jpu_ctx *ctx =
ctrl_to_ctx
(ctrl);
in jpu_s_ctrl()
Completed in 44 milliseconds