Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/dac/
Dad5380.c44 unsigned int int_vref; member
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,
[all …]
Dad5764.c39 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()
300 if (st->chip_info->int_vref == 0) { in ad5764_probe()
330 if (st->chip_info->int_vref == 0) in ad5764_probe()
342 if (st->chip_info->int_vref == 0) in ad5764_remove()
Dad5761.c37 unsigned long int_vref; member
273 .int_vref = 0,
277 .int_vref = 2500,
281 .int_vref = 0,
285 .int_vref = 2500,
298 if (!chip_info->int_vref) { in ad5761_get_vref()
305 st->vref = chip_info->int_vref; in ad5761_get_vref()