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:res_lists
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
1416
struct resource_lists
res_lists
;
in board_added()
local
1522
res_lists
.io_head = ctrl->io_head;
in board_added()
1523
res_lists
.mem_head = ctrl->mem_head;
in board_added()
1524
res_lists
.p_mem_head = ctrl->p_mem_head;
in board_added()
1525
res_lists
.bus_head = ctrl->bus_head;
in board_added()
1526
res_lists
.irqs = NULL;
in board_added()
1528
rc = configure_new_device(ctrl, func, 0, &
res_lists
);
in board_added()
1531
ctrl->io_head =
res_lists
.io_head;
in board_added()
1532
ctrl->mem_head =
res_lists
.mem_head;
in board_added()
1533
ctrl->p_mem_head =
res_lists
in board_added()
1618
struct resource_lists
res_lists
;
remove_board()
local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
1414
struct resource_lists
res_lists
;
in board_added()
local
1520
res_lists
.io_head = ctrl->io_head;
in board_added()
1521
res_lists
.mem_head = ctrl->mem_head;
in board_added()
1522
res_lists
.p_mem_head = ctrl->p_mem_head;
in board_added()
1523
res_lists
.bus_head = ctrl->bus_head;
in board_added()
1524
res_lists
.irqs = NULL;
in board_added()
1526
rc = configure_new_device(ctrl, func, 0, &
res_lists
);
in board_added()
1529
ctrl->io_head =
res_lists
.io_head;
in board_added()
1530
ctrl->mem_head =
res_lists
.mem_head;
in board_added()
1531
ctrl->p_mem_head =
res_lists
in board_added()
1615
struct resource_lists
res_lists
;
remove_board()
local
[all...]
Completed in 4 milliseconds