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:XHCI_MAX_STREAMS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.h
40
#define
XHCI_MAX_STREAMS
8
macro
43
#define
XHCI_MAX_STREAMS
1
macro
328
struct xhci_trb trb[(
XHCI_MAX_STREAMS
*
329
XHCI_MAX_TRANSFERS) +
XHCI_MAX_STREAMS
];
387
struct usb_xfer *xfer[XHCI_MAX_TRANSFERS *
XHCI_MAX_STREAMS
];
390
uint8_t trb_used[
XHCI_MAX_STREAMS
];
391
uint8_t trb_index[
XHCI_MAX_STREAMS
];
H
A
D
xhci.c
907
stream_id == (
XHCI_MAX_STREAMS
- 1))
in xhci_check_transfer()
2345
XHCI_MAX_TRANSFERS *
XHCI_MAX_STREAMS
;
in xhci_configure_endpoint()
2463
for (x = 0; x !=
XHCI_MAX_STREAMS
; x++) {
in xhci_configure_endpoint_by_xfer()
2476
XHCI_MAX_STREAMS
) + x].qwTrb0 = htole64(temp);
in xhci_configure_endpoint_by_xfer()
2480
XHCI_MAX_STREAMS
) + x].dwTrb2 = 0;
in xhci_configure_endpoint_by_xfer()
2482
XHCI_MAX_STREAMS
) + x].dwTrb3 = 0;
in xhci_configure_endpoint_by_xfer()
3891
XHCI_MAX_STREAMS
); i++) {
in xhci_configure_msg()
4119
for (p = 0; p !=
XHCI_MAX_STREAMS
; p++) {
in xhci_device_resume()
Completed in 7 milliseconds