Searched refs:max11410_write_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/adc/ |
H A D | max11410.c | 172 static int max11410_write_reg(struct max11410_state *st, unsigned int reg, in max11410_write_reg() function 348 return max11410_write_reg(st, MAX11410_REG_MUX_CTRL0, in max11410_set_input_mux() 405 ret = max11410_write_reg(st, MAX11410_REG_CONV_START, in max11410_sample() 656 return max11410_write_reg(st, MAX11410_REG_CONV_START, in max11410_buffer_postenable() 665 return max11410_write_reg(st, MAX11410_REG_CONV_START, in max11410_buffer_predisable() 860 ret = max11410_write_reg(st, MAX11410_REG_CAL_START, cal_type); in max11410_calibrate()
|