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.c57 int (*code_to_gain_dB)(int code, int *val, int *val2); member
114 static int code_to_gain_dB(struct hmc425a_state *st, int *val, int *val2) in code_to_gain_dB() function
118 return st->chip_info->code_to_gain_dB(st->gain, val, val2); in code_to_gain_dB()
179 ret = code_to_gain_dB(st, val, val2); in hmc425a_read_raw()
314 .code_to_gain_dB = hmc425a_code_to_gain_dB,
325 .code_to_gain_dB = hmc540s_code_to_gain_dB,
336 .code_to_gain_dB = adrf5740_code_to_gain_dB,
349 .code_to_gain_dB = ltc6373_code_to_gain_dB,