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:config_no
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/power/
H
A
D
power_helpers.c
976
bool fill_custom_backlight_caps(unsigned int
config_no
, struct dm_acpi_atif_backlight_caps *caps)
in fill_custom_backlight_caps()
argument
980
if (
config_no
>= ARRAY_SIZE(custom_backlight_profiles))
in fill_custom_backlight_caps()
983
data_points_size = custom_backlight_profiles[
config_no
].num_data_points
in fill_custom_backlight_caps()
984
* sizeof(custom_backlight_profiles[
config_no
].data_points[0]);
in fill_custom_backlight_caps()
989
caps->ac_level_percentage = custom_backlight_profiles[
config_no
].ac_level_percentage;
in fill_custom_backlight_caps()
990
caps->dc_level_percentage = custom_backlight_profiles[
config_no
].dc_level_percentage;
in fill_custom_backlight_caps()
991
caps->min_input_signal = custom_backlight_profiles[
config_no
].min_input_signal;
in fill_custom_backlight_caps()
992
caps->max_input_signal = custom_backlight_profiles[
config_no
].max_input_signal;
in fill_custom_backlight_caps()
993
caps->num_data_points = custom_backlight_profiles[
config_no
].num_data_points;
in fill_custom_backlight_caps()
994
memcpy(caps->data_points, custom_backlight_profiles[
config_no
]
in fill_custom_backlight_caps()
[all...]
H
A
D
power_helpers.h
68
bool fill_custom_backlight_caps(unsigned int
config_no
,
Completed in 3 milliseconds