Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 14 of 14) sorted by relevance

/device/amlogic/yukawa/input/
DGeneric.kl417 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
418 axis 0x00 X
419 axis 0x01 Y
420 axis 0x02 Z
421 axis 0x03 RX
422 axis 0x04 RY
423 axis 0x05 RZ
424 axis 0x06 THROTTLE
425 axis 0x07 RUDDER
426 axis 0x08 WHEEL
[all …]
/device/google/atv/
DGeneric.kl415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
416 axis 0x00 X
417 axis 0x01 Y
418 axis 0x02 Z
419 axis 0x03 RX
420 axis 0x04 RY
421 axis 0x05 RZ
422 axis 0x06 THROTTLE
423 axis 0x07 RUDDER
424 axis 0x08 WHEEL
[all …]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME41 …MATRIX 1, 0, 0, 0, 1, 0, 0, 0, 1 /* Accelerometer and gyroscope axis orientation */
42 …OT_MATRIX 1, 0, 0, 0, 1, 0, 0, 0, 1 /* Magnetometer axis orientation [MUST b…
Dst_lsm6dsm.c961 #define DEC_INFO(name, type, axis, inter, samples) \ argument
964 .numAxis = axis, \
968 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
969 DEC_INFO(name, type, axis, inter, samples), \
972 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
973 DEC_INFO(name, type, axis, inter, samples), \
978 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
979 DEC_INFO(name, type, axis, inter, samples), \
985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
986 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME28 /* specify how axis has to be rotated according to variant platform
Dst_acc44.c298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
301 .numAxis = axis, \
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME29 ST_MAG40_ROT_MATRIX /* specify how axis has to be rotated according to variant platform
Dst_mag40.c396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
399 .numAxis = axis, \
407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
410 .numAxis = axis, \
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
275 .numAxis = axis, \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
228 .numAxis = axis, \
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c709 #define DEC_INFO(name, type, axis, inter, samples) \ argument
712 .numAxis = axis, \
716 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
717 DEC_INFO(name, type, axis, inter, samples), \
720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
721 DEC_INFO(name, type, axis, inter, samples), \
727 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
728 DEC_INFO(name, type, axis, inter, samples), \
733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
734 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
317 .numAxis = axis, \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c676 #define DEC_INFO(name, type, axis, inter, samples) \ argument
679 .numAxis = axis, \
683 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
684 DEC_INFO(name, type, axis, inter, samples), \
687 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
688 DEC_INFO(name, type, axis, inter, samples), \
694 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
695 DEC_INFO(name, type, axis, inter, samples), \
700 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
701 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
159 .numAxis = axis, \