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_IOERROR
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
277
return (
USB_ERR_IOERROR
);
in xhci_reset_command_queue_locked()
337
return (
USB_ERR_IOERROR
);
in xhci_start_controller()
449
return (
USB_ERR_IOERROR
);
in xhci_start_controller()
488
return (
USB_ERR_IOERROR
);
in xhci_halt_controller()
515
return (
USB_ERR_IOERROR
);
in xhci_reset_controller()
763
status != XHCI_TRB_ERROR_SUCCESS) ?
USB_ERR_IOERROR
:
in xhci_generic_done_sub()
1254
err =
USB_ERR_IOERROR
;
in xhci_do_command()
1448
err =
USB_ERR_IOERROR
;
in xhci_set_address()
3278
err =
USB_ERR_IOERROR
;
in xhci_roothub_exec()
3287
err =
USB_ERR_IOERROR
;
in xhci_roothub_exec()
[all...]
H
A
D
ehci.c
159
return (
USB_ERR_IOERROR
);
in ehci_reset()
234
return (
USB_ERR_IOERROR
);
in ehci_init_sub()
297
return (
USB_ERR_IOERROR
);
in ehci_init()
1128
return (
USB_ERR_IOERROR
);
in ehci_non_isoc_done_sub()
3076
err =
USB_ERR_IOERROR
;
3089
err =
USB_ERR_IOERROR
;
3098
err =
USB_ERR_IOERROR
;
3130
err =
USB_ERR_IOERROR
;
3149
err =
USB_ERR_IOERROR
;
3156
err =
USB_ERR_IOERROR
;
[all...]
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_error.c
49
[
USB_ERR_IOERROR
] = "
USB_ERR_IOERROR
",
H
A
D
usb_hid.c
801
return (
USB_ERR_IOERROR
);
in usbd_req_get_hid_desc()
805
return (
USB_ERR_IOERROR
);
in usbd_req_get_hid_desc()
H
A
D
usb_request.c
712
* process is draining the
USB_ERR_IOERROR
code will be returned. It
729
err =
USB_ERR_IOERROR
;
in usbd_do_request_proc()
816
return (
USB_ERR_IOERROR
);
in usbd_req_reset_port()
2292
err =
USB_ERR_IOERROR
;
in usbd_req_set_lpm_info()
H
A
D
usbdi.h
62
USB_ERR_IOERROR
, /* 18 */
enumerator
Completed in 14 milliseconds