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:command_trb
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
399
i_cmd->
command_trb
);
in xhci_handle_stopped_cmd_ring()
401
trb_to_noop(i_cmd->
command_trb
, TRB_CMD_NOOP);
in xhci_handle_stopped_cmd_ring()
1607
cmd_field3 = le32_to_cpu(xhci->current_cmd->
command_trb
->generic.field[3]);
in xhci_handle_command_timeout()
1708
if (cmd->
command_trb
!= xhci->cmd_ring->dequeue) {
in handle_cmd_completion()
4351
cmd->
command_trb
= xhci->cmd_ring->enqueue;
in queue_command()
H
A
D
xhci.h
819
union xhci_trb *
command_trb
;
member
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
321
i_cmd->
command_trb
);
in xhci_handle_stopped_cmd_ring()
323
trb_to_noop(i_cmd->
command_trb
, TRB_CMD_NOOP);
in xhci_handle_stopped_cmd_ring()
1609
if (cmd->
command_trb
!= xhci->cmd_ring->dequeue) {
in handle_cmd_completion()
4203
cmd->
command_trb
= xhci->cmd_ring->enqueue;
in queue_command()
H
A
D
xhci.h
816
union xhci_trb *
command_trb
;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
729
* @
command_trb
: Pointer to command TRB.
735
union cdnsp_trb *
command_trb
;
member
H
A
D
cdnsp-ring.c
2378
pdev->cmd.
command_trb
= pdev->cmd_ring->enqueue;
in cdnsp_queue_command()
H
A
D
cdnsp-gadget.c
533
cmd_trb = pdev->cmd.
command_trb
;
in cdnsp_wait_for_cmd_compl()
Completed in 29 milliseconds