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

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 59 * find_type_by_name() - function to match top level types by name
65 int find_type_by_name(const char *name, const char *type) function
241 dev_num = find_type_by_name(iio_chip, "iio:device");
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
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");
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 108 static inline int find_type_by_name(const char *name, const char *type) { function
415 dev_num = find_type_by_name(device_name, "iio:device");
    [all...]

Completed in 258 milliseconds