qcacmn: bkpressure control time event

add debug prints and a custom timer for how long to wait to receive next
bk pressure event message.

Change-Id: I5a736b0f134cd179990de536da02967db3e39774
CRs-Fixed: 3273427
This commit is contained in:
Ruben Columbus
2022-08-19 17:24:12 -07:00
gecommit door Madan Koyyalamudi
bovenliggende 0602fba425
commit 734657149e
5 gewijzigde bestanden met toevoegingen van 92 en 29 verwijderingen

Bestand weergeven

@@ -219,9 +219,16 @@ struct dp_htt_htc_pkt_union {
} u;
};
struct bp_handler {
unsigned long bp_start_tt;
unsigned long bp_last_tt;
unsigned long bp_duration;
unsigned long bp_counter;
};
struct dp_htt_timestamp {
long *umac_ttt;
long *lmac_ttt;
struct bp_handler *umac_path;
struct bp_handler *lmac_path;
};
struct htt_soc {