Searched refs:ext_settings (Results 1 – 1 of 1) sorted by relevance
849 const struct st_lsm6dsr_ext_dev_settings *ext_settings, in st_lsm6dsr_shub_alloc_iio_dev() argument861 iio_dev->available_scan_masks = ext_settings->ext_available_scan_masks; in st_lsm6dsr_shub_alloc_iio_dev()863 iio_dev->channels = ext_settings->ext_channels; in st_lsm6dsr_shub_alloc_iio_dev()864 iio_dev->num_channels = ext_settings->ext_chan_depth; in st_lsm6dsr_shub_alloc_iio_dev()881 sensor->odr = ext_settings->odr_table.odr_avl[0].hz; in st_lsm6dsr_shub_alloc_iio_dev()882 sensor->gain = ext_settings->fs_table.fs_avl[0].gain; in st_lsm6dsr_shub_alloc_iio_dev()886 sensor->ext_dev_info.ext_dev_settings = ext_settings; in st_lsm6dsr_shub_alloc_iio_dev()