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:tstamp_scale
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/common/scmi_sensors/
H
A
D
scmi_iio.c
45
s8
tstamp_scale
;
in scmi_iio_sensor_update_cb()
local
68
* time * power-of-10 multiplier(
tstamp_scale
) seconds.
in scmi_iio_sensor_update_cb()
71
tstamp_scale
= sensor->sensor_info->
tstamp_scale
+
in scmi_iio_sensor_update_cb()
73
if (
tstamp_scale
< 0) {
in scmi_iio_sensor_update_cb()
74
do_div(time, int_pow(10, abs(
tstamp_scale
)));
in scmi_iio_sensor_update_cb()
77
time_ns = time * int_pow(10,
tstamp_scale
);
in scmi_iio_sensor_update_cb()
/kernel/linux/linux-6.6/include/linux/
H
A
D
scmi_protocol.h
280
* @
tstamp_scale
: Power-of-10 multiplier applied to the sensor timestamps to
316
int
tstamp_scale
;
member
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
sensors.c
597
s->
tstamp_scale
= S32_EXT(SENSOR_TSTAMP_EXP(attrl));
in iter_sens_descr_process_response()
Completed in 6 milliseconds