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_intr_p_last
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
328
sc->
sc_intr_p_last
[i] = qh_t;
in ehci_init()
361
qh_x = sc->
sc_intr_p_last
[x];
in ehci_init()
362
qh_y = sc->
sc_intr_p_last
[y];
in ehci_init()
374
qh_t = sc->
sc_intr_p_last
[0];
in ehci_init()
404
sc->
sc_intr_p_last
[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self;
in ehci_init()
2134
sc->
sc_intr_p_last
[xfer->qh_pos]);
in ehci_device_done()
2331
ehci_setup_standard_chain(xfer, &sc->
sc_intr_p_last
[xfer->qh_pos]);
in ehci_device_intr_start()
3776
sc->
sc_intr_p_last
[xfer->qh_pos]);
3810
sc->
sc_intr_p_last
[xfer->qh_pos]);
H
A
D
ehci.h
330
struct ehci_qh *
sc_intr_p_last
[EHCI_VIRTUAL_FRAMELIST_COUNT];
member
Completed in 6 milliseconds