Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dad7293.c166 static int __ad7293_spi_read(struct ad7293_state *st, unsigned int reg, in ad7293_page_select()
205 ret = __ad7293_spi_read(st, reg, val); in ad7293_spi_read()
251 ret = __ad7293_spi_read(st, reg, &data); in __ad7293_spi_update_bits()
280 ret = __ad7293_spi_read(st, AD7293_REG_VINX_RANGE1, &data); in ad7293_adc_get_scale()
286 ret = __ad7293_spi_read(st, AD7293_REG_VINX_RANGE0, &data); in ad7293_adc_get_scale()
464 ret = __ad7293_spi_read(st, reg_rd, raw); in ad7293_ch_read_raw()
812 ret = __ad7293_spi_read(st, AD7293_REG_DEVICE_ID, &chip_id); in ad7293_init()
168 static int __ad7293_spi_read(struct ad7293_state *st, unsigned int reg, __ad7293_spi_read() function