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:DS4_ACC_RES_PER_G
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-sony.c
505
#define
DS4_ACC_RES_PER_G
8192
macro
1476
range =
DS4_ACC_RES_PER_G
*4;
in sony_register_sensors()
1480
input_abs_set_res(sc->sensor_dev, ABS_X,
DS4_ACC_RES_PER_G
);
in sony_register_sensors()
1481
input_abs_set_res(sc->sensor_dev, ABS_Y,
DS4_ACC_RES_PER_G
);
in sony_register_sensors()
1482
input_abs_set_res(sc->sensor_dev, ABS_Z,
DS4_ACC_RES_PER_G
);
in sony_register_sensors()
1696
* Data values will be normalized to 1/
DS4_ACC_RES_PER_G
G.
in dualshock4_get_calibration_data()
1701
sc->ds4_calib_data[3].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
1707
sc->ds4_calib_data[4].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
1713
sc->ds4_calib_data[5].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-playstation.c
344
#define
DS4_ACC_RES_PER_G
8192
macro
1887
* Data values will be normalized to 1/
DS4_ACC_RES_PER_G
g.
in dualshock4_get_calibration_data()
1892
ds4->accel_calib_data[0].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
1898
ds4->accel_calib_data[1].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
1904
ds4->accel_calib_data[2].sens_numer = 2*
DS4_ACC_RES_PER_G
;
in dualshock4_get_calibration_data()
2576
ds4->sensors = ps_sensors_create(hdev, DS4_ACC_RANGE,
DS4_ACC_RES_PER_G
,
in dualshock4_create()
Completed in 9 milliseconds