HomeSort by relevance Sort by last modified time
    Searched defs:MAX_SYSFS_NAME_LEN (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/libsensors_iio/
SensorBase.h 27 #define MAX_SYSFS_NAME_LEN (100)
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 33 #define MAX_SYSFS_NAME_LEN (100)
144 char sysfs_path[MAX_SYSFS_NAME_LEN];
149 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
155 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 31 #define MAX_SYSFS_NAME_LEN (100)
141 char sysfs_path[MAX_SYSFS_NAME_LEN];
146 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
152 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);

Completed in 206 milliseconds