Lines Matching full:given
94 * for the given channel number.
116 * channel_data() - get conversion output data for the given channel.
147 * selected by the given mask
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.
211 * adc_data_mask() - get data mask (ADC resolution bitmask) for given ADC device
222 * adc_channel_mask() - get channel mask for given ADC device
234 * device's channel. This function searches for the device with the given name,
235 * starts the given channel conversion and returns the output data.
250 * device's channels. This function searches for the device by the given name,
291 * adc_stop() - stop operation for given ADC device.
299 * adc_raw_to_uV() - converts raw value to microvolts for given ADC device.