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:td_next
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
95
ehci_qtd_t *
td_next
;
member
1487
ehci_qtd_t *
td_next
;
in ehci_setup_standard_chain_sub()
local
1508
td_next
= temp->
td_next
;
in ehci_setup_standard_chain_sub()
1531
if (
td_next
== NULL) {
in ehci_setup_standard_chain_sub()
1536
td =
td_next
;
in ehci_setup_standard_chain_sub()
1537
td_next
= td->obj_next;
in ehci_setup_standard_chain_sub()
1647
if (
td_next
) {
in ehci_setup_standard_chain_sub()
1650
td->qtd_next =
td_next
->qtd_self;
in ehci_setup_standard_chain_sub()
1668
td_alt_next =
td_next
;
in ehci_setup_standard_chain_sub()
[all...]
H
A
D
xhci.c
82
struct xhci_td *
td_next
;
member
1668
struct xhci_td *
td_next
;
in xhci_setup_generic_chain_sub()
local
1690
td_next
= td_first = temp->
td_next
;
in xhci_setup_generic_chain_sub()
1713
if (
td_next
== NULL)
in xhci_setup_generic_chain_sub()
1718
td =
td_next
;
in xhci_setup_generic_chain_sub()
1719
td_next
= td->obj_next;
in xhci_setup_generic_chain_sub()
1892
if (
td_next
!= NULL) {
in xhci_setup_generic_chain_sub()
1894
td->td_trb[x].qwTrb0 = htole64((uint64_t)
td_next
->td_self);
in xhci_setup_generic_chain_sub()
1895
DPRINTF("LINK=0x%08llx\n", (long long)
td_next
in xhci_setup_generic_chain_sub()
[all...]
Completed in 10 milliseconds