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:max_data_length
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_core.h
154
usb_frlength_t
max_data_length
;
member
H
A
D
usb_transfer.c
640
xfer->
max_data_length
= parm->bufsize;
in usbd_transfer_setup_sub()
677
if (xfer->
max_data_length
< REQ_SIZE) {
in usbd_transfer_setup_sub()
682
xfer->
max_data_length
-= REQ_SIZE;
in usbd_transfer_setup_sub()
781
xfer->
max_data_length
= 0;
in usbd_transfer_setup_sub()
821
xfer->
max_data_length
= 0;
in usbd_transfer_setup_sub()
1544
if ((len != xfer->
max_data_length
) &&
in usbd_setup_ctrl_transfer()
2174
return (xfer->
max_data_length
);
in usbd_xfer_max_len()
H
A
D
usb_handle_request.c
714
if (max_len > xfer->
max_data_length
) {
in usb_handle_request()
725
if (rem > xfer->
max_data_length
) {
in usb_handle_request()
H
A
D
usb_generic.c
105
f->xfer[0]->
max_data_length
, 2);
in ugen_transfer_setup()
425
xfer->
max_data_length
, &actlen, 0)) {
in ugen_ctrl_write_callback()
1515
f->fs_xfer[u.popen->ep_index]->
max_data_length
;
in ugen_ioctl()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
3687
* "
max_data_length
" we need two USB transfer descriptors.
in xhci_xfer_setup()
3706
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
in xhci_xfer_setup()
3709
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
in xhci_xfer_setup()
3712
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
in xhci_xfer_setup()
H
A
D
ehci.c
3462
* "
max_data_length
" we need two USB transfer descriptors.
3481
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
3495
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
3518
+ (xfer->
max_data_length
/ xfer->max_hc_frame_size));
Completed in 15 milliseconds