Searched refs:iio_device (Results 1 – 2 of 2) sorted by relevance
109 for (auto& iio_device : iio_devices) { in SensorsSubHal() local110 err = scan_elements(iio_device.sysfspath, &iio_device); in SensorsSubHal()112 err = enable_sensor(iio_device.sysfspath, false); in SensorsSubHal()117 *sensors_config_list, iio_device.name, iio_device.type); in SensorsSubHal()119 if (iio_device.channelInfo.size() == NUM_OF_CHANNEL_SUPPORTED) { in SensorsSubHal()120 AddSensor(iio_device, sensor_configuration); in SensorsSubHal()123 iio_device.sysfspath.c_str()); in SensorsSubHal()127 iio_device.sysfspath.c_str(), false, err); in SensorsSubHal()131 iio_device.sysfspath.c_str(), err); in SensorsSubHal()
3 allow hal_sensors_default iio_device:chr_file r_file_perms;