Searched refs:padapter (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_btcoex.h | 23 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist); 24 bool hal_btcoex_IsBtExist(struct adapter *padapter); 26 void hal_btcoex_SetPgAntNum(struct adapter *padapter, u8 antNum); 27 void hal_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath); 29 void hal_btcoex_Initialize(void *padapter); 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); [all …]
|
| H A D | hal_com_phycfg.h | 60 u8 PHY_GetRateSectionIndexOfTxPowerByRate(struct adapter *padapter, u32 RegAddr, 63 void PHY_GetRateValuesOfTxPowerByRate(struct adapter *padapter, u32 RegAddr, 69 void PHY_SetTxPowerIndexByRateSection(struct adapter *padapter, u8 RFPath, u8 Channel, 72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex); 74 void PHY_SetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate, 79 void PHY_SetTxPowerIndexByRateArray(struct adapter *padapter, u8 RFPath, 83 void PHY_InitTxPowerByRate(struct adapter *padapter); 85 void PHY_StoreTxPowerByRate(struct adapter *padapter, u32 RfPath, 88 void PHY_TxPowerByRateConfiguration(struct adapter *padapter); 90 u8 PHY_GetTxPowerIndexBase(struct adapter *padapter, u8 RFPath, u8 Rate, [all …]
|
| H A D | hal_sdio.h | 12 u8 rtw_hal_sdio_max_txoqt_free_space(struct adapter *padapter); 13 u8 rtw_hal_sdio_query_tx_freepage(struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum); 14 void rtw_hal_sdio_update_tx_freepage(struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum); 15 void rtw_hal_set_sdio_tx_max_length(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numP… 16 u32 rtw_hal_get_sdio_tx_max_length(struct adapter *padapter, u8 queue_idx);
|
| H A D | rtl8723b_cmd.h | 166 void rtl8723b_set_FwPwrMode_cmd(struct adapter *padapter, u8 Mode); 167 void rtl8723b_set_FwJoinBssRpt_cmd(struct adapter *padapter, u8 mstatus); 168 void rtl8723b_set_rssi_cmd(struct adapter *padapter, u8 *param); 169 void rtl8723b_Add_RateATid(struct adapter *padapter, u32 bitmap, u8 *arg, u8 rssi_level); 170 void rtl8723b_fw_try_ap_cmd(struct adapter *padapter, u32 need_ack); 172 void rtl8723b_set_FwPsTuneParam_cmd(struct adapter *padapter); 173 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u3… 174 void rtl8723b_set_FwMediaStatusRpt_cmd(struct adapter *padapter, u8 mstatus, u8 macid); 175 void rtl8723b_download_rsvd_page(struct adapter *padapter, u8 mstatus); 176 void rtl8723b_download_BTCoex_AP_mode_rsvd_page(struct adapter *padapter); [all …]
|
| H A D | sdio_hal.h | 10 u8 sd_int_isr(struct adapter *padapter); 11 void sd_int_dpc(struct adapter *padapter); 12 void rtw_set_hal_ops(struct adapter *padapter);
|
| H A D | rtl8723b_xmit.h | 406 void rtl8723b_fill_fake_txdesc(struct adapter *padapter, u8 *pDesc, u32 BufferLen, u8 IsPsPoll, u8 … 408 u32 rtl8723bs_hal_init(struct adapter *padapter); 409 u32 rtl8723bs_hal_deinit(struct adapter *padapter); 410 s32 rtl8723bs_init_xmit_priv(struct adapter *padapter); 411 void rtl8723bs_free_xmit_priv(struct adapter *padapter); 412 s32 rtl8723bs_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe); 413 s32 rtl8723bs_mgnt_xmit(struct adapter *padapter, struct xmit_frame *pmgntframe); 414 s32 rtl8723bs_hal_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe); 415 s32 rtl8723bs_xmit_buf_handler(struct adapter *padapter);
|
| H A D | HalPwrSeqCmd.h | 105 struct adapter *padapter,
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-iop3xx.c | 391 struct i2c_adapter *padapter = platform_get_drvdata(pdev); in iop3xx_i2c_remove() local 393 (struct i2c_algo_iop3xx_data *)padapter->algo_data; in iop3xx_i2c_remove() 407 kfree(padapter); in iop3xx_i2c_remove()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.c | 58 const struct mwifiex_if_ops *if_ops, void **padapter) in mwifiex_register() argument 67 *padapter = adapter; in mwifiex_register()
|