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:arate
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
fsl_spdif.c
1155
u32
arate
;
in fsl_spdif_txclk_caldiv()
local
1171
arate
= rate_actual / 64;
in fsl_spdif_txclk_caldiv()
1172
arate
/= txclk_df * sysclk_df;
in fsl_spdif_txclk_caldiv()
1174
if (
arate
== rate[index]) {
in fsl_spdif_txclk_caldiv()
1179
spdif_priv->txrate[index] =
arate
;
in fsl_spdif_txclk_caldiv()
1181
} else if (
arate
/ rate[index] == 1) {
in fsl_spdif_txclk_caldiv()
1183
sub = (u64)(
arate
- rate[index]) * 100000;
in fsl_spdif_txclk_caldiv()
1190
spdif_priv->txrate[index] =
arate
;
in fsl_spdif_txclk_caldiv()
1191
} else if (rate[index] /
arate
== 1) {
in fsl_spdif_txclk_caldiv()
1193
sub = (u64)(rate[index] -
arate
) * 10000
in fsl_spdif_txclk_caldiv()
[all...]
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_spdif.c
1434
u32
arate
;
in fsl_spdif_txclk_caldiv()
local
1450
arate
= rate_actual / 64;
in fsl_spdif_txclk_caldiv()
1451
arate
/= txclk_df * sysclk_df;
in fsl_spdif_txclk_caldiv()
1453
if (
arate
== rate[index]) {
in fsl_spdif_txclk_caldiv()
1458
spdif_priv->txrate[index] =
arate
;
in fsl_spdif_txclk_caldiv()
1460
} else if (
arate
/ rate[index] == 1) {
in fsl_spdif_txclk_caldiv()
1462
sub = (u64)(
arate
- rate[index]) * 100000;
in fsl_spdif_txclk_caldiv()
1469
spdif_priv->txrate[index] =
arate
;
in fsl_spdif_txclk_caldiv()
1470
} else if (rate[index] /
arate
== 1) {
in fsl_spdif_txclk_caldiv()
1472
sub = (u64)(rate[index] -
arate
) * 10000
in fsl_spdif_txclk_caldiv()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
H
A
D
go7007-fw.c
1279
int
arate
= go->board_info->audio_rate * 1001 * go->fps_scale;
in avsync_to_package()
local
1280
int ratio =
arate
/ go->sensor_framerate;
in avsync_to_package()
1283
arate
% go->sensor_framerate);
in avsync_to_package()
1284
int f1 = (
arate
% go->sensor_framerate) / rprime;
in avsync_to_package()
1285
int f2 = (go->sensor_framerate -
arate
% go->sensor_framerate) / rprime;
in avsync_to_package()
/kernel/linux/linux-6.6/drivers/media/usb/go7007/
H
A
D
go7007-fw.c
1279
int
arate
= go->board_info->audio_rate * 1001 * go->fps_scale;
in avsync_to_package()
local
1280
int ratio =
arate
/ go->sensor_framerate;
in avsync_to_package()
1283
arate
% go->sensor_framerate);
in avsync_to_package()
1284
int f1 = (
arate
% go->sensor_framerate) / rprime;
in avsync_to_package()
1285
int f2 = (go->sensor_framerate -
arate
% go->sensor_framerate) / rprime;
in avsync_to_package()
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
apds990x.c
127
u16
arate
; /* als reporting rate */
member
715
return sprintf(buf, "%d\n", chip->
arate
);
in apds990x_rate_show()
731
chip->
arate
= arates_hz[i];
in apds990x_set_arate()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
apds990x.c
127
u16
arate
; /* als reporting rate */
member
715
return sprintf(buf, "%d\n", chip->
arate
);
in apds990x_rate_show()
731
chip->
arate
= arates_hz[i];
in apds990x_set_arate()
Completed in 11 milliseconds