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:Q_TYPE_SITD
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210.h
373
#define
Q_TYPE_SITD
(2 << 1)
macro
H
A
D
ehci.h
341
#define
Q_TYPE_SITD
(2 << 1)
macro
362
struct ehci_sitd *sitd; /*
Q_TYPE_SITD
*/
H
A
D
ehci-sched.c
42
/* case
Q_TYPE_SITD
: */
in periodic_next_shadow()
450
case
Q_TYPE_SITD
:
in tt_no_collision()
2127
ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma |
Q_TYPE_SITD
);
in sitd_link()
2419
case
Q_TYPE_SITD
:
in scan_isoc()
H
A
D
ehci-dbg.c
714
case
Q_TYPE_SITD
:
in fill_periodic_buffer()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
371
#define
Q_TYPE_SITD
(2 << 1)
macro
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci.h
344
#define
Q_TYPE_SITD
(2 << 1)
macro
365
struct ehci_sitd *sitd; /*
Q_TYPE_SITD
*/
H
A
D
ehci-sched.c
42
/* case
Q_TYPE_SITD
: */
in periodic_next_shadow()
456
case
Q_TYPE_SITD
:
in tt_no_collision()
2138
ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma |
Q_TYPE_SITD
);
in sitd_link()
2430
case
Q_TYPE_SITD
:
in scan_isoc()
H
A
D
ehci-dbg.c
714
case
Q_TYPE_SITD
:
in fill_periodic_buffer()
Completed in 16 milliseconds