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:GET_COMP_CODE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
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()
925
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in cdnsp_finish_td()
1055
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in cdnsp_process_isoc_td()
1140
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in cdnsp_process_bulk_intr_td()
1243
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in cdnsp_handle_tx_event()
1493
comp_code =
GET_COMP_CODE
(le32_to_cpu(event->generic.field[2]));
in cdnsp_handle_event()
H
A
D
cdnsp-debug.h
211
cdnsp_trb_comp_code_string(
GET_COMP_CODE
(field2)),
in cdnsp_decode_trb()
H
A
D
cdnsp-gadget.h
873
#define
GET_COMP_CODE
(p) (((p) & COMP_CODE_MASK) >> 24)
macro
H
A
D
cdnsp-gadget.c
587
pdev->cmd.status =
GET_COMP_CODE
(le32_to_cpu(event->event_cmd.status));
in cdnsp_wait_for_cmd_compl()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
1601
cmd_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->status));
in handle_cmd_completion()
1775
if (
GET_COMP_CODE
(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS)
in handle_port_status()
2137
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_ctrl_td()
2234
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_isoc_td()
2361
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_bulk_intr_td()
2450
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in handle_tx_event()
H
A
D
xhci.h
1098
#define
GET_COMP_CODE
(p) (((p) & COMP_CODE_MASK) >> 24)
macro
2276
xhci_trb_comp_code_string(
GET_COMP_CODE
(field2)),
in xhci_decode_trb()
H
A
D
xhci-dbgcap.c
692
comp_code =
GET_COMP_CODE
(le32_to_cpu(event->generic.field[2]));
in dbc_handle_xfer_event()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
1700
cmd_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->status));
in handle_cmd_completion()
1872
if (
GET_COMP_CODE
(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS)
in handle_port_status()
2270
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_ctrl_td()
2367
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_isoc_td()
2493
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in process_bulk_intr_td()
2580
trb_comp_code =
GET_COMP_CODE
(le32_to_cpu(event->transfer_len));
in handle_tx_event()
H
A
D
xhci.h
1099
#define
GET_COMP_CODE
(p) (((p) & COMP_CODE_MASK) >> 24)
macro
2308
xhci_trb_comp_code_string(
GET_COMP_CODE
(field2)),
in xhci_decode_trb()
H
A
D
xhci-dbgcap.c
692
comp_code =
GET_COMP_CODE
(le32_to_cpu(event->generic.field[2]));
in dbc_handle_xfer_event()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.c
720
comp_code =
GET_COMP_CODE
(le32_to_cpu(evt_trb->field[2]));
in xdbc_handle_tx_event()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.c
722
comp_code =
GET_COMP_CODE
(le32_to_cpu(evt_trb->field[2]));
in xdbc_handle_tx_event()
Completed in 36 milliseconds