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:pix_clk_freq_hz
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
smiapp-pll.c
71
pll->op.
pix_clk_freq_hz
);
in print_pll()
74
dev_dbg(dev, "vt_pix_clk_freq_hz \t%u\n", pll->vt.
pix_clk_freq_hz
);
in print_pll()
112
dev, op_pll->
pix_clk_freq_hz
,
in check_all_bounds()
132
dev, pll->vt.
pix_clk_freq_hz
,
in check_all_bounds()
252
op_pll->
pix_clk_freq_hz
=
in __smiapp_pll_calculate()
375
pll->vt.
pix_clk_freq_hz
=
in __smiapp_pll_calculate()
380
op_pll->
pix_clk_freq_hz
* lane_op_clock_ratio;
in __smiapp_pll_calculate()
381
pll->pixel_rate_pixel_array = pll->vt.
pix_clk_freq_hz
;
in __smiapp_pll_calculate()
H
A
D
smiapp-pll.h
26
uint32_t
pix_clk_freq_hz
;
member
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ccs-pll.c
118
br->bk->
pix_clk_freq_hz
);
in print_pll()
225
rval = bounds_check(dev, pll_bk->
pix_clk_freq_hz
,
in check_bk_bounds()
228
s, "
pix_clk_freq_hz
");
in check_bk_bounds()
367
pll_bk->
pix_clk_freq_hz
=
in __ccs_pll_calculate_vt_tree()
371
pll_bk->
pix_clk_freq_hz
* pll->vt_lanes;
in __ccs_pll_calculate_vt_tree()
567
pll->vt_bk.
pix_clk_freq_hz
=
in ccs_pll_calculate_vt()
572
pll->vt_bk.
pix_clk_freq_hz
* pll->vt_lanes;
in ccs_pll_calculate_vt()
690
op_pll_bk->
pix_clk_freq_hz
=
in ccs_pll_calculate_op()
H
A
D
ccs-pll.h
61
* @
pix_clk_freq_hz
: Pixel clock frequency
67
u32
pix_clk_freq_hz
;
member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/
H
A
D
atomisp-ov2722.c
294
unsigned int
pix_clk_freq_hz
;
in ov2722_get_intg_factor()
local
328
pix_clk_freq_hz
= ext_clk_freq_hz / pre_pll_clk_div * pll_multiplier
in ov2722_get_intg_factor()
331
dev->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov2722_get_intg_factor()
332
buf->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov2722_get_intg_factor()
H
A
D
atomisp-ov2680.c
172
unsigned int
pix_clk_freq_hz
;
in ov2680_get_intg_factor()
local
181
pix_clk_freq_hz
= res->pix_clk_freq * 1000000;
in ov2680_get_intg_factor()
183
dev->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov2680_get_intg_factor()
184
buf->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov2680_get_intg_factor()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/
H
A
D
atomisp-ov5693.c
464
unsigned int
pix_clk_freq_hz
;
in ov5693_get_intg_factor()
local
472
pix_clk_freq_hz
= res->pix_clk_freq * 1000000;
in ov5693_get_intg_factor()
474
dev->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov5693_get_intg_factor()
475
buf->vt_pix_clk_freq_mhz =
pix_clk_freq_hz
;
in ov5693_get_intg_factor()
Completed in 8 milliseconds