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:pll_ofreq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttvp.h
328
unsigned int
pll_ofreq
; /* PLL output frequency */
member
H
A
D
bttv-driver.c
802
if (btv->pll.
pll_ofreq
== btv->pll.pll_current) {
in set_pll()
807
if (btv->pll.pll_ifreq == btv->pll.
pll_ofreq
) {
in set_pll()
823
btv->pll.pll_ifreq, btv->pll.
pll_ofreq
);
in set_pll()
824
set_pll_freq(btv, btv->pll.pll_ifreq, btv->pll.
pll_ofreq
);
in set_pll()
834
btv->pll.pll_current = btv->pll.
pll_ofreq
;
in set_pll()
865
btv->pll.
pll_ofreq
= 27000000;
in bt848A_set_timing()
871
btv->pll.
pll_ofreq
= fsc;
in bt848A_set_timing()
H
A
D
bttv-cards.c
3458
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3463
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3469
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3475
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttvp.h
285
unsigned int
pll_ofreq
; /* PLL output frequency */
member
H
A
D
bttv-driver.c
787
if (btv->pll.
pll_ofreq
== btv->pll.pll_current) {
in set_pll()
792
if (btv->pll.pll_ifreq == btv->pll.
pll_ofreq
) {
in set_pll()
808
btv->pll.pll_ifreq, btv->pll.
pll_ofreq
);
in set_pll()
809
set_pll_freq(btv, btv->pll.pll_ifreq, btv->pll.
pll_ofreq
);
in set_pll()
819
btv->pll.pll_current = btv->pll.
pll_ofreq
;
in set_pll()
850
btv->pll.
pll_ofreq
= 27000000;
in bt848A_set_timing()
856
btv->pll.
pll_ofreq
= fsc;
in bt848A_set_timing()
H
A
D
bttv-cards.c
3455
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3460
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3466
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
3472
btv->pll.
pll_ofreq
= 0;
in bttv_init_card2()
Completed in 21 milliseconds