Searched refs:as3935_write (Results 1 – 1 of 1) sorted by relevance
/drivers/iio/proximity/ |
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() 267 as3935_write(st, AS3935_INT, BIT(5)); in calibrate_as3935() 269 as3935_write(st, AS3935_CALIBRATE, 0x96); in calibrate_as3935() 270 as3935_write(st, AS3935_TUNE_CAP, in calibrate_as3935() 274 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935() 290 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_suspend() 309 ret = as3935_write(st, AS3935_AFE_GAIN, val); in as3935_resume()
|