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:USB_ERR_TIMEOUT
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_error.c
51
[
USB_ERR_TIMEOUT
] = "
USB_ERR_TIMEOUT
",
H
A
D
usb_request.c
296
if (error ==
USB_ERR_TIMEOUT
) {
in usb_do_clear_stall_callback()
668
err =
USB_ERR_TIMEOUT
;
in usbd_do_request_flags()
830
err =
USB_ERR_TIMEOUT
;
in usbd_req_reset_port()
937
err =
USB_ERR_TIMEOUT
;
in usbd_req_warm_reset_port()
2253
*
USB_ERR_TIMEOUT
: TIMEOUT
2286
err =
USB_ERR_TIMEOUT
;
in usbd_req_set_lpm_info()
H
A
D
usbdi.h
64
USB_ERR_TIMEOUT
, /* 20 */
enumerator
H
A
D
usb_hub.c
563
return (
USB_ERR_TIMEOUT
);
in uhub_read_port_status()
597
* When the connection isn't stable by then it returns -
USB_ERR_TIMEOUT
.
641
return (
USB_ERR_TIMEOUT
);
in uhub_port_debounce()
H
A
D
usb_transfer.c
2795
(xfer->error ==
USB_ERR_TIMEOUT
) ||
in usbd_callback_wrapper_sub()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
1246
err =
USB_ERR_TIMEOUT
;
in xhci_do_command()
1650
xhci_device_done(xfer,
USB_ERR_TIMEOUT
);
in xhci_timeout()
3900
USB_ERR_TIMEOUT
);
in xhci_configure_msg()
H
A
D
ehci.c
1469
ehci_device_done(xfer,
USB_ERR_TIMEOUT
);
in ehci_timeout()
3367
err =
USB_ERR_TIMEOUT
;
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
u3g.c
645
if (err ==
USB_ERR_TIMEOUT
)
in u3g_sael_m460_init()
Completed in 19 milliseconds