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:PERIODIC_SIZE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
sl811.h
119
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
154
u16 load[
PERIODIC_SIZE
];
155
struct sl811h_ep *periodic[
PERIODIC_SIZE
];
H
A
D
sl811-hcd.c
452
for (i = ep->branch; i <
PERIODIC_SIZE
; i += ep->period) {
462
ep->branch =
PERIODIC_SIZE
;
663
index = sl811->frame++ % (
PERIODIC_SIZE
- 1);
in sl811h_irq()
775
for (j = i; j <
PERIODIC_SIZE
; j += period) {
in balance()
780
if (j <
PERIODIC_SIZE
)
in balance()
874
if (urb->interval >
PERIODIC_SIZE
)
in sl811h_urb_enqueue()
875
urb->interval =
PERIODIC_SIZE
;
in sl811h_urb_enqueue()
877
ep->branch =
PERIODIC_SIZE
;
in sl811h_urb_enqueue()
901
if (ep->branch <
PERIODIC_SIZE
) {
in sl811h_urb_enqueue()
907
urb->start_frame = (sl811->frame & (
PERIODIC_SIZE
in sl811h_urb_enqueue()
[all...]
H
A
D
isp116x-hcd.c
324
for (i = ep->branch; i <
PERIODIC_SIZE
; i += ep->period) {
334
ep->branch =
PERIODIC_SIZE
;
503
(isp116x->fmindex + 1) & (
PERIODIC_SIZE
- 1);
in start_atl_transfers()
662
for (j = i; j <
PERIODIC_SIZE
; j += period) {
in balance()
667
if (j <
PERIODIC_SIZE
)
in balance()
753
if (urb->interval > 2 *
PERIODIC_SIZE
)
in isp116x_urb_enqueue()
754
urb->interval = 2 *
PERIODIC_SIZE
;
in isp116x_urb_enqueue()
756
ep->branch =
PERIODIC_SIZE
;
in isp116x_urb_enqueue()
781
if (ep->branch <
PERIODIC_SIZE
)
in isp116x_urb_enqueue()
789
urb->start_frame = (isp116x->fmindex & (
PERIODIC_SIZE
in isp116x_urb_enqueue()
[all...]
H
A
D
isp116x.h
253
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
279
u16 load[
PERIODIC_SIZE
];
280
struct isp116x_ep *periodic[
PERIODIC_SIZE
];
H
A
D
isp1362-hcd.c
492
ep->branch =
PERIODIC_SIZE
;
1195
for (j = i; j <
PERIODIC_SIZE
; j += interval) {
in balance()
1202
if (j <
PERIODIC_SIZE
)
in balance()
1297
if (urb->interval >
PERIODIC_SIZE
)
in isp1362_urb_enqueue()
1298
urb->interval =
PERIODIC_SIZE
;
in isp1362_urb_enqueue()
1300
ep->branch =
PERIODIC_SIZE
;
in isp1362_urb_enqueue()
1325
if (ep->branch <
PERIODIC_SIZE
)
in isp1362_urb_enqueue()
1338
((isp1362_hcd->fmindex +
PERIODIC_SIZE
- 1) &
in isp1362_urb_enqueue()
1339
~(
PERIODIC_SIZE
- 1)) + ep->branch,
in isp1362_urb_enqueue()
1340
(isp1362_hcd->fmindex & (
PERIODIC_SIZE
in isp1362_urb_enqueue()
[all...]
H
A
D
isp1362.h
378
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
459
u16 load[
PERIODIC_SIZE
];
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
sl811.h
119
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
153
u16 load[
PERIODIC_SIZE
];
154
struct sl811h_ep *periodic[
PERIODIC_SIZE
];
H
A
D
sl811-hcd.c
452
for (i = ep->branch; i <
PERIODIC_SIZE
; i += ep->period) {
462
ep->branch =
PERIODIC_SIZE
;
663
index = sl811->frame++ % (
PERIODIC_SIZE
- 1);
in sl811h_irq()
775
for (j = i; j <
PERIODIC_SIZE
; j += period) {
in balance()
780
if (j <
PERIODIC_SIZE
)
in balance()
874
if (urb->interval >
PERIODIC_SIZE
)
in sl811h_urb_enqueue()
875
urb->interval =
PERIODIC_SIZE
;
in sl811h_urb_enqueue()
877
ep->branch =
PERIODIC_SIZE
;
in sl811h_urb_enqueue()
901
if (ep->branch <
PERIODIC_SIZE
) {
in sl811h_urb_enqueue()
907
urb->start_frame = (sl811->frame & (
PERIODIC_SIZE
in sl811h_urb_enqueue()
[all...]
H
A
D
isp116x-hcd.c
324
for (i = ep->branch; i <
PERIODIC_SIZE
; i += ep->period) {
334
ep->branch =
PERIODIC_SIZE
;
503
(isp116x->fmindex + 1) & (
PERIODIC_SIZE
- 1);
in start_atl_transfers()
662
for (j = i; j <
PERIODIC_SIZE
; j += period) {
in balance()
667
if (j <
PERIODIC_SIZE
)
in balance()
753
if (urb->interval > 2 *
PERIODIC_SIZE
)
in isp116x_urb_enqueue()
754
urb->interval = 2 *
PERIODIC_SIZE
;
in isp116x_urb_enqueue()
756
ep->branch =
PERIODIC_SIZE
;
in isp116x_urb_enqueue()
780
if (ep->branch <
PERIODIC_SIZE
)
in isp116x_urb_enqueue()
788
urb->start_frame = (isp116x->fmindex & (
PERIODIC_SIZE
in isp116x_urb_enqueue()
[all...]
H
A
D
isp116x.h
253
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
278
u16 load[
PERIODIC_SIZE
];
279
struct isp116x_ep *periodic[
PERIODIC_SIZE
];
H
A
D
isp1362-hcd.c
492
ep->branch =
PERIODIC_SIZE
;
1195
for (j = i; j <
PERIODIC_SIZE
; j += interval) {
in balance()
1202
if (j <
PERIODIC_SIZE
)
in balance()
1297
if (urb->interval >
PERIODIC_SIZE
)
in isp1362_urb_enqueue()
1298
urb->interval =
PERIODIC_SIZE
;
in isp1362_urb_enqueue()
1300
ep->branch =
PERIODIC_SIZE
;
in isp1362_urb_enqueue()
1325
if (ep->branch <
PERIODIC_SIZE
)
in isp1362_urb_enqueue()
1338
((isp1362_hcd->fmindex +
PERIODIC_SIZE
- 1) &
in isp1362_urb_enqueue()
1339
~(
PERIODIC_SIZE
- 1)) + ep->branch,
in isp1362_urb_enqueue()
1340
(isp1362_hcd->fmindex & (
PERIODIC_SIZE
in isp1362_urb_enqueue()
[all...]
H
A
D
isp1362.h
378
#define
PERIODIC_SIZE
(1 << LOG2_PERIODIC_SIZE)
macro
458
u16 load[
PERIODIC_SIZE
];
Completed in 32 milliseconds