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_noport
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
583
sc->
sc_noport
= XHCI_HCS1_N_PORTS(temp);
in xhci_init()
585
if (sc->
sc_noport
== 0) {
in xhci_init()
587
"of ports: %u\n", sc->
sc_noport
);
in xhci_init()
2986
for (i = 1; i <= sc->
sc_noport
; i++) {
in xhci_root_intr()
3377
(index > sc->
sc_noport
)) {
in xhci_roothub_exec()
3450
sc->sc_hub_desc.hubd.bNbrPorts = sc->
sc_noport
;
in xhci_roothub_exec()
3467
for (j = 1; j <= sc->
sc_noport
; j++) {
in xhci_roothub_exec()
3486
(index > sc->
sc_noport
)) {
in xhci_roothub_exec()
3562
(index > sc->
sc_noport
)) {
in xhci_roothub_exec()
H
A
D
ehci.c
278
sc->
sc_noport
= EHCI_HCS_N_PORTS(sparams);
in ehci_init()
613
for (i = 1; i <= sc->
sc_noport
; i++) {
in ehci_dump_regs()
1963
m = (sc->
sc_noport
+ 1);
in ehci_root_intr()
3179
(index > sc->
sc_noport
)) {
3246
sc->sc_hub_desc.hubd.bNbrPorts = sc->
sc_noport
;
3261
8 + ((sc->
sc_noport
+ 7) / 8);
3272
(index > sc->
sc_noport
)) {
3324
(index > sc->
sc_noport
)) {
H
A
D
xhci.h
518
uint8_t
sc_noport
;
member
H
A
D
ehci.h
354
uint8_t
sc_noport
;
member
Completed in 11 milliseconds