Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iio/accel/
Dfxls8962af-core.c171 u16 lower_thres; member
267 &raw_val, sizeof(data->lower_thres)); in fxls8962af_get_out()
508 data->lower_thres = val; in __fxls8962af_set_thresholds()
510 &data->lower_thres, sizeof(data->lower_thres)); in __fxls8962af_set_thresholds()
536 &data->lower_thres, sizeof(data->lower_thres)); in fxls8962af_read_event()
540 *val = sign_extend32(data->lower_thres, chan->scan_type.realbits - 1); in fxls8962af_read_event()