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:sc_hub_desc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
3248
ptr = (const void *)&sc->
sc_hub_desc
;
in xhci_roothub_exec()
3272
sc->
sc_hub_desc
.temp[0] = sc->sc_conf;
in xhci_roothub_exec()
3323
sc->
sc_hub_desc
.temp,
in xhci_roothub_exec()
3324
sizeof(sc->
sc_hub_desc
.temp),
in xhci_roothub_exec()
3335
sc->
sc_hub_desc
.temp[0] = 0;
in xhci_roothub_exec()
3339
USETW(sc->
sc_hub_desc
.stat.wStatus, UDS_SELF_POWERED);
in xhci_roothub_exec()
3344
USETW(sc->
sc_hub_desc
.stat.wStatus, 0);
in xhci_roothub_exec()
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
in xhci_roothub_exec()
[all...]
H
A
D
ehci.c
3047
ptr = (const void *)&sc->
sc_hub_desc
;
3070
sc->
sc_hub_desc
.temp[0] = sc->sc_conf;
3125
sc->
sc_hub_desc
.temp,
3126
sizeof(sc->
sc_hub_desc
.temp),
3136
sc->
sc_hub_desc
.temp[0] = 0;
3140
USETW(sc->
sc_hub_desc
.stat.wStatus, UDS_SELF_POWERED);
3145
USETW(sc->
sc_hub_desc
.stat.wStatus, 0);
3245
sc->
sc_hub_desc
.hubd = ehci_hubd;
3246
sc->
sc_hub_desc
.hubd.bNbrPorts = sc->sc_noport;
3256
USETW(sc->
sc_hub_desc
[all...]
H
A
D
xhci.h
472
union xhci_hub_desc
sc_hub_desc
;
member
H
A
D
ehci.h
324
union ehci_hub_desc
sc_hub_desc
;
member
Completed in 10 milliseconds