Home
last modified time | relevance | path

Searched refs:gyro_enable (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c59 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/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c41 int gyro_enable; member
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h451 char *gyro_enable; member
DMPLSensor.cpp1838 en, mpu.gyro_enable, getTimestamp()); in enableGyro()
1839 res = write_sysfs_int(mpu.gyro_enable, en); in enableGyro()
5051 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable"); in inv_init_sysfs_attributes()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h453 char *gyro_enable; member
DMPLSensor.cpp1906 en, mpu.gyro_enable, getTimestamp()); in enableGyro()
1907 res = write_sysfs_int(mpu.gyro_enable, en); in enableGyro()
5412 sprintf(mpu.gyro_enable, "%s%s", sysfs_path, "/gyro_enable");