Searched refs:as3935_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/proximity/ |
H A D | as3935.c | 102 static int as3935_write(struct as3935_state *st, in as3935_write() function 144 as3935_write(st, AS3935_AFE_GAIN, val << 1); in as3935_sensor_sensitivity_store() 289 as3935_write(st, AS3935_DEFAULTS, 0x96); in calibrate_as3935() 290 as3935_write(st, AS3935_CALIBRATE, 0x96); in calibrate_as3935() 291 as3935_write(st, AS3935_TUNE_CAP, in calibrate_as3935() 295 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935() 296 as3935_write(st, AS3935_NFLWDTH, st->nflwdth_reg); in calibrate_as3935() 311 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_suspend() 330 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_resume()
|