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

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
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.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");

Completed in 383 milliseconds