Searched refs:ad7768_spi_reg_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7768-1.c196 static int ad7768_spi_reg_write(struct ad7768_state *st, function
218 return ad7768_spi_reg_write(st, AD7768_REG_CONVERSION, regval);
267 ret = ad7768_spi_reg_write(st, reg, writeval);
286 ret = ad7768_spi_reg_write(st, AD7768_REG_DIGITAL_FILTER, mode);
323 ret = ad7768_spi_reg_write(st, AD7768_REG_POWER_CLOCK, pwr_mode);
450 ret = ad7768_spi_reg_write(st, AD7768_REG_SYNC_RESET, 0x3);
454 ret = ad7768_spi_reg_write(st, AD7768_REG_SYNC_RESET, 0x2);
512 return ad7768_spi_reg_write(st, AD7768_REG_INTERFACE_FORMAT, 0x01);

Completed in 108 milliseconds