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:frame_no
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci.h
69
/* HC may see EDs on rm_list until next frame (
frame_no
== tick) */
195
* OHCI defines u16
frame_no
, followed by u16 zero pad.
199
__hc32
frame_no
; /* current frame number */
member
419
#define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian
frame_no
shift */
665
tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->
frame_no
);
in ohci_frame_no()
669
tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->
frame_no
);
in ohci_frame_no()
H
A
D
ohci-hcd.c
757
unsigned
frame_no
, prev_frame_no = IO_WATCHDOG_OFF;
in io_watchdog_func()
local
843
frame_no
= ohci_frame_no(ohci);
in io_watchdog_func()
844
if (
frame_no
== ohci->prev_frame_no) {
in io_watchdog_func()
862
prev_frame_no =
frame_no
;
in io_watchdog_func()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci.h
69
/* HC may see EDs on rm_list until next frame (
frame_no
== tick) */
195
* OHCI defines u16
frame_no
, followed by u16 zero pad.
199
__hc32
frame_no
; /* current frame number */
member
419
#define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian
frame_no
shift */
665
tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->
frame_no
);
in ohci_frame_no()
669
tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->
frame_no
);
in ohci_frame_no()
H
A
D
ohci-hcd.c
755
unsigned
frame_no
, prev_frame_no = IO_WATCHDOG_OFF;
in io_watchdog_func()
local
841
frame_no
= ohci_frame_no(ohci);
in io_watchdog_func()
842
if (
frame_no
== ohci->prev_frame_no) {
in io_watchdog_func()
860
prev_frame_no =
frame_no
;
in io_watchdog_func()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H
A
D
mtk-img-ipi.h
86
u32
frame_no
;
member
H
A
D
mtk-mdp3-m2m.c
51
ctx->curr_param.
frame_no
= ctx->frame_count[MDP_M2M_SRC];
in mdp_m2m_process_done()
77
param.
frame_no
= ctx->curr_param.
frame_no
;
in mdp_m2m_device_run()
H
A
D
mtk-mdp3-regs.h
347
u32
frame_no
;
member
Completed in 10 milliseconds