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:dep_devices
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/surface/
H
A
D
surface_acpi_notify.c
741
struct acpi_handle_list
dep_devices
;
in is_san_consumer()
local
749
status = acpi_evaluate_reference(handle, "_DEP", NULL, &
dep_devices
);
in is_san_consumer()
755
for (i = 0; i <
dep_devices
.count; i++) {
in is_san_consumer()
756
if (
dep_devices
.handles[i] == supplier)
in is_san_consumer()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_lpss.c
551
struct acpi_handle_list
dep_devices
;
in acpi_lpss_dep()
local
559
&
dep_devices
);
in acpi_lpss_dep()
565
for (i = 0; i <
dep_devices
.count; i++) {
in acpi_lpss_dep()
566
if (
dep_devices
.handles[i] == handle)
in acpi_lpss_dep()
H
A
D
scan.c
1844
struct acpi_handle_list
dep_devices
;
in acpi_device_dep_initialize()
local
1854
&
dep_devices
);
in acpi_device_dep_initialize()
1860
for (i = 0; i <
dep_devices
.count; i++) {
in acpi_device_dep_initialize()
1864
status = acpi_get_object_info(
dep_devices
.handles[i], &info);
in acpi_device_dep_initialize()
1886
dep->master =
dep_devices
.handles[i];
in acpi_device_dep_initialize()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_lpss.c
580
struct acpi_handle_list
dep_devices
;
in acpi_lpss_dep()
local
588
&
dep_devices
);
in acpi_lpss_dep()
594
for (i = 0; i <
dep_devices
.count; i++) {
in acpi_lpss_dep()
595
if (
dep_devices
.handles[i] == handle)
in acpi_lpss_dep()
H
A
D
scan.c
1982
struct acpi_handle_list
dep_devices
;
in acpi_scan_check_dep()
local
1997
status = acpi_evaluate_reference(handle, "_DEP", NULL, &
dep_devices
);
in acpi_scan_check_dep()
2003
for (count = 0, i = 0; i <
dep_devices
.count; i++) {
in acpi_scan_check_dep()
2008
status = acpi_get_object_info(
dep_devices
.handles[i], &info);
in acpi_scan_check_dep()
2027
dep->supplier =
dep_devices
.handles[i];
in acpi_scan_check_dep()
Completed in 16 milliseconds