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_unmet
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H
A
D
ucsi_acpi.c
131
if (adev->
dep_unmet
)
in ucsi_acpi_probe()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
scan.c
1641
device->
dep_unmet
= 1;
in acpi_init_device_object()
1848
adev->
dep_unmet
= 0;
in acpi_device_dep_initialize()
1888
adev->
dep_unmet
++;
in acpi_device_dep_initialize()
2068
adev->
dep_unmet
--;
in acpi_walk_dep_device_list()
2069
if (!adev->
dep_unmet
)
in acpi_walk_dep_device_list()
H
A
D
bus.c
107
if (acpi_device_is_battery(device) && device->
dep_unmet
) {
in acpi_bus_get_status()
H
A
D
battery.c
1219
if (device->
dep_unmet
)
in acpi_battery_add()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H
A
D
ucsi_acpi.c
232
if (adev->
dep_unmet
)
in ucsi_acpi_probe()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
scan.c
1801
adev->
dep_unmet
++;
in acpi_scan_dep_init()
1842
* updating
dep_unmet
for the device.
in acpi_add_single_object()
2288
if (adev->
dep_unmet
)
in acpi_scan_clear_dep_queue()
2318
adev->
dep_unmet
--;
in acpi_scan_clear_dep()
2385
if (device->flags.honor_deps && device->
dep_unmet
)
in acpi_dev_ready_for_enumeration()
H
A
D
bus.c
106
if (acpi_device_is_battery(device) && device->
dep_unmet
) {
in acpi_bus_get_status()
H
A
D
battery.c
1189
if (device->
dep_unmet
)
in acpi_battery_add()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acpi_bus.h
376
unsigned int
dep_unmet
;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acpi_bus.h
388
unsigned int
dep_unmet
;
member
Completed in 16 milliseconds