Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dadxl367.c143 ADXL367_INACTIVITY, enumerator
188 [ADXL367_INACTIVITY] = ADXL367_REG_THRESH_INACT_H,
193 [ADXL367_INACTIVITY] = 2,
198 [ADXL367_INACTIVITY] = ADXL367_INT_INACT_MASK,
503 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_set_range()
1030 return adxl367_set_act_threshold(st, ADXL367_INACTIVITY, val); in adxl367_write_event_value()
1043 return adxl367_set_act_time_ms(st, ADXL367_INACTIVITY, val); in adxl367_write_event_value()
1066 ret = adxl367_get_act_interrupt_en(st, ADXL367_INACTIVITY, &en); in adxl367_read_event_config()
1088 act = ADXL367_INACTIVITY; in __adxl367_write_event_config()
1405 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_setup()