Searched refs:activity_th (Results 1 – 4 of 4) sorted by relevance
554 threshold.enable = cfg->activity_th.enable; in adxl372_attr_set_thresh()555 threshold.referenced = cfg->activity_th.referenced; in adxl372_attr_set_thresh()723 &cfg->activity_th); in adxl372_probe()832 .activity_th.thresh = CONFIG_ADXL372_ACTIVITY_THRESHOLD / 100, \833 .activity_th.referenced = \835 .activity_th.enable = 1, \
345 struct adxl372_activity_threshold activity_th; member
738 threshold.enable = cfg->activity_th.enable; in adxl367_attr_set_thresh()739 threshold.referenced = cfg->activity_th.referenced; in adxl367_attr_set_thresh()935 ret = adxl367_setup_activity_detection(dev, &cfg->activity_th); in adxl367_probe()1035 .activity_th.value = CONFIG_ADXL367_ACTIVITY_THRESHOLD, \1036 .activity_th.referenced = \1038 .activity_th.enable = \
341 struct adxl367_activity_threshold activity_th; member