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:match_driver
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
scan.c
1632
device->flags.
match_driver
= false;
in acpi_init_device_object()
2033
device->flags.
match_driver
= true;
in acpi_bus_attach()
2123
adev->flags.
match_driver
= false;
in acpi_bus_trim()
2152
device->flags.
match_driver
= true;
in acpi_bus_register_early_device()
2173
device->flags.
match_driver
= true;
in acpi_bus_scan_fixed()
2190
device->flags.
match_driver
= true;
in acpi_bus_scan_fixed()
H
A
D
power.c
967
device->flags.
match_driver
= true;
in acpi_add_power_resource()
H
A
D
bus.c
892
return acpi_dev->flags.
match_driver
in acpi_bus_match()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
scan.c
1782
device->flags.
match_driver
= false;
in acpi_init_device_object()
2215
device->flags.
match_driver
= true;
in acpi_bus_attach()
2513
adev->flags.
match_driver
= false;
in acpi_bus_trim_one()
2554
device->flags.
match_driver
= true;
in acpi_bus_register_early_device()
2567
adev->flags.
match_driver
= true;
in acpi_bus_scan_fixed()
2581
adev->flags.
match_driver
= true;
in acpi_bus_scan_fixed()
H
A
D
bus.c
1010
return acpi_dev->flags.
match_driver
in acpi_bus_match()
H
A
D
power.c
956
device->flags.
match_driver
= true;
in acpi_add_power_resource()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
bus.c
323
dev->
match_driver
= true;
in pci_bus_add_device()
H
A
D
pci-driver.c
1458
if (!pci_dev->
match_driver
)
in pci_bus_match()
H
A
D
probe.c
2517
dev->
match_driver
= false;
in pci_device_add()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
bus.c
351
dev->
match_driver
= !dn || of_device_is_available(dn);
in pci_bus_add_device()
H
A
D
pci-driver.c
1524
if (!pci_dev->
match_driver
)
in pci_bus_match()
H
A
D
probe.c
2582
dev->
match_driver
= false;
in pci_device_add()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acpi_bus.h
195
u32
match_driver
:1;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acpi_bus.h
197
u32
match_driver
:1;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci.h
401
bool
match_driver
; /* Skip attaching driver */
member
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
init.c
1828
iommu->dev->
match_driver
= false;
in iommu_init_pci()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci.h
415
bool
match_driver
; /* Skip attaching driver */
member
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
init.c
2085
iommu->dev->
match_driver
= false;
in iommu_init_pci()
Completed in 48 milliseconds