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:fotg210_shadow
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210.h
121
union
fotg210_shadow
*pshadow; /* mirror hw periodic table */
392
union
fotg210_shadow
{
union
441
union
fotg210_shadow
qh_next; /* ptr to qh; or periodic */
561
union
fotg210_shadow
itd_next; /* ptr to periodic q entry */
590
union
fotg210_shadow
fstn_next; /* ptr to periodic q entry */
H
A
D
fotg210-hcd.c
517
union
fotg210_shadow
p, *seen;
in fill_periodic_buffer()
3273
static union
fotg210_shadow
*periodic_next_shadow(struct fotg210_hcd *fotg210,
in periodic_next_shadow()
3274
union
fotg210_shadow
*periodic, __hc32 tag)
in periodic_next_shadow()
3287
union
fotg210_shadow
*periodic, __hc32 tag)
in shadow_next_periodic()
3290
/* our
fotg210_shadow
.qh is actually software part */
in shadow_next_periodic()
3303
union
fotg210_shadow
*prev_p = &fotg210->pshadow[frame];
in periodic_unlink()
3305
union
fotg210_shadow
here = *prev_p;
in periodic_unlink()
3334
union
fotg210_shadow
*q = &fotg210->pshadow[frame];
in periodic_usecs()
3404
union
fotg210_shadow
here;
in tt_no_collision()
3492
union
fotg210_shadow
*pre
in qh_link_periodic()
[all...]
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
121
union
fotg210_shadow
*pshadow; /* mirror hw periodic table */
390
union
fotg210_shadow
{
union
439
union
fotg210_shadow
qh_next; /* ptr to qh; or periodic */
559
union
fotg210_shadow
itd_next; /* ptr to periodic q entry */
588
union
fotg210_shadow
fstn_next; /* ptr to periodic q entry */
H
A
D
fotg210-hcd.c
516
union
fotg210_shadow
p, *seen;
in fill_periodic_buffer()
3274
static union
fotg210_shadow
*periodic_next_shadow(struct fotg210_hcd *fotg210,
in periodic_next_shadow()
3275
union
fotg210_shadow
*periodic, __hc32 tag)
in periodic_next_shadow()
3288
union
fotg210_shadow
*periodic, __hc32 tag)
in shadow_next_periodic()
3291
/* our
fotg210_shadow
.qh is actually software part */
in shadow_next_periodic()
3304
union
fotg210_shadow
*prev_p = &fotg210->pshadow[frame];
in periodic_unlink()
3306
union
fotg210_shadow
here = *prev_p;
in periodic_unlink()
3335
union
fotg210_shadow
*q = &fotg210->pshadow[frame];
in periodic_usecs()
3405
union
fotg210_shadow
here;
in tt_no_collision()
3493
union
fotg210_shadow
*pre
in qh_link_periodic()
[all...]
Completed in 15 milliseconds