Searched refs:bt_params_idx (Results 1 – 1 of 1) sorted by relevance
129 static int bt_params_idx = -1; variable136 bt_params_idx = (bt_params_idx + 1) % BT_PARAMS_COUNT; in bt_params_add()137 bt_params_hist[bt_params_idx] = *params; in bt_params_add()146 int idx = bt_params_idx; in bt_params_find()157 } while (idx != bt_params_idx); in bt_params_find()169 if (bt_params_idx >= 0) { in bt_params_get_latest_locked()170 latest_params = bt_params_hist[bt_params_idx]; in bt_params_get_latest_locked()348 if (bt_params_idx >= 0) { in bt_calibration_thread()349 bt_params_snapshot = bt_params_hist[bt_params_idx]; in bt_calibration_thread()