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:COMP_SUCCESS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
1257
if (cmd_comp_code !=
COMP_SUCCESS
) {
in xhci_handle_cmd_set_deq()
1376
if (cmd_comp_code ==
COMP_SUCCESS
)
in xhci_handle_cmd_enable_slot()
1775
if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) !=
COMP_SUCCESS
)
in handle_port_status()
2142
case
COMP_SUCCESS
:
in process_ctrl_td()
2246
case
COMP_SUCCESS
:
in process_isoc_td()
2367
case
COMP_SUCCESS
:
in process_bulk_intr_td()
2509
case
COMP_SUCCESS
:
in handle_tx_event()
H
A
D
xhci.c
2045
case
COMP_SUCCESS
:
in xhci_configure_endpoint_result()
2095
case
COMP_SUCCESS
:
in xhci_evaluate_context_result()
3863
case
COMP_SUCCESS
:
in xhci_discover_or_reset_device()
3999
if (command->status !=
COMP_SUCCESS
)
in xhci_disable_slot()
4062
if (!slot_id || command->status !=
COMP_SUCCESS
) {
in xhci_alloc_dev()
4257
case
COMP_SUCCESS
:
in xhci_setup_device()
H
A
D
xhci.h
1100
#define
COMP_SUCCESS
1
macro
1141
case
COMP_SUCCESS
:
in xhci_trb_comp_code_string()
H
A
D
xhci-dbgcap.c
700
case
COMP_SUCCESS
:
in dbc_handle_xfer_event()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
1350
if (cmd_comp_code !=
COMP_SUCCESS
) {
in xhci_handle_cmd_set_deq()
1466
if (cmd_comp_code ==
COMP_SUCCESS
)
in xhci_handle_cmd_enable_slot()
1872
if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) !=
COMP_SUCCESS
)
in handle_port_status()
2275
case
COMP_SUCCESS
:
in process_ctrl_td()
2379
case
COMP_SUCCESS
:
in process_isoc_td()
2499
case
COMP_SUCCESS
:
in process_bulk_intr_td()
2635
case
COMP_SUCCESS
:
in handle_tx_event()
H
A
D
xhci.c
2024
case
COMP_SUCCESS
:
in xhci_configure_endpoint_result()
2074
case
COMP_SUCCESS
:
in xhci_evaluate_context_result()
3755
case
COMP_SUCCESS
:
in xhci_discover_or_reset_device()
3889
if (command->status !=
COMP_SUCCESS
)
in xhci_disable_slot()
3952
if (!slot_id || command->status !=
COMP_SUCCESS
) {
in xhci_alloc_dev()
4146
case
COMP_SUCCESS
:
in xhci_setup_device()
H
A
D
xhci.h
1101
#define
COMP_SUCCESS
1
macro
1142
case
COMP_SUCCESS
:
in xhci_trb_comp_code_string()
H
A
D
xhci-dbgcap.c
700
case
COMP_SUCCESS
:
in dbc_handle_xfer_event()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
18
case
COMP_SUCCESS
:
in cdnsp_trb_comp_code_string()
H
A
D
cdnsp-ring.c
796
if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) !=
COMP_SUCCESS
)
in cdnsp_handle_port_status()
1063
case
COMP_SUCCESS
:
in cdnsp_process_isoc_td()
1146
case
COMP_SUCCESS
:
in cdnsp_process_bulk_intr_td()
H
A
D
cdnsp-gadget.h
875
#define
COMP_SUCCESS
1
macro
H
A
D
cdnsp-gadget.c
588
if (pdev->cmd.status ==
COMP_SUCCESS
)
in cdnsp_wait_for_cmd_compl()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.c
724
case
COMP_SUCCESS
:
in xdbc_handle_tx_event()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.c
726
case
COMP_SUCCESS
:
in xdbc_handle_tx_event()
Completed in 53 milliseconds