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:slot_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
689
struct ebda_hpc_slot *
slot_ptr
;
in ebda_rsrc_controller()
local
730
slot_ptr
= hpc_ptr->slots;
in ebda_rsrc_controller()
732
slot_ptr
->slot_num = readb(io_mem + addr_slot);
in ebda_rsrc_controller()
733
slot_ptr
->slot_bus_num = readb(io_mem + addr_slot + slot_num);
in ebda_rsrc_controller()
734
slot_ptr
->ctl_index = readb(io_mem + addr_slot + 2*slot_num);
in ebda_rsrc_controller()
735
slot_ptr
->slot_cap = readb(io_mem + addr_slot + 3*slot_num);
in ebda_rsrc_controller()
739
bus_info_ptr2 = ibmphp_find_same_bus_num(
slot_ptr
->slot_bus_num);
in ebda_rsrc_controller()
746
bus_info_ptr1->slot_min =
slot_ptr
->slot_num;
in ebda_rsrc_controller()
747
bus_info_ptr1->slot_max =
slot_ptr
->slot_num;
in ebda_rsrc_controller()
749
bus_info_ptr1->busno =
slot_ptr
in ebda_rsrc_controller()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
689
struct ebda_hpc_slot *
slot_ptr
;
in ebda_rsrc_controller()
local
730
slot_ptr
= hpc_ptr->slots;
in ebda_rsrc_controller()
732
slot_ptr
->slot_num = readb(io_mem + addr_slot);
in ebda_rsrc_controller()
733
slot_ptr
->slot_bus_num = readb(io_mem + addr_slot + slot_num);
in ebda_rsrc_controller()
734
slot_ptr
->ctl_index = readb(io_mem + addr_slot + 2*slot_num);
in ebda_rsrc_controller()
735
slot_ptr
->slot_cap = readb(io_mem + addr_slot + 3*slot_num);
in ebda_rsrc_controller()
739
bus_info_ptr2 = ibmphp_find_same_bus_num(
slot_ptr
->slot_bus_num);
in ebda_rsrc_controller()
746
bus_info_ptr1->slot_min =
slot_ptr
->slot_num;
in ebda_rsrc_controller()
747
bus_info_ptr1->slot_max =
slot_ptr
->slot_num;
in ebda_rsrc_controller()
749
bus_info_ptr1->busno =
slot_ptr
in ebda_rsrc_controller()
[all...]
/kernel/linux/linux-5.10/block/
H
A
D
keyslot-manager.c
188
* @
slot_ptr
: A pointer to return the pointer of the allocated keyslot.
201
struct blk_ksm_keyslot **
slot_ptr
)
in blk_ksm_get_slot_for_key()
207
*
slot_ptr
= NULL;
in blk_ksm_get_slot_for_key()
257
*
slot_ptr
= slot;
in blk_ksm_get_slot_for_key()
199
blk_ksm_get_slot_for_key(struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key, struct blk_ksm_keyslot **
slot_ptr
)
blk_ksm_get_slot_for_key()
argument
/kernel/linux/linux-6.6/block/
H
A
D
blk-crypto-profile.c
236
* @
slot_ptr
: If a keyslot is allocated, an opaque pointer to the keyslot struct
250
struct blk_crypto_keyslot **
slot_ptr
)
in blk_crypto_get_keyslot()
256
*
slot_ptr
= NULL;
in blk_crypto_get_keyslot()
315
*
slot_ptr
= slot;
in blk_crypto_get_keyslot()
248
blk_crypto_get_keyslot(struct blk_crypto_profile *profile, const struct blk_crypto_key *key, struct blk_crypto_keyslot **
slot_ptr
)
blk_crypto_get_keyslot()
argument
H
A
D
blk-crypto-internal.h
75
struct blk_crypto_keyslot **
slot_ptr
);
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyslot-manager.h
90
struct blk_ksm_keyslot **
slot_ptr
);
Completed in 5 milliseconds