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:stream_ring
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-debugfs.c
557
id, le64_to_cpu(stream_ctx->
stream_ring
));
in xhci_stream_context_array_show()
560
&dma, le64_to_cpu(stream_ctx->
stream_ring
));
in xhci_stream_context_array_show()
H
A
D
xhci-ring.c
539
return le64_to_cpu(st_ctx->
stream_ring
);
in xhci_get_hw_deq()
1295
deq = le64_to_cpu(ctx->
stream_ring
) & SCTX_DEQ_MASK;
in xhci_handle_cmd_set_deq()
H
A
D
xhci.h
827
__le64
stream_ring
;
member
H
A
D
xhci-mem.c
692
stream_info->stream_ctx_array[cur_stream].
stream_ring
=
in xhci_alloc_stream_info()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-debugfs.c
557
id, le64_to_cpu(stream_ctx->
stream_ring
));
in xhci_stream_context_array_show()
560
&dma, le64_to_cpu(stream_ctx->
stream_ring
));
in xhci_stream_context_array_show()
H
A
D
xhci-ring.c
614
return le64_to_cpu(st_ctx->
stream_ring
);
in xhci_get_hw_deq()
1388
deq = le64_to_cpu(ctx->
stream_ring
) & SCTX_DEQ_MASK;
in xhci_handle_cmd_set_deq()
H
A
D
xhci.h
830
__le64
stream_ring
;
member
H
A
D
xhci-mem.c
657
stream_info->stream_ctx_array[cur_stream].
stream_ring
=
in xhci_alloc_stream_info()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
741
* @
stream_ring
: 64-bit stream ring address, cycle state, and stream type.
745
__le64
stream_ring
;
member
H
A
D
cdnsp-mem.c
614
stream_info->stream_ctx_array[cur_stream].
stream_ring
=
in cdnsp_alloc_stream_info()
H
A
D
cdnsp-ring.c
409
return le64_to_cpu(st_ctx->
stream_ring
);
in cdnsp_get_hw_deq()
Completed in 38 milliseconds