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:chip_period
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
H
A
D
inv_icm42600_timestamp.c
56
inv_update_acc(&ts->
chip_period
, INV_ICM42600_TIMESTAMP_PERIOD);
in inv_icm42600_timestamp_init()
84
const uint32_t
chip_period
= INV_ICM42600_TIMESTAMP_PERIOD;
in inv_validate_period()
local
88
period_min = INV_ICM42600_TIMESTAMP_MIN_PERIOD(
chip_period
) * mult;
in inv_validate_period()
89
period_max = INV_ICM42600_TIMESTAMP_MAX_PERIOD(
chip_period
) * mult;
in inv_validate_period()
106
inv_update_acc(&ts->
chip_period
, new_chip_period);
in inv_compute_chip_period()
136
ts->period = ts->mult * ts->
chip_period
.val;
in inv_icm42600_timestamp_interrupt()
150
fifo_period = fifo_mult * ts->
chip_period
.val;
in inv_icm42600_timestamp_interrupt()
179
ts->period = ts->mult * ts->
chip_period
.val;
in inv_icm42600_timestamp_apply_odr()
190
fifo_period = fifo_mult * ts->
chip_period
.val;
in inv_icm42600_timestamp_apply_odr()
H
A
D
inv_icm42600_timestamp.h
42
* @
chip_period
: accumulator for computing internal chip period
50
struct inv_icm42600_timestamp_acc
chip_period
;
member
/kernel/linux/linux-6.6/drivers/iio/common/inv_sensors/
H
A
D
inv_sensors_timestamp.c
56
inv_update_acc(&ts->
chip_period
, chip->clock_period);
in inv_sensors_timestamp_init()
96
inv_update_acc(&ts->
chip_period
, new_chip_period);
in inv_update_chip_period()
97
ts->period = ts->mult * ts->
chip_period
.val;
in inv_update_chip_period()
173
ts->period = ts->mult * ts->
chip_period
.val;
in inv_sensors_timestamp_apply_odr()
184
fifo_period = fifo_mult * ts->
chip_period
.val;
in inv_sensors_timestamp_apply_odr()
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
H
A
D
inv_mpu_ring.c
54
st->
chip_period
= (st->
chip_period
+ delta) / 2;
in inv_mpu6050_update_period()
65
interval = (nb - 1) * st->
chip_period
* divider;
in inv_mpu6050_update_period()
87
st->data_timestamp += st->
chip_period
* INV_MPU6050_FREQ_DIVIDER(st);
in inv_mpu6050_get_timestamp()
H
A
D
inv_mpu_iio.h
166
* @
chip_period
: chip internal period estimation (~1kHz).
192
s64
chip_period
;
member
H
A
D
inv_mpu_core.c
512
st->
chip_period
= NSEC_PER_MSEC;
in inv_mpu6050_init_config()
/kernel/linux/linux-6.6/include/linux/iio/common/
H
A
D
inv_sensors_timestamp.h
53
* @
chip_period
: accumulator for computing internal chip period
64
struct inv_sensors_timestamp_acc
chip_period
;
member
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H
A
D
nsp_cs.c
423
unsigned int
chip_period
;
member
488
sync->SyncRegister = (sync_table->
chip_period
<< SYNCREG_PERIOD_SHIFT) |
in nsp_analyze_sdtr()
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
nsp_cs.c
422
unsigned int
chip_period
;
member
489
sync->SyncRegister = (sync_table->
chip_period
<< SYNCREG_PERIOD_SHIFT) |
in nsp_analyze_sdtr()
Completed in 9 milliseconds