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:sub_object_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
rscalc.c
723
union acpi_operand_object **
sub_object_list
;
in acpi_rs_get_pci_routing_table_length()
local
757
* The
sub_object_list
will now point to an array of the
in acpi_rs_get_pci_routing_table_length()
760
sub_object_list
= package_element->package.elements;
in acpi_rs_get_pci_routing_table_length()
769
if (*
sub_object_list
&& /* Null object allowed */
in acpi_rs_get_pci_routing_table_length()
771
(*
sub_object_list
)->common.type) ||
in acpi_rs_get_pci_routing_table_length()
773
(*
sub_object_list
)->common.type) &&
in acpi_rs_get_pci_routing_table_length()
774
((*
sub_object_list
)->reference.class ==
in acpi_rs_get_pci_routing_table_length()
780
sub_object_list
++;
in acpi_rs_get_pci_routing_table_length()
789
if ((*
sub_object_list
)->common.type == ACPI_TYPE_STRING) {
in acpi_rs_get_pci_routing_table_length()
795
(*
sub_object_list
)
in acpi_rs_get_pci_routing_table_length()
[all...]
H
A
D
rscreate.c
184
union acpi_operand_object **
sub_object_list
;
in acpi_rs_create_pci_routing_table()
local
256
* The
sub_object_list
will now point to an array of the four IRQ
in acpi_rs_create_pci_routing_table()
259
sub_object_list
= (*top_object_list)->package.elements;
in acpi_rs_create_pci_routing_table()
263
obj_desc =
sub_object_list
[0];
in acpi_rs_create_pci_routing_table()
276
obj_desc =
sub_object_list
[1];
in acpi_rs_create_pci_routing_table()
291
obj_desc =
sub_object_list
[2];
in acpi_rs_create_pci_routing_table()
365
obj_desc =
sub_object_list
[3];
in acpi_rs_create_pci_routing_table()
H
A
D
nsrepair2.c
578
union acpi_operand_object **
sub_object_list
;
in acpi_ns_repair_PRT()
local
593
sub_object_list
= sub_package->package.elements;
in acpi_ns_repair_PRT()
607
obj_desc =
sub_object_list
[3];
in acpi_ns_repair_PRT()
609
sub_object_list
[3] =
sub_object_list
[2];
in acpi_ns_repair_PRT()
610
sub_object_list
[2] = obj_desc;
in acpi_ns_repair_PRT()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
rscreate.c
184
union acpi_operand_object **
sub_object_list
;
in acpi_rs_create_pci_routing_table()
local
256
* The
sub_object_list
will now point to an array of the four IRQ
in acpi_rs_create_pci_routing_table()
259
sub_object_list
= (*top_object_list)->package.elements;
in acpi_rs_create_pci_routing_table()
263
obj_desc =
sub_object_list
[0];
in acpi_rs_create_pci_routing_table()
276
obj_desc =
sub_object_list
[1];
in acpi_rs_create_pci_routing_table()
291
obj_desc =
sub_object_list
[2];
in acpi_rs_create_pci_routing_table()
365
obj_desc =
sub_object_list
[3];
in acpi_rs_create_pci_routing_table()
H
A
D
rscalc.c
754
union acpi_operand_object **
sub_object_list
;
in acpi_rs_get_pci_routing_table_length()
local
788
* The
sub_object_list
will now point to an array of the
in acpi_rs_get_pci_routing_table_length()
791
sub_object_list
= package_element->package.elements;
in acpi_rs_get_pci_routing_table_length()
800
if (*
sub_object_list
&& /* Null object allowed */
in acpi_rs_get_pci_routing_table_length()
802
(*
sub_object_list
)->common.type) ||
in acpi_rs_get_pci_routing_table_length()
804
(*
sub_object_list
)->common.type) &&
in acpi_rs_get_pci_routing_table_length()
805
((*
sub_object_list
)->reference.class ==
in acpi_rs_get_pci_routing_table_length()
811
sub_object_list
++;
in acpi_rs_get_pci_routing_table_length()
820
if ((*
sub_object_list
)->common.type == ACPI_TYPE_STRING) {
in acpi_rs_get_pci_routing_table_length()
826
(*
sub_object_list
)
in acpi_rs_get_pci_routing_table_length()
[all...]
H
A
D
nsrepair2.c
582
union acpi_operand_object **
sub_object_list
;
in acpi_ns_repair_PRT()
local
597
sub_object_list
= sub_package->package.elements;
in acpi_ns_repair_PRT()
611
obj_desc =
sub_object_list
[3];
in acpi_ns_repair_PRT()
613
sub_object_list
[3] =
sub_object_list
[2];
in acpi_ns_repair_PRT()
614
sub_object_list
[2] = obj_desc;
in acpi_ns_repair_PRT()
Completed in 6 milliseconds