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:vcoeff
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H
A
D
lxfb_ops.c
627
for (i = 0; i < ARRAY_SIZE(par->
vcoeff
); i++) {
in lx_save_regs()
629
par->
vcoeff
[i] = read_dc(par, DC_FILT_COEFF1);
in lx_save_regs()
721
for (i = 0; i < ARRAY_SIZE(par->
vcoeff
); i++) {
in lx_restore_display_ctlr()
723
write_dc(par, DC_FILT_COEFF1, par->
vcoeff
[i]);
in lx_restore_display_ctlr()
H
A
D
lxfb.h
50
uint32_t
vcoeff
[DC_VFILT_COUNT];
member
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H
A
D
lxfb_ops.c
627
for (i = 0; i < ARRAY_SIZE(par->
vcoeff
); i++) {
in lx_save_regs()
629
par->
vcoeff
[i] = read_dc(par, DC_FILT_COEFF1);
in lx_save_regs()
722
for (i = 0; i < ARRAY_SIZE(par->
vcoeff
); i++) {
in lx_restore_display_ctlr()
724
write_dc(par, DC_FILT_COEFF1, par->
vcoeff
[i]);
in lx_restore_display_ctlr()
H
A
D
lxfb.h
50
uint32_t
vcoeff
[DC_VFILT_COUNT];
member
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H
A
D
malidp_hw.c
453
u8 v = (u8)se_config->
vcoeff
- 1;
in malidp500_se_set_scaling_coeffs()
460
se_config->
vcoeff
!= old_config->
vcoeff
)) {
in malidp500_se_set_scaling_coeffs()
466
if (se_config->
vcoeff
!= old_config->
vcoeff
)
in malidp500_se_set_scaling_coeffs()
812
u32 new_value = MALIDP550_SE_CTL_VCSEL(se_config->
vcoeff
) |
in malidp550_se_set_scaling_coeffs()
H
A
D
malidp_hw.h
85
u8
vcoeff
: 3;
member
H
A
D
malidp_crtc.c
327
s->
vcoeff
= malidp_se_select_coeffs(v_upscale_factor);
in malidp_crtc_atomic_check_scaling()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H
A
D
malidp_hw.c
453
u8 v = (u8)se_config->
vcoeff
- 1;
in malidp500_se_set_scaling_coeffs()
460
se_config->
vcoeff
!= old_config->
vcoeff
)) {
in malidp500_se_set_scaling_coeffs()
466
if (se_config->
vcoeff
!= old_config->
vcoeff
)
in malidp500_se_set_scaling_coeffs()
812
u32 new_value = MALIDP550_SE_CTL_VCSEL(se_config->
vcoeff
) |
in malidp550_se_set_scaling_coeffs()
H
A
D
malidp_hw.h
85
u8
vcoeff
: 3;
member
H
A
D
malidp_crtc.c
330
s->
vcoeff
= malidp_se_select_coeffs(v_upscale_factor);
in malidp_crtc_atomic_check_scaling()
Completed in 15 milliseconds