Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/accel/
Dfxls8962af-core.c173 u16 lower_thres; member
269 &raw_val, sizeof(data->lower_thres)); in fxls8962af_get_out()
510 data->lower_thres = val; in __fxls8962af_set_thresholds()
512 &data->lower_thres, sizeof(data->lower_thres)); in __fxls8962af_set_thresholds()
538 &data->lower_thres, sizeof(data->lower_thres)); in fxls8962af_read_event()
542 *val = sign_extend32(data->lower_thres, chan->scan_type.realbits - 1); in fxls8962af_read_event()