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:hubd
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
3448
sc->sc_hub_desc.
hubd
= xhci_hubd;
in xhci_roothub_exec()
3450
sc->sc_hub_desc.
hubd
.bNbrPorts = sc->sc_noport;
in xhci_roothub_exec()
3462
USETW(sc->sc_hub_desc.
hubd
.wHubCharacteristics, i);
in xhci_roothub_exec()
3465
sc->sc_hub_desc.
hubd
.bPwrOn2PwrGood = 10;
in xhci_roothub_exec()
3470
sc->sc_hub_desc.
hubd
.
in xhci_roothub_exec()
3474
len = sc->sc_hub_desc.
hubd
.bLength;
in xhci_roothub_exec()
H
A
D
ehci.c
3245
sc->sc_hub_desc.
hubd
= ehci_hubd;
3246
sc->sc_hub_desc.
hubd
.bNbrPorts = sc->sc_noport;
3256
USETW(sc->sc_hub_desc.
hubd
.wHubCharacteristics, i);
3258
sc->sc_hub_desc.
hubd
.bPwrOn2PwrGood = 200;
3260
sc->sc_hub_desc.
hubd
.bDescLength =
3262
len = sc->sc_hub_desc.
hubd
.bDescLength;
H
A
D
xhci.h
455
struct usb_hub_ss_descriptor
hubd
;
member
H
A
D
ehci.h
315
struct usb_hub_descriptor
hubd
;
member
Completed in 11 milliseconds