Lines Matching full:conversion
32 * struct adc_channel - structure to hold channel conversion data.
33 * Useful to keep the result of a multi-channel conversion output.
36 * @data - channel conversion data
64 * @data_mask - conversion output data mask
65 * @data_timeout_us - single channel conversion timeout
66 * @multidata_timeout_us - multi channel conversion timeout
94 * start_channel() - start conversion with its default parameters
104 * start_channels() - start conversion with its default parameters
108 * conversion by the single software trigger.
117 * channel_data() - get conversion output data for the given channel.
120 * the conversion data is available at the call time. If the hardware
136 * channels_data() - get conversion data for the selected channels.
138 * This is optional, useful when multichannel conversion is supported
155 * stop() - stop conversion of the given ADC device
164 * adc_start_channel() - start conversion for given device/channel and exit.
173 * adc_start_channels() - start conversion for given device/channels and exit.
186 * adc_channel_data() - get conversion data for the given device channel number.
196 * adc_channels_data() - get conversion data for the channels selected by mask
223 * adc_channel_single_shot() - get output data of conversion for the ADC
225 * starts the given channel conversion and returns the output data.
233 * @data: pointer to conversion output data
239 * adc_channels_single_shot() - get ADC conversion output data for the selected
241 * starts the selected channels conversion and returns the output data as array
250 * @channels: pointer to conversion output data for the selected channels