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

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.h 22 int find_type_by_name(const char *name, const char *type);
ml_sysfs_helper.c 40 * find_type_by_name() - function to match top level types by name
46 int find_type_by_name(const char *name, const char *type) function
222 dev_num = find_type_by_name(iio_chip, "iio:device");
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.h 22 int find_type_by_name(const char *name, const char *type);
ml_sysfs_helper.c 51 * find_type_by_name() - function to match top level types by name
57 int find_type_by_name(const char *name, const char *type) function
233 dev_num = find_type_by_name(iio_chip, "iio:device");
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 206 int dev_num = find_type_by_name(cand_name, "iio:device");
217 int dev_num = find_type_by_name(cand_name, "iio:device");
228 int dev_num = find_type_by_name(cand_name, "iio:device");
CompassSensor.IIO.primary.cpp 189 find_type_by_name(compass, "iio:device"));
523 find_type_by_name(compass, "iio:device"));
525 find_type_by_name(compass, "iio:device"));

Completed in 179 milliseconds