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

  /hardware/invensense/60xx/libsensors_iio/
SensorBase.h 27 #define MAX_SYSFS_NAME_LEN (100)
CompassSensor.IIO.9150.cpp 335 char sysfs_path[MAX_SYSFS_NAME_LEN], iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
341 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
349 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 194 pathP = (char*)malloc(sizeof(char[PRESSURE_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
203 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
CompassSensor.IIO.9150.cpp 336 char sysfs_path[MAX_SYSFS_NAME_LEN];
337 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
343 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
355 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
SensorBase.h 60 #define MAX_SYSFS_NAME_LEN (100)
MPLSupport.cpp 242 char sysfs_path[MAX_SYSFS_NAME_LEN];
243 char dmp_path[MAX_SYSFS_NAME_LEN];
260 char full_path[MAX_SYSFS_NAME_LEN];
CompassSensor.IIO.primary.cpp 502 char sysfs_path[MAX_SYSFS_NAME_LEN],
503 iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
510 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
518 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.h 418 char mSysfsPath[MAX_SYSFS_NAME_LEN];
MPLSensor.cpp     [all...]

Completed in 151 milliseconds