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:rsrc_ptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
924
struct ebda_pci_rsrc *
rsrc_ptr
;
in ebda_rsrc_rsrc()
local
937
rsrc_ptr
= alloc_ebda_pci_rsrc();
in ebda_rsrc_rsrc()
938
if (!
rsrc_ptr
) {
in ebda_rsrc_rsrc()
942
rsrc_ptr
->rsrc_type = type;
in ebda_rsrc_rsrc()
944
rsrc_ptr
->bus_num = readb(io_mem + addr);
in ebda_rsrc_rsrc()
945
rsrc_ptr
->dev_fun = readb(io_mem + addr + 1);
in ebda_rsrc_rsrc()
946
rsrc_ptr
->start_addr = readw(io_mem + addr + 2);
in ebda_rsrc_rsrc()
947
rsrc_ptr
->end_addr = readw(io_mem + addr + 4);
in ebda_rsrc_rsrc()
952
rsrc_ptr
->rsrc_type,
rsrc_ptr
in ebda_rsrc_rsrc()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
924
struct ebda_pci_rsrc *
rsrc_ptr
;
in ebda_rsrc_rsrc()
local
937
rsrc_ptr
= alloc_ebda_pci_rsrc();
in ebda_rsrc_rsrc()
938
if (!
rsrc_ptr
) {
in ebda_rsrc_rsrc()
942
rsrc_ptr
->rsrc_type = type;
in ebda_rsrc_rsrc()
944
rsrc_ptr
->bus_num = readb(io_mem + addr);
in ebda_rsrc_rsrc()
945
rsrc_ptr
->dev_fun = readb(io_mem + addr + 1);
in ebda_rsrc_rsrc()
946
rsrc_ptr
->start_addr = readw(io_mem + addr + 2);
in ebda_rsrc_rsrc()
947
rsrc_ptr
->end_addr = readw(io_mem + addr + 4);
in ebda_rsrc_rsrc()
952
rsrc_ptr
->rsrc_type,
rsrc_ptr
in ebda_rsrc_rsrc()
[all...]
Completed in 3 milliseconds