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:timer_cnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/pcsp/
H
A
D
pcsp_lib.c
46
unsigned char
timer_cnt
, val;
in pcsp_timer_update()
local
67
timer_cnt
= val * CUR_DIV() / 256;
in pcsp_timer_update()
69
if (
timer_cnt
&& chip->enable) {
in pcsp_timer_update()
73
outb_p(
timer_cnt
, 0x42);
in pcsp_timer_update()
83
ns = (chip->thalf ? PCSP_CALC_NS(
timer_cnt
) : chip->ns_rem);
in pcsp_timer_update()
/kernel/linux/linux-6.6/sound/drivers/pcsp/
H
A
D
pcsp_lib.c
46
unsigned char
timer_cnt
, val;
in pcsp_timer_update()
local
67
timer_cnt
= val * CUR_DIV() / 256;
in pcsp_timer_update()
69
if (
timer_cnt
&& chip->enable) {
in pcsp_timer_update()
73
outb_p(
timer_cnt
, 0x42);
in pcsp_timer_update()
83
ns = (chip->thalf ? PCSP_CALC_NS(
timer_cnt
) : chip->ns_rem);
in pcsp_timer_update()
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-pin-priv.h
211
u32
timer_cnt
;
member
H
A
D
cec-pin.c
853
pin->
timer_cnt
++;
in cec_pin_timer()
1217
pin->timer_100ms_overruns, pin->
timer_cnt
);
in cec_pin_adap_status()
1219
pin->timer_300ms_overruns, pin->
timer_cnt
);
in cec_pin_adap_status()
1252
pin->
timer_cnt
= 0;
in cec_pin_adap_status()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-pin-priv.h
222
u32
timer_cnt
;
member
H
A
D
cec-pin.c
853
pin->
timer_cnt
++;
in cec_pin_timer()
1233
pin->timer_100us_overruns, pin->
timer_cnt
);
in cec_pin_adap_status()
1235
pin->timer_300us_overruns, pin->
timer_cnt
);
in cec_pin_adap_status()
1268
pin->
timer_cnt
= 0;
in cec_pin_adap_status()
Completed in 7 milliseconds