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_bus_methods
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_device.h
31
struct
usb_bus_methods
;
137
const struct
usb_bus_methods
*methods;
H
A
D
usb_bus.h
100
const struct
usb_bus_methods
*methods; /* filled by HC driver */
H
A
D
usb_controller.h
55
struct
usb_bus_methods
{
struct
H
A
D
usb_hub.c
3013
const struct
usb_bus_methods
*mtod;
in usbd_filter_power_mode()
H
A
D
usb_device.c
312
const struct
usb_bus_methods
*methods;
in usb_init_endpoint()
H
A
D
usb_transfer.c
154
const struct
usb_bus_methods
*mtod;
in usbd_get_dma_delay()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
124
extern struct
usb_bus_methods
xhci_bus_methods;
4279
struct
usb_bus_methods
xhci_bus_methods = {
H
A
D
ehci.c
76
extern const struct
usb_bus_methods
ehci_bus_methods;
3905
const struct
usb_bus_methods
ehci_bus_methods = {
Completed in 24 milliseconds