Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dbmc150-accel.h78 u32 slope_thres; member
H A Dbmc150-accel-core.c274 data->slope_thres); in bmc150_accel_update_slope()
287 dev_dbg(dev, "%x %x\n", data->slope_thres, data->slope_dur); in bmc150_accel_update_slope()
753 *val = data->slope_thres; in bmc150_accel_read_event()
779 data->slope_thres = val & BMC150_ACCEL_SLOPE_THRES_MASK; in bmc150_accel_write_event()
1603 data->slope_thres = BMC150_ACCEL_DEF_SLOPE_THRESHOLD; in bmc150_accel_chip_init()