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

  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 48 #define MAX_SYSFS_NAME_LEN (100)
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 48 #define MAX_SYSFS_NAME_LEN (100)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 34 #define MAX_SYSFS_NAME_LEN (100)
167 char sysfs_path[MAX_SYSFS_NAME_LEN];
172 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
178 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 38 #define MAX_SYSFS_NAME_LEN (100)
176 char sysfs_path[MAX_SYSFS_NAME_LEN];
181 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
187 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);

Completed in 546 milliseconds