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:lsdc_pixpll
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H
A
D
lsdc_pixpll.h
49
struct
lsdc_pixpll
;
52
int (*setup)(struct
lsdc_pixpll
* const this);
54
int (*compute)(struct
lsdc_pixpll
* const this,
58
int (*update)(struct
lsdc_pixpll
* const this,
61
unsigned int (*get_rate)(struct
lsdc_pixpll
* const this);
63
void (*print)(struct
lsdc_pixpll
* const this,
67
struct
lsdc_pixpll
{
struct
82
int lsdc_pixpll_init(struct
lsdc_pixpll
* const this,
H
A
D
lsdc_pixpll.c
104
struct
lsdc_pixpll
*this = (struct
lsdc_pixpll
*)data;
in lsdc_pixel_pll_free()
118
static int lsdc_pixel_pll_setup(struct
lsdc_pixpll
* const this)
in lsdc_pixel_pll_setup()
149
static int lsdc_pixpll_find(struct
lsdc_pixpll
* const this,
in lsdc_pixpll_find()
192
static int lsdc_pixel_pll_compute(struct
lsdc_pixpll
* const this,
in lsdc_pixel_pll_compute()
251
static void __pixpll_rreg(struct
lsdc_pixpll
*this,
in __pixpll_rreg()
262
static void __pixpll_wreg(struct
lsdc_pixpll
*this,
in __pixpll_wreg()
273
static void __pixpll_ops_powerup(struct
lsdc_pixpll
* const this)
in __pixpll_ops_powerup()
284
static void __pixpll_ops_powerdown(struct
lsdc_pixpll
* const this)
in __pixpll_ops_powerdown()
295
static void __pixpll_ops_on(struct
lsdc_pixpll
* cons
[all...]
H
A
D
Makefile
15
lsdc_pixpll
.o \
H
A
D
lsdc_crtc.c
575
struct
lsdc_pixpll
*pixpll = &lcrtc->pixpll;
in lsdc_pixpll_show_clock()
777
struct
lsdc_pixpll
*pixpll = &lcrtc->pixpll;
in lsdc_pixpll_atomic_check()
808
struct
lsdc_pixpll
*pixpll = &lcrtc->pixpll;
in lsdc_crtc_mode_set_nofb()
H
A
D
lsdc_drv.h
23
#include "
lsdc_pixpll
.h"
125
struct
lsdc_pixpll
pixpll;
Completed in 4 milliseconds