Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dad7298.c45 unsigned ext_ref; member
116 command = AD7298_WRITE | st->ext_ref; in ad7298_update_scan_mode()
177 st->tx_buf[0] = cpu_to_be16(AD7298_WRITE | st->ext_ref | in ad7298_scan_direct()
193 AD7298_TAVG | st->ext_ref); in ad7298_scan_temp()
220 if (st->ext_ref) { in ad7298_get_ref_voltage()
298 if (pdata && pdata->ext_ref) in ad7298_probe()
299 st->ext_ref = AD7298_EXTREF; in ad7298_probe()
301 if (st->ext_ref) { in ad7298_probe()
353 if (st->ext_ref) in ad7298_probe()
366 if (st->ext_ref) in ad7298_remove()
/Linux-v4.19/drivers/iio/dac/
Dad7303.c203 bool ext_ref; in ad7303_probe() local
224 ext_ref = of_property_read_bool(spi->dev.of_node, in ad7303_probe()
229 ext_ref = true; in ad7303_probe()
231 ext_ref = false; in ad7303_probe()
234 if (ext_ref) { in ad7303_probe()
/Linux-v4.19/include/linux/platform_data/
Dad7298.h17 bool ext_ref; member