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:h_cycle
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
acornfb.h
58
u_int
h_cycle
;
member
H
A
D
acornfb.c
127
vidc.
h_cycle
= vidc.h_border_end + var->right_margin + 12 - 8;
in acornfb_set_timing()
128
vidc.h_interlace = vidc.
h_cycle
/ 2;
in acornfb_set_timing()
163
vidc_writel(0x80000000 | vidc.
h_cycle
);
in acornfb_set_timing()
225
printk(KERN_DEBUG " H-cycle : %d\n", vidc.
h_cycle
);
in acornfb_set_timing()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
acornfb.h
58
u_int
h_cycle
;
member
H
A
D
acornfb.c
127
vidc.
h_cycle
= vidc.h_border_end + var->right_margin + 12 - 8;
in acornfb_set_timing()
128
vidc.h_interlace = vidc.
h_cycle
/ 2;
in acornfb_set_timing()
163
vidc_writel(0x80000000 | vidc.
h_cycle
);
in acornfb_set_timing()
225
printk(KERN_DEBUG " H-cycle : %d\n", vidc.
h_cycle
);
in acornfb_set_timing()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
164
__be32
h_cycle
; /* write cycle of log : 4 */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
165
__be32
h_cycle
; /* write cycle of log : 4 */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
1211
log->l_curr_cycle = be32_to_cpu(rhead->
h_cycle
);
in xlog_set_state()
1498
recp->
h_cycle
= cpu_to_be32(cycle);
in xlog_add_record()
H
A
D
xfs_log.c
2936
head->
h_cycle
= cpu_to_be32(log->l_curr_cycle);
in xlog_state_get_iclog_space()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
1217
log->l_curr_cycle = be32_to_cpu(rhead->
h_cycle
);
in xlog_set_state()
1504
recp->
h_cycle
= cpu_to_be32(cycle);
in xlog_add_record()
H
A
D
xfs_log.c
2920
head->
h_cycle
= cpu_to_be32(log->l_curr_cycle);
in xlog_state_get_iclog_space()
Completed in 26 milliseconds