Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dbma400_core.c313 ret = regmap_read(data->regmap, BMA400_TAP_CONFIG1_REG, &reg_val); in in_accel_gesture_tap_maxtomin_time_show()
340 ret = regmap_update_bits(data->regmap, BMA400_TAP_CONFIG1_REG, in in_accel_gesture_tap_maxtomin_time_store()
1445 ret = regmap_read(data->regmap, BMA400_TAP_CONFIG1_REG, in bma400_read_event_value()
1455 ret = regmap_read(data->regmap, BMA400_TAP_CONFIG1_REG, in bma400_read_event_value()
1543 BMA400_TAP_CONFIG1_REG, in bma400_write_event_value()
1553 BMA400_TAP_CONFIG1_REG, in bma400_write_event_value()
H A Dbma400.h158 #define BMA400_TAP_CONFIG1_REG 0x58 macro