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:cdnsp_trb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
735
union
cdnsp_trb
*command_trb;
1056
union
cdnsp_trb
{
union
1167
union
cdnsp_trb
*trbs;
1193
union
cdnsp_trb
*first_trb;
1194
union
cdnsp_trb
*last_trb;
1209
union
cdnsp_trb
*new_deq_ptr;
1252
union
cdnsp_trb
*enqueue;
1254
union
cdnsp_trb
*dequeue;
1516
union
cdnsp_trb
*trb);
1517
bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union
cdnsp_trb
*tr
[all...]
H
A
D
cdnsp-ring.c
72
union
cdnsp_trb
*trb)
in cdnsp_trb_virt_to_dma()
82
static bool cdnsp_trb_is_noop(union
cdnsp_trb
*trb)
in cdnsp_trb_is_noop()
87
static bool cdnsp_trb_is_link(union
cdnsp_trb
*trb)
in cdnsp_trb_is_link()
92
bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union
cdnsp_trb
*trb)
in cdnsp_last_trb_on_seg()
99
union
cdnsp_trb
*trb)
in cdnsp_last_trb_on_ring()
104
static bool cdnsp_link_trb_toggles_cycle(union
cdnsp_trb
*trb)
in cdnsp_link_trb_toggles_cycle()
109
static void cdnsp_trb_to_noop(union
cdnsp_trb
*trb, u32 noop_type)
in cdnsp_trb_to_noop()
132
union
cdnsp_trb
**trb)
in cdnsp_next_trb()
191
union
cdnsp_trb
*next;
in cdnsp_inc_enq()
439
union
cdnsp_trb
*new_de
in cdnsp_find_new_dequeue_state()
[all...]
H
A
D
cdnsp-trace.h
241
__field(union
cdnsp_trb
*, new_deq_ptr)
345
__field(union
cdnsp_trb
*, trb)
354
__entry->trb = (union
cdnsp_trb
*)trb;
356
(union
cdnsp_trb
*)trb);
672
__field(union
cdnsp_trb
*, first_trb)
673
__field(union
cdnsp_trb
*, last_trb)
H
A
D
cdnsp-gadget.c
491
union
cdnsp_trb
*event;
in cdnsp_invalidate_ep_events()
525
union
cdnsp_trb
*cmd_trb;
in cdnsp_wait_for_cmd_compl()
527
union
cdnsp_trb
*event;
in cdnsp_wait_for_cmd_compl()
1338
union
cdnsp_trb
*event_ring_deq,
in cdnsp_update_erst_dequeue()
1374
sizeof(union
cdnsp_trb
) * (TRBS_PER_SEGMENT - 1));
in cdnsp_clear_cmd_ring()
1389
union
cdnsp_trb
*event_ring_deq;
in cdnsp_consume_all_events()
1390
union
cdnsp_trb
*event;
in cdnsp_consume_all_events()
Completed in 8 milliseconds