qcacmn: Add support to log ce hang event info
Add hif APIs to support logging of ce hang event data. Change-Id: I9b930d5f983d57a7359ba9f97ea65050c4f54a8a CRs-Fixed: 2649148
このコミットが含まれているのは:
@@ -1351,4 +1351,23 @@ void hif_srng_init_phase(struct hif_opaque_softc *hif_ctx,
|
||||
{
|
||||
}
|
||||
#endif /* FORCE_WAKE */
|
||||
|
||||
#ifdef HIF_CE_LOG_INFO
|
||||
/**
|
||||
* hif_log_ce_info() - API to log ce info
|
||||
* @hif_ctx: hif opaque handle
|
||||
* @data: hang event data buffer
|
||||
* @offset: offset at which data needs to be written
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void hif_log_ce_info(struct hif_opaque_softc *hif_ctx, uint8_t *data,
|
||||
unsigned int *offset);
|
||||
#else
|
||||
static inline
|
||||
void hif_log_ce_info(struct hif_opaque_softc *hif_ctx, uint8_t *data,
|
||||
unsigned int *offset)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
#endif /* _HIF_H_ */
|
||||
|
新しいイシューから参照
ユーザーをブロックする