Home
last modified time | relevance | path

Searched refs:int_vref (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/iio/dac/
Dad5380.c45 unsigned int int_vref; member
276 .int_vref = 1250,
281 .int_vref = 2500,
286 .int_vref = 1250,
291 .int_vref = 2500,
296 .int_vref = 1250,
301 .int_vref = 2500,
306 .int_vref = 1250,
311 .int_vref = 2500,
316 .int_vref = 1250,
[all …]
Dad5764.c41 unsigned long int_vref; member
107 .int_vref = 0,
111 .int_vref = 5000000,
115 .int_vref = 0,
119 .int_vref = 5000000,
215 if (st->chip_info->int_vref) in ad5764_get_channel_vref()
216 return st->chip_info->int_vref; in ad5764_get_channel_vref()
299 if (st->chip_info->int_vref == 0) { in ad5764_probe()
329 if (st->chip_info->int_vref == 0) in ad5764_probe()
341 if (st->chip_info->int_vref == 0) in ad5764_remove()
Dad5761.c38 unsigned long int_vref; member
272 .int_vref = 0,
276 .int_vref = 2500,
280 .int_vref = 0,
284 .int_vref = 2500,
297 if (!chip_info->int_vref) { in ad5761_get_vref()
304 st->vref = chip_info->int_vref; in ad5761_get_vref()