Searched refs:gyro_enable (Results 1 – 8 of 8) sorted by relevance
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 59 char *gyro_enable; member 195 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable"); in inv_init_sysfs_attributes() 368 if (save_n_write_sysfs_int(mpu.gyro_enable, 1, in main() 627 if (write_sysfs_int(mpu.gyro_enable, mpu.gyro_enable_value) < 0) { in main()
|
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.h | 290 char *gyro_enable; member
|
D | MPLSensor.cpp | 915 res = write_sysfs_int(mpu.gyro_enable, en); in enableGyro() 2726 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable"); in inv_init_sysfs_attributes()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | and_constructor.c | 41 int gyro_enable; member
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 430 char *gyro_enable; member
|
D | MPLSensor.cpp | 1854 en, mpu.gyro_enable, getTimestamp()); in enableGyro() 1855 res = write_sysfs_int(mpu.gyro_enable, en); in enableGyro() 5118 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable");
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 451 char *gyro_enable; member
|
D | MPLSensor.cpp | 1842 en, mpu.gyro_enable, getTimestamp()); in enableGyro() 1843 res = write_sysfs_int(mpu.gyro_enable, en); in enableGyro() 5077 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable"); in inv_init_sysfs_attributes()
|