Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/accel/
H A Dadxl367.c144 ADXL367_INACTIVITY, enumerator
189 [ADXL367_INACTIVITY] = ADXL367_REG_THRESH_INACT_H,
194 [ADXL367_INACTIVITY] = 2,
199 [ADXL367_INACTIVITY] = ADXL367_INT_INACT_MASK,
513 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_set_range()
1064 return adxl367_set_act_threshold(st, ADXL367_INACTIVITY, val); in adxl367_write_event_value()
1077 return adxl367_set_act_time_ms(st, ADXL367_INACTIVITY, val); in adxl367_write_event_value()
1100 ret = adxl367_get_act_interrupt_en(st, ADXL367_INACTIVITY, &en); in adxl367_read_event_config()
1122 act = ADXL367_INACTIVITY; in adxl367_write_event_config()
1453 ret = _adxl367_set_act_threshold(st, ADXL367_INACTIVITY, in adxl367_setup()