Home
last modified time | relevance | path

Searched refs:act_threshold_buf (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/iio/accel/
Dadxl367.c184 u8 act_threshold_buf[2]; member
318 st->act_threshold_buf[0] = FIELD_PREP(ADXL367_THRESH_H_MASK, in _adxl367_set_act_threshold()
321 st->act_threshold_buf[1] = FIELD_PREP(ADXL367_THRESH_L_MASK, in _adxl367_set_act_threshold()
325 ret = regmap_bulk_write(st->regmap, reg, st->act_threshold_buf, in _adxl367_set_act_threshold()
326 sizeof(st->act_threshold_buf)); in _adxl367_set_act_threshold()