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_pipe_methods
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
77
extern const struct
usb_pipe_methods
ehci_device_bulk_methods;
78
extern const struct
usb_pipe_methods
ehci_device_ctrl_methods;
79
extern const struct
usb_pipe_methods
ehci_device_intr_methods;
80
extern const struct
usb_pipe_methods
ehci_device_isoc_fs_methods;
81
extern const struct
usb_pipe_methods
ehci_device_isoc_hs_methods;
1194
const struct
usb_pipe_methods
*methods = xfer->endpoint->methods;
in ehci_check_transfer()
1689
const struct
usb_pipe_methods
*methods;
in ehci_setup_standard_chain()
2107
const struct
usb_pipe_methods
*methods = xfer->endpoint->methods;
in ehci_device_done()
2215
const struct
usb_pipe_methods
ehci_device_bulk_methods =
2256
const struct
usb_pipe_methods
ehci_device_ctrl_method
[all...]
H
A
D
xhci.c
3122
struct
usb_pipe_methods
xhci_device_generic_methods = {
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_controller.h
156
struct
usb_pipe_methods
{
struct
H
A
D
usb_transfer.h
108
const struct
usb_pipe_methods
*methods;
H
A
D
usbdi.h
138
const struct
usb_pipe_methods
*methods; /* set by HC driver */
Completed in 9 milliseconds