Searched refs:as3935_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/proximity/ |
| A D | as3935.c | 101 static int as3935_write(struct as3935_state *st, in as3935_write() function 143 as3935_write(st, AS3935_AFE_GAIN, val << 1); in as3935_sensor_sensitivity_store() 291 as3935_write(st, AS3935_DEFAULTS, 0x96); in calibrate_as3935() 292 as3935_write(st, AS3935_CALIBRATE, 0x96); in calibrate_as3935() 293 as3935_write(st, AS3935_TUNE_CAP, in calibrate_as3935() 297 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935() 298 as3935_write(st, AS3935_NFLWDTH, st->nflwdth_reg); in calibrate_as3935() 314 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_suspend() 333 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_resume()
|
Completed in 3 milliseconds