Home
last modified time | relevance | path

Searched refs:IIO_DEVICE_BASE (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp31 static const char* IIO_DEVICE_BASE = "iio:device"; variable
272 const auto iio_base_len = strlen(IIO_DEVICE_BASE); in load_iio_devices()
276 if (!str_has_prefix(ent->d_name, IIO_DEVICE_BASE)) continue; in load_iio_devices()