Searched refs:_adxl367_set_act_threshold (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/iio/accel/ |
D | adxl367.c | 308 static int _adxl367_set_act_threshold(struct adxl367_state *st, in _adxl367_set_act_threshold() function 350 ret = _adxl367_set_act_threshold(st, act, threshold); in adxl367_set_act_threshold() 510 ret = _adxl367_set_act_threshold(st, ADXL367_ACTIVITY, in adxl367_set_range() 515 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_set_range() 1461 ret = _adxl367_set_act_threshold(st, ADXL367_ACTIVITY, in adxl367_setup() 1466 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_setup()
|