Searched defs:write_sysfs_int (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.cpp157 int write_sysfs_int(char *filename, int var) function
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp189 int write_sysfs_int(char *filename, int var) function
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp189 int write_sysfs_int(char *filename, int var) function
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h480 int write_sysfs_int(char *filename, char *basedir, int val) function
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h480 int write_sysfs_int(char *filename, char *basedir, int val) function
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
H A Dinv_self_test.c118 int write_sysfs_int(char *filename, int data) function
157 res = write_sysfs_int(filename, data);
547 if (write_sysfs_int(mpu.accel_x_offset, offsets[0]) < 0) {
551 if (write_sysfs_int(mpu.accel_y_offset, offsets[1]) < 0) {
555 if (write_sysfs_int(mpu.accel_z_offset, offsets[2]) < 0) {
571 if (write_sysfs_int(mpu.gyro_x_offset, offsets[0]) < 0) {
575 if (write_sysfs_int(mpu.gyro_y_offset, offsets[1]) < 0) {
579 if (write_sysfs_int(mpu.gyro_z_offset, offsets[2]) < 0) {
621 if (write_sysfs_int(mpu.dmp_on, mpu.dmp_on_value) < 0) {
624 if (write_sysfs_int(mp
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h479 int write_sysfs_int(char *filename, char *basedir, int val) function
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
H A Dinv_gesture_test.c130 int write_sysfs_int(char *filename, int data) function
279 if (write_sysfs_int(mpu.enable, en) < 0) {
289 if (write_sysfs_int(mpu.tap_on, en) < 0) {
302 if (write_sysfs_int(mpu.pedometer_on, en) < 0) {
315 if (write_sysfs_int(mpu.display_orientation_on, en) < 0) {
327 if (write_sysfs_int(mpu.orientation_on, en) < 0) {
339 if (write_sysfs_int(mpu.smd_enable, en) < 0) {

Completed in 396 milliseconds