Searched refs:int_vref (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/iio/dac/
H A Dad5380.c39 * @int_vref: internal vref in uV
45 unsigned int int_vref; member in struct:ad5380_chip_info
277 .int_vref = 1250,
282 .int_vref = 2500,
287 .int_vref = 1250,
292 .int_vref = 2500,
297 .int_vref = 1250,
302 .int_vref = 2500,
307 .int_vref = 1250,
312 .int_vref = 2500,
317 .int_vref = 1250,
322 .int_vref = 2500,
327 .int_vref = 1250,
332 .int_vref = 2500,
337 .int_vref = 1250,
342 .int_vref = 2500,
401 if (st->chip_info->int_vref == 2500) ad5380_probe()
419 st->vref = st->chip_info->int_vref; ad5380_probe()
H A Dad5764.c35 * @int_vref: Value of the internal reference voltage in uV - 0 if external
41 unsigned long int_vref; member in struct:ad5764_chip_info
107 .int_vref = 0,
111 .int_vref = 5000000,
115 .int_vref = 0,
119 .int_vref = 5000000,
215 if (st->chip_info->int_vref) ad5764_get_channel_vref()
216 return st->chip_info->int_vref; ad5764_get_channel_vref()
300 if (st->chip_info->int_vref == 0) { ad5764_probe()
330 if (st->chip_info->int_vref == 0) ad5764_probe()
342 if (st->chip_info->int_vref == 0) ad5764_remove()

Completed in 105 milliseconds