Lines Matching defs:code
68 static int gain_dB_to_code(struct hmc425a_state *st, int val, int val2, int *code) in gain_dB_to_code()
86 static int hmc425a_gain_dB_to_code(int gain, int *code) in hmc425a_gain_dB_to_code()
92 static int hmc540s_gain_dB_to_code(int gain, int *code) in hmc540s_gain_dB_to_code()
98 static int adrf5740_gain_dB_to_code(int gain, int *code) in adrf5740_gain_dB_to_code()
107 static int ltc6373_gain_dB_to_code(int gain, int *code) in ltc6373_gain_dB_to_code()
121 static int hmc425a_code_to_gain_dB(int code, int *val, int *val2) in hmc425a_code_to_gain_dB()
128 static int hmc540s_code_to_gain_dB(int code, int *val, int *val2) in hmc540s_code_to_gain_dB()
135 static int adrf5740_code_to_gain_dB(int code, int *val, int *val2) in adrf5740_code_to_gain_dB()
147 static int ltc6373_code_to_gain_dB(int code, int *val, int *val2) in ltc6373_code_to_gain_dB()
197 int code = 0, ret; in hmc425a_write_raw() local
253 int code, ret; in ltc6373_write_powerdown() local