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:QTD_STS_ACTIVE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210.h
330
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
339
#define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210,
QTD_STS_ACTIVE
)
H
A
D
ehci.h
298
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
307
#define ACTIVE_BIT(ehci) cpu_to_hc32(ehci,
QTD_STS_ACTIVE
)
H
A
D
ehci-q.c
350
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
385
token |=
QTD_STS_ACTIVE
|
in qh_completions()
598
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
1192
token =
QTD_STS_ACTIVE
;
in submit_single_step_set_feature()
H
A
D
oxu210hp-hcd.c
244
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
1469
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
1634
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
H
A
D
fotg210-hcd.c
344
if (v &
QTD_STS_ACTIVE
)
in token_mark()
2305
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
2340
token |=
QTD_STS_ACTIVE
|
in qh_completions()
2545
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
H
A
D
ehci-dbg.c
360
if (v &
QTD_STS_ACTIVE
)
in token_mark()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
328
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
337
#define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210,
QTD_STS_ACTIVE
)
H
A
D
fotg210-hcd.c
343
if (v &
QTD_STS_ACTIVE
)
in token_mark()
2306
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
2341
token |=
QTD_STS_ACTIVE
|
in qh_completions()
2546
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci.h
301
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
310
#define ACTIVE_BIT(ehci) cpu_to_hc32(ehci,
QTD_STS_ACTIVE
)
H
A
D
ehci-q.c
351
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
386
token |=
QTD_STS_ACTIVE
|
in qh_completions()
599
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
1193
token =
QTD_STS_ACTIVE
;
in ehci_submit_single_step_set_feature()
H
A
D
oxu210hp-hcd.c
244
#define
QTD_STS_ACTIVE
(1 << 7) /* HC may execute this */
macro
1470
if ((token &
QTD_STS_ACTIVE
) == 0) {
in qh_completions()
1635
token =
QTD_STS_ACTIVE
;
in qh_urb_transaction()
H
A
D
ehci-dbg.c
360
if (v &
QTD_STS_ACTIVE
)
in token_mark()
Completed in 38 milliseconds