Home
last modified time | relevance | path

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

/linux/drivers/iio/amplifiers/
H A Dhmc425a.c56 int (*code_to_gain_dB)(int code, int *val, int *val2); member
113 static int code_to_gain_dB(struct hmc425a_state *st, int *val, int *val2) in code_to_gain_dB() function
117 return st->chip_info->code_to_gain_dB(st->gain, val, val2); in code_to_gain_dB()
177 ret = code_to_gain_dB(st, val, val2); in hmc425a_read_raw()
312 .code_to_gain_dB = hmc425a_code_to_gain_dB,
323 .code_to_gain_dB = hmc540s_code_to_gain_dB,
334 .code_to_gain_dB = adrf5740_code_to_gain_dB,
347 .code_to_gain_dB = ltc6373_code_to_gain_dB,