Searched refs:ADXL367_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/iio/accel/ |
D | adxl367.c | 143 ADXL367_ACTIVITY, enumerator 190 [ADXL367_ACTIVITY] = ADXL367_REG_THRESH_ACT_H, 195 [ADXL367_ACTIVITY] = 0, 200 [ADXL367_ACTIVITY] = ADXL367_INT_ACT_MASK, 330 if (act == ADXL367_ACTIVITY) in _adxl367_set_act_threshold() 510 ret = _adxl367_set_act_threshold(st, ADXL367_ACTIVITY, in adxl367_set_range() 598 if (act == ADXL367_ACTIVITY) in adxl367_set_act_time_ms() 1064 return adxl367_set_act_threshold(st, ADXL367_ACTIVITY, val); in adxl367_write_event_value() 1077 return adxl367_set_act_time_ms(st, ADXL367_ACTIVITY, val); in adxl367_write_event_value() 1099 ret = adxl367_get_act_interrupt_en(st, ADXL367_ACTIVITY, &en); in adxl367_read_event_config() [all …]
|