Lines Matching full:conversion
31 * struct adc_channel - structure to hold channel conversion data.
32 * Useful to keep the result of a multi-channel conversion output.
35 * @data - channel conversion data
63 * @data_mask - conversion output data mask
64 * @data_timeout_us - single channel conversion timeout
65 * @multidata_timeout_us - multi channel conversion timeout
93 * start_channel() - start conversion with its default parameters
103 * start_channels() - start conversion with its default parameters
107 * conversion by the single software trigger.
116 * channel_data() - get conversion output data for the given channel.
119 * the conversion data is available at the call time. If the hardware
135 * channels_data() - get conversion data for the selected channels.
137 * This is optional, useful when multichannel conversion is supported
154 * stop() - stop conversion of the given ADC device
163 * adc_start_channel() - start conversion for given device/channel and exit.
172 * adc_start_channels() - start conversion for given device/channels and exit.
185 * adc_channel_data() - get conversion data for the given device channel number.
195 * adc_channels_data() - get conversion data for the channels selected by mask
233 * adc_channel_single_shot() - get output data of conversion for the ADC
235 * starts the given channel conversion and returns the output data.
243 * @data: pointer to conversion output data
249 * adc_channels_single_shot() - get ADC conversion output data for the selected
251 * starts the selected channels conversion and returns the output data as array
260 * @channels: pointer to conversion output data for the selected channels
301 * @dev: ADC device used from conversion