Searched refs:noise_threshold (Results 1 – 1 of 1) sorted by relevance
356 int32_t noise_threshold; member382 if (slope < -config->noise_threshold && !data->expect_release) { in input_tsc_callback_handler()385 } else if (slope > config->noise_threshold && data->expect_release) { in input_tsc_callback_handler()439 .noise_threshold = DT_PROP(inst, noise_threshold), \