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:NO_FRAME
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-sched.c
216
if (qh->ps.phase ==
NO_FRAME
) /* Bandwidth wasn't reserved */
in reserve_release_intr_bandwidth()
840
if (qh->ps.phase !=
NO_FRAME
) {
in qh_schedule()
1003
stream->next_uframe =
NO_FRAME
;
in iso_stream_alloc()
1004
stream->ps.phase =
NO_FRAME
;
in iso_stream_alloc()
1283
itd->frame =
NO_FRAME
;
in itd_urb_transaction()
1307
if (stream->ps.phase ==
NO_FRAME
) /* Bandwidth wasn't reserved */
in reserve_release_iso_bandwidth()
1484
if (stream->ps.phase ==
NO_FRAME
) {
in iso_stream_schedule()
2075
sitd->frame =
NO_FRAME
;
in sitd_urb_transaction()
H
A
D
fotg210.h
467
#define
NO_FRAME
((unsigned short)~0) /* pick new start */
macro
H
A
D
ehci.h
64
#define
NO_FRAME
29999 /* frame not assigned yet */
macro
H
A
D
ehci-q.c
810
qh->ps.phase =
NO_FRAME
;
in qh_make()
H
A
D
oxu210hp-hcd.c
352
#define
NO_FRAME
((unsigned short)~0) /* pick new start */
macro
1812
qh->start =
NO_FRAME
;
in qh_make()
2552
unsigned frame; /* 0..(qh->period - 1), or
NO_FRAME
*/
in qh_schedule()
H
A
D
fotg210-hcd.c
2750
qh->start =
NO_FRAME
;
in qh_make()
3755
unsigned frame; /* 0..(qh->period - 1), or
NO_FRAME
*/
in qh_schedule()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-sched.c
216
if (qh->ps.phase ==
NO_FRAME
) /* Bandwidth wasn't reserved */
in reserve_release_intr_bandwidth()
847
if (qh->ps.phase !=
NO_FRAME
) {
in qh_schedule()
1010
stream->next_uframe =
NO_FRAME
;
in iso_stream_alloc()
1011
stream->ps.phase =
NO_FRAME
;
in iso_stream_alloc()
1288
itd->frame =
NO_FRAME
;
in itd_urb_transaction()
1312
if (stream->ps.phase ==
NO_FRAME
) /* Bandwidth wasn't reserved */
in reserve_release_iso_bandwidth()
1495
if (stream->ps.phase ==
NO_FRAME
) {
in iso_stream_schedule()
2086
sitd->frame =
NO_FRAME
;
in sitd_urb_transaction()
H
A
D
ehci.h
64
#define
NO_FRAME
29999 /* frame not assigned yet */
macro
H
A
D
ehci-q.c
811
qh->ps.phase =
NO_FRAME
;
in qh_make()
H
A
D
oxu210hp-hcd.c
352
#define
NO_FRAME
((unsigned short)~0) /* pick new start */
macro
1813
qh->start =
NO_FRAME
;
in qh_make()
2553
unsigned frame; /* 0..(qh->period - 1), or
NO_FRAME
*/
in qh_schedule()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
465
#define
NO_FRAME
((unsigned short)~0) /* pick new start */
macro
H
A
D
fotg210-hcd.c
2751
qh->start =
NO_FRAME
;
in qh_make()
3756
unsigned frame; /* 0..(qh->period - 1), or
NO_FRAME
*/
in qh_schedule()
Completed in 42 milliseconds