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:aux_support
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
116
* @
aux_support
: Describes if the display supports AUX backlight.
118
bool
aux_support
;
member
H
A
D
amdgpu_dm.c
2202
caps->
aux_support
= false;
in update_connector_ext_caps()
2209
caps->
aux_support
= true;
in update_connector_ext_caps()
2212
caps->
aux_support
= false;
in update_connector_ext_caps()
2214
caps->
aux_support
= true;
in update_connector_ext_caps()
3097
if (caps.
aux_support
)
3108
if (dm->backlight_caps.
aux_support
)
3122
if (caps->
aux_support
) {
3177
if (caps.
aux_support
)
3194
if (caps.
aux_support
) {
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
169
* @
aux_support
: Describes if the display supports AUX backlight.
171
bool
aux_support
;
member
H
A
D
amdgpu_dm.c
3074
caps->
aux_support
= false;
in update_connector_ext_caps()
3082
caps->
aux_support
= true;
in update_connector_ext_caps()
3085
caps->
aux_support
= false;
in update_connector_ext_caps()
3087
caps->
aux_support
= true;
in update_connector_ext_caps()
4050
if (caps.
aux_support
)
in amdgpu_dm_update_backlight_caps()
4061
if (dm->backlight_caps[bl_idx].
aux_support
)
in amdgpu_dm_update_backlight_caps()
4075
if (caps->
aux_support
) {
in get_brightness_range()
4135
if (caps.
aux_support
) {
in amdgpu_dm_backlight_set_level()
4176
if (caps.
aux_support
) {
in amdgpu_dm_backlight_get_level()
Completed in 23 milliseconds