/device/amlogic/yukawa/input/ |
D | Generic.kl | 417 # 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/ |
D | Generic.kl | 415 # 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/ |
D | README | 41 …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…
|
D | st_lsm6dsm.c | 961 #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/ |
D | README | 28 /* specify how axis has to be rotated according to variant platform
|
D | st_acc44.c | 298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument 301 .numAxis = axis, \
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 29 ST_MAG40_ROT_MATRIX /* specify how axis has to be rotated according to variant platform
|
D | st_mag40.c | 396 #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/ |
D | hts221.c | 272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 275 .numAxis = axis, \
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 228 .numAxis = axis, \
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 709 #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/ |
D | lps22hb.c | 314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 317 .numAxis = axis, \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 676 #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/ |
D | orientation.c | 155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 159 .numAxis = axis, \
|