Searched refs:tap_threshold (Results 1 – 3 of 3) sorted by relevance
246 unsigned int tap_threshold; in _adxl345_set_tap_int() local260 ret = regmap_read(st->regmap, ADXL345_REG_THRESH_TAP, &tap_threshold); in _adxl345_set_tap_int()268 singletap_args_valid = tap_threshold > 0 && st->tap_duration_us > 0; in _adxl345_set_tap_int()690 unsigned int tap_threshold; in adxl345_read_event_value() local704 &tap_threshold); in adxl345_read_event_value()707 *val = sign_extend32(tap_threshold, 7); in adxl345_read_event_value()1130 unsigned int tap_threshold; in adxl345_core_probe() local1146 tap_threshold = 48; /* 48 [0x30] -> ~3g */ in adxl345_core_probe()1229 ret = regmap_write(st->regmap, ADXL345_REG_THRESH_TAP, tap_threshold); in adxl345_core_probe()
54 u8 tap_threshold; member
213 .tap_threshold = 35,813 AC_WRITE(ac, THRESH_TAP, pdata->tap_threshold); in adxl34x_probe()