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:completion_func
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
282
void (*
completion_func
)(void *context, struct pci_response *resp,
member
954
pkt.pkt.
completion_func
= hv_pci_read_config_compl;
in hv_read_config_block()
1034
pkt.pkt.
completion_func
= hv_pci_write_config_compl;
in hv_write_config_block()
1475
ctxt.pci_pkt.
completion_func
= hv_pci_compose_compl;
in hv_compose_msi_msg()
2016
pkt.init_packet.
completion_func
= q_resource_requirements;
in new_pcichild_device()
2500
comp_packet->
completion_func
(comp_packet->compl_ctxt,
in hv_pci_onchannelcallback()
2623
pkt->
completion_func
= hv_pci_generic_compl;
in hv_pci_protocol_negotiation()
2847
pkt->
completion_func
= hv_pci_generic_compl;
in hv_pci_enter_d0()
3002
pkt->
completion_func
= hv_pci_generic_compl;
in hv_send_resources_allocated()
3367
pkt.teardown_packet.
completion_func
in hv_pci_bus_exit()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
309
void (*
completion_func
)(void *context, struct pci_response *resp,
member
1446
pkt.pkt.
completion_func
= hv_pci_read_config_compl;
in hv_read_config_block()
1526
pkt.pkt.
completion_func
= hv_pci_write_config_compl;
in hv_write_config_block()
1923
ctxt.pci_pkt.
completion_func
= hv_pci_compose_compl;
in hv_compose_msi_msg()
2491
pkt.init_packet.
completion_func
= q_resource_requirements;
in new_pcichild_device()
2984
* Call ->
completion_func
() within the critical section to make
in hv_pci_onchannelcallback()
2990
comp_packet->
completion_func
(comp_packet->compl_ctxt,
in hv_pci_onchannelcallback()
3126
pkt->
completion_func
= hv_pci_generic_compl;
in hv_pci_protocol_negotiation()
3348
pkt->
completion_func
= hv_pci_generic_compl;
in hv_pci_enter_d0()
3503
pkt->
completion_func
in hv_send_resources_allocated()
[all...]
Completed in 10 milliseconds