Lines Matching refs:adapter

23 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist);
24 bool hal_btcoex_IsBtExist(struct adapter *padapter);
25 bool hal_btcoex_IsBtDisabled(struct adapter *);
26 void hal_btcoex_SetPgAntNum(struct adapter *padapter, u8 antNum);
27 void hal_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath);
30 void hal_btcoex_PowerOnSetting(struct adapter *padapter);
31 void hal_btcoex_InitHwConfig(struct adapter *padapter, u8 bWifiOnly);
33 void hal_btcoex_IpsNotify(struct adapter *padapter, u8 type);
34 void hal_btcoex_LpsNotify(struct adapter *padapter, u8 type);
35 void hal_btcoex_ScanNotify(struct adapter *padapter, u8 type);
36 void hal_btcoex_ConnectNotify(struct adapter *padapter, u8 action);
37 void hal_btcoex_MediaStatusNotify(struct adapter *padapter, u8 mediaStatus);
38 void hal_btcoex_SpecialPacketNotify(struct adapter *padapter, u8 pktType);
39 void hal_btcoex_IQKNotify(struct adapter *padapter, u8 state);
40 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
41 void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state);
42 void hal_btcoex_HaltNotify(struct adapter *padapter);
44 void hal_btcoex_Handler(struct adapter *padapter);
46 s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter);
47 bool hal_btcoex_IsBtControlLps(struct adapter *padapter);
48 bool hal_btcoex_IsLpsOn(struct adapter *padapter);
49 u8 hal_btcoex_RpwmVal(struct adapter *);
50 u8 hal_btcoex_LpsVal(struct adapter *);
51 u32 hal_btcoex_GetRaMask(struct adapter *);
52 void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen);