Lines Matching defs:last_event
565 int last_event;
578 last_event = link_info->bf_data.last_bt_coex_event;
580 (last_event <= link_info->bf_data.bt_coex_min_thold ||
581 last_event == 0)) {
587 (last_event >= link_info->bf_data.bt_coex_max_thold ||
588 last_event == 0)) {
600 last_event = link_info->bf_data.last_cqm_event;
601 if (thold && sig < thold && (last_event == 0 ||
602 sig < last_event - hyst)) {
612 (last_event == 0 || sig > last_event + hyst)) {