Home
last modified time | relevance | path

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

/drivers/iio/dac/
Dad7293.c168 static int __ad7293_spi_read(struct ad7293_state *st, unsigned int reg, in __ad7293_spi_read() function
207 ret = __ad7293_spi_read(st, reg, val); in ad7293_spi_read()
253 ret = __ad7293_spi_read(st, reg, &data); in __ad7293_spi_update_bits()
282 ret = __ad7293_spi_read(st, AD7293_REG_VINX_RANGE1, &data); in ad7293_adc_get_scale()
288 ret = __ad7293_spi_read(st, AD7293_REG_VINX_RANGE0, &data); in ad7293_adc_get_scale()
466 ret = __ad7293_spi_read(st, reg_rd, raw); in ad7293_ch_read_raw()
862 ret = __ad7293_spi_read(st, AD7293_REG_DEVICE_ID, &chip_id); in ad7293_init()