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:auto_detect
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
video_detect.c
850
enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *
auto_detect
)
in __acpi_video_get_backlight_type()
argument
875
if (
auto_detect
)
in __acpi_video_get_backlight_type()
876
*
auto_detect
= false;
in __acpi_video_get_backlight_type()
889
if (
auto_detect
)
in __acpi_video_get_backlight_type()
890
*
auto_detect
= true;
in __acpi_video_get_backlight_type()
H
A
D
acpi_video.c
1983
bool
auto_detect
;
in acpi_video_bus_add()
local
2061
if (__acpi_video_get_backlight_type(false, &
auto_detect
) == acpi_backlight_video &&
in acpi_video_bus_add()
2062
!
auto_detect
)
in acpi_video_bus_add()
/kernel/linux/linux-6.6/include/acpi/
H
A
D
video.h
71
bool *
auto_detect
);
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H
A
D
conf.h
29
u8
auto_detect
;
member
H
A
D
main.c
518
.
auto_detect
= 0x00,
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H
A
D
conf.h
29
u8
auto_detect
;
member
H
A
D
main.c
518
.
auto_detect
= 0x00,
Completed in 12 milliseconds