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:acpi_osi_is_win8
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
osi.c
266
bool
acpi_osi_is_win8
(void)
in acpi_osi_is_win8()
function
270
EXPORT_SYMBOL(
acpi_osi_is_win8
);
variable
H
A
D
video_detect.c
700
if (
acpi_osi_is_win8
() && backlight_device_get_by_type(BACKLIGHT_RAW))
in acpi_video_get_backlight_type()
H
A
D
acpi_video.c
1594
acpi_osi_is_win8
() ? 1 : 0);
in acpi_video_bus_start_devices()
1600
acpi_osi_is_win8
() ? 0 : 1);
in acpi_video_bus_stop_devices()
2237
if (dmi_is_desktop() &&
acpi_osi_is_win8
())
in acpi_video_register()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
osi.c
242
bool
acpi_osi_is_win8
(void)
in acpi_osi_is_win8()
function
246
EXPORT_SYMBOL(
acpi_osi_is_win8
);
variable
H
A
D
video_detect.c
843
return
acpi_osi_is_win8
() || google_cros_ec_present();
in prefer_native_over_acpi_video()
926
if (
acpi_osi_is_win8
())
in __acpi_video_get_backlight_type()
H
A
D
acpi_video.c
1525
acpi_osi_is_win8
() ? 1 : 0);
in acpi_video_bus_start_devices()
1531
acpi_osi_is_win8
() ? 0 : 1);
in acpi_video_bus_stop_devices()
2188
if (!
acpi_osi_is_win8
())
in should_check_lcd_flag()
/kernel/linux/linux-5.10/include/linux/
H
A
D
acpi.h
427
extern bool
acpi_osi_is_win8
(void);
/kernel/linux/linux-6.6/include/linux/
H
A
D
acpi.h
440
extern bool
acpi_osi_is_win8
(void);
Completed in 13 milliseconds