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

  /device/google/dragon/power/
power_dragon.cpp 132 const struct dirent *ent_device; local
133 while (ent_device = readdir(iio_activity_dir), ent_device != NULL) {
134 if (!strncmp(ent_device->d_name, IIO_DEVICE_PREFIX, strlen(IIO_DEVICE_PREFIX))) {
135 iio_activity_device = strdup(ent_device->d_name);
  /device/google/dragon/sensor_hub/
sensors.cpp 421 const struct dirent *ent_device; local
422 while (ent_device = readdir(iio_dir), ent_device != NULL) {
424 if (ent_device->d_type != DT_LNK)
428 strcat(path_device, ent_device->d_name);
478 cros_ec_get_gesture_names(ent_device->d_name);
480 sensor_info->device_name = strdup(ent_device->d_name);
524 *ring_device_name = strdup(ent_device->d_name);

Completed in 66 milliseconds