qcacmn: Remove cds_get_context in HIF
Refactor Transport Layer from cds_get_context and pass the hif context to all the API's to operate. Change-Id: I1dedda76357f844e08fd422bf9eb15af70587eae CRs-Fixed: 967765
这个提交包含在:
@@ -702,8 +702,10 @@ int htc_runtime_suspend(void);
|
||||
int htc_runtime_resume(void);
|
||||
|
||||
/* Disable ASPM : Disable PCIe low power */
|
||||
void htc_disable_aspm(void);
|
||||
|
||||
void htc_disable_aspm(HTC_HANDLE HTCHandle);
|
||||
bool htc_can_suspend_link(HTC_HANDLE HTCHandle);
|
||||
void htc_vote_link_down(HTC_HANDLE HTCHandle);
|
||||
void htc_vote_link_up(HTC_HANDLE HTCHandle);
|
||||
#ifdef IPA_OFFLOAD
|
||||
void htc_ipa_get_ce_resource(HTC_HANDLE htc_handle,
|
||||
cdf_dma_addr_t *ce_sr_base_paddr,
|
||||
|
在新工单中引用
屏蔽一个用户