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:gyro_calib_data
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-playstation.c
157
struct ps_calibration_data
gyro_calib_data
[3];
member
367
struct ps_calibration_data
gyro_calib_data
[3];
member
995
ds->
gyro_calib_data
[0].abs_code = ABS_RX;
in dualsense_get_calibration_data()
996
ds->
gyro_calib_data
[0].bias = 0;
in dualsense_get_calibration_data()
997
ds->
gyro_calib_data
[0].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S;
in dualsense_get_calibration_data()
998
ds->
gyro_calib_data
[0].sens_denom = abs(gyro_pitch_plus - gyro_pitch_bias) +
in dualsense_get_calibration_data()
1001
ds->
gyro_calib_data
[1].abs_code = ABS_RY;
in dualsense_get_calibration_data()
1002
ds->
gyro_calib_data
[1].bias = 0;
in dualsense_get_calibration_data()
1003
ds->
gyro_calib_data
[1].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S;
in dualsense_get_calibration_data()
1004
ds->
gyro_calib_data
[
in dualsense_get_calibration_data()
[all...]
Completed in 4 milliseconds