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:_DOD
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_video.c
126
u8
_DOD
:1; /* Enumerate all devices attached to display adapter */
member
518
* Some machine's
_DOD
IDs don't have bit 31(Device ID Scheme) set
1082
if (acpi_has_method(video->device->handle, "
_DOD
"))
in acpi_video_bus_find_cap()
1083
video->cap.
_DOD
= 1;
in acpi_video_bus_find_cap()
1118
if (video->cap._DOS || video->cap.
_DOD
) {
in acpi_video_bus_check()
1121
"ACPI(%s) defines
_DOD
but not _DOS\n",
in acpi_video_bus_check()
1320
* If we have a broken
_DOD
or we have more than 8 output devices
in acpi_video_device_in_dod()
1343
* Call
_DOD
to enumerate all devices attached to display adapter
1357
if (!video->cap.
_DOD
)
in acpi_video_device_enumerate()
1360
status = acpi_evaluate_object(video->device->handle, "
_DOD
", NUL
in acpi_video_device_enumerate()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_video.c
119
u8
_DOD
:1; /* Enumerate all devices attached to display adapter */
member
450
* Some machine's
_DOD
IDs don't have bit 31(Device ID Scheme) set
1014
if (acpi_has_method(video->device->handle, "
_DOD
"))
in acpi_video_bus_find_cap()
1015
video->cap.
_DOD
= 1;
in acpi_video_bus_find_cap()
1050
if (video->cap._DOS || video->cap.
_DOD
) {
in acpi_video_bus_check()
1052
pr_info(FW_BUG "ACPI(%s) defines
_DOD
but not _DOS\n",
in acpi_video_bus_check()
1257
* If we have a broken
_DOD
or we have more than 8 output devices
in acpi_video_device_in_dod()
1280
* Call
_DOD
to enumerate all devices attached to display adapter
1294
if (!video->cap.
_DOD
)
in acpi_video_device_enumerate()
1297
status = acpi_evaluate_object(video->device->handle, "
_DOD
", NUL
in acpi_video_device_enumerate()
[all...]
Completed in 5 milliseconds