Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad7779.c171 static int ad7779_spi_read(struct ad7779_state *st, u8 reg, u8 *rbuf) in ad7779_spi_read() function
230 ret = ad7779_spi_read(st, reg, &data); in ad7779_spi_write_mask()
252 ret = ad7779_spi_read(st, reg, &rval); in ad7779_reg_access()
349 ret = ad7779_spi_read(st, AD7779_REG_GENERAL_USER_CONFIG_2, &temp); in ad7779_get_filter()
384 ret = ad7779_spi_read(st, AD7779_REG_CH_GAIN_LOWER_BYTE(channel), in ad7779_get_calibscale()
389 ret = ad7779_spi_read(st, AD7779_REG_CH_GAIN_MID_BYTE(channel), in ad7779_get_calibscale()
394 ret = ad7779_spi_read(st, AD7779_REG_CH_GAIN_UPPER_BYTE(channel), in ad7779_get_calibscale()
432 ret = ad7779_spi_read(st, AD7779_REG_CH_OFFSET_LOWER_BYTE(channel), in ad7779_get_calibbias()
437 ret = ad7779_spi_read(st, AD7779_REG_CH_OFFSET_MID_BYTE(channel), in ad7779_get_calibbias()
442 ret = ad7779_spi_read(st, AD7779_REG_CH_OFFSET_UPPER_BYTE(channel), in ad7779_get_calibbias()