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:LVDS_BL_MOD_EN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_backlight.c
77
lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl &
LVDS_BL_MOD_EN
);
in radeon_bl_update_status()
98
lvds_gen_cntl &= ~(LVDS_BL_MOD_LEVEL_MASK |
LVDS_BL_MOD_EN
);
in radeon_bl_update_status()
H
A
D
radeon_base.c
1090
& (LVDS_DIGON |
LVDS_BL_MOD_EN
));
in radeon_screen_blank()
1095
& ~(LVDS_ON |
LVDS_BL_MOD_EN
));
in radeon_screen_blank()
1124
val &= ~(
LVDS_BL_MOD_EN
);
in radeon_screen_blank()
H
A
D
radeon_pm.c
1914
~(LVDS_EN | LVDS_ON | LVDS_DIGON | LVDS_BLON |
LVDS_BL_MOD_EN
));
in radeon_reinitialize_M10()
2167
~(LVDS_EN | LVDS_ON | LVDS_DIGON | LVDS_BLON |
LVDS_BL_MOD_EN
));
in radeon_reinitialize_M9P()
2680
OUTREG(LVDS_GEN_CNTL, INREG(LVDS_GEN_CNTL) & ~(
LVDS_BL_MOD_EN
));
in radeonfb_pci_suspend_late()
H
A
D
aty128fb.c
1772
reg |=
LVDS_BL_MOD_EN
| LVDS_BLON;
in aty128_bl_update_status()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_backlight.c
81
lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl &
LVDS_BL_MOD_EN
);
in radeon_bl_update_status()
102
lvds_gen_cntl &= ~(LVDS_BL_MOD_LEVEL_MASK |
LVDS_BL_MOD_EN
);
in radeon_bl_update_status()
H
A
D
radeon_base.c
1089
& (LVDS_DIGON |
LVDS_BL_MOD_EN
));
in radeon_screen_blank()
1094
& ~(LVDS_ON |
LVDS_BL_MOD_EN
));
in radeon_screen_blank()
1123
val &= ~(
LVDS_BL_MOD_EN
);
in radeon_screen_blank()
H
A
D
radeon_pm.c
1915
~(LVDS_EN | LVDS_ON | LVDS_DIGON | LVDS_BLON |
LVDS_BL_MOD_EN
));
in radeon_reinitialize_M10()
2168
~(LVDS_EN | LVDS_ON | LVDS_DIGON | LVDS_BLON |
LVDS_BL_MOD_EN
));
in radeon_reinitialize_M9P()
2681
OUTREG(LVDS_GEN_CNTL, INREG(LVDS_GEN_CNTL) & ~(
LVDS_BL_MOD_EN
));
in radeonfb_pci_suspend_late()
H
A
D
aty128fb.c
1774
reg |=
LVDS_BL_MOD_EN
| LVDS_BLON;
in aty128_bl_update_status()
/kernel/linux/linux-5.10/include/video/
H
A
D
aty128.h
384
#define
LVDS_BL_MOD_EN
0x00010000
macro
H
A
D
radeon.h
648
#define
LVDS_BL_MOD_EN
(1 << 16)
macro
/kernel/linux/linux-6.6/include/video/
H
A
D
aty128.h
384
#define
LVDS_BL_MOD_EN
0x00010000
macro
H
A
D
radeon.h
648
#define
LVDS_BL_MOD_EN
(1 << 16)
macro
Completed in 34 milliseconds