Lines Matching full:selector
15 * struct iio_gain_sel_pair - gain - selector values
19 * and corresponding selector (register value)
23 * @sel: Selector (usually register value) used to indicate this gain.
37 * integration time and amplification as well as corresponding selector
48 * @sel: Selector (usually register value) used to indicate this time
117 * iio_gts_find_int_time_by_sel - find integration time matching a selector
119 * @sel: selector for which matching integration time is searched for
121 * Return: integration time matching given selector or -EINVAL if
136 * iio_gts_find_sel_by_int_time - find selector matching integration time
138 * @time: Integration time for which matching selector is searched for
140 * Return: a selector matching given integration time or -EINVAL if
141 * selector was not found.