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:pixpll
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H
A
D
lsdc_crtc.c
575
struct lsdc_pixpll *
pixpll
= &lcrtc->
pixpll
;
in lsdc_pixpll_show_clock()
local
576
const struct lsdc_pixpll_funcs *funcs =
pixpll
->funcs;
in lsdc_pixpll_show_clock()
582
out_khz = funcs->get_rate(
pixpll
);
in lsdc_pixpll_show_clock()
591
funcs->print(
pixpll
, &printer);
in lsdc_pixpll_show_clock()
777
struct lsdc_pixpll *
pixpll
= &lcrtc->
pixpll
;
in lsdc_pixpll_atomic_check()
local
778
const struct lsdc_pixpll_funcs *pfuncs =
pixpll
->funcs;
in lsdc_pixpll_atomic_check()
783
ret = pfuncs->compute(
pixpll
, clock, &priv_state->pparms);
in lsdc_pixpll_atomic_check()
808
struct lsdc_pixpll *
pixpll
in lsdc_crtc_mode_set_nofb()
local
[all...]
H
A
D
loongson_device.c
46
.
pixpll
= {
78
.
pixpll
= {
H
A
D
lsdc_drv.h
86
}
pixpll
[LSDC_NUM_CRTC];
member
125
struct lsdc_pixpll
pixpll
;
member
H
A
D
lsdc_pixpll.c
110
drm_dbg(ddev, "
pixpll
private data freed\n");
in lsdc_pixel_pll_free()
479
this->reg_base = gfx->conf_reg_base + gfx->
pixpll
[index].reg_offset;
in lsdc_pixpll_init()
Completed in 4 milliseconds