ADXL367_ACTIVITY
return adxl367_set_act_threshold(st, ADXL367_ACTIVITY, val);
return adxl367_set_act_time_ms(st, ADXL367_ACTIVITY, val);
ret = adxl367_get_act_interrupt_en(st, ADXL367_ACTIVITY, &en);
act = ADXL367_ACTIVITY;
ret = _adxl367_set_act_threshold(st, ADXL367_ACTIVITY,
[ADXL367_ACTIVITY] = ADXL367_REG_THRESH_ACT_H,
[ADXL367_ACTIVITY] = 0,
[ADXL367_ACTIVITY] = ADXL367_INT_ACT_MASK,
if (act == ADXL367_ACTIVITY)
ret = _adxl367_set_act_threshold(st, ADXL367_ACTIVITY,
if (act == ADXL367_ACTIVITY)