Home
last modified time | relevance | path

Searched refs:pdrvextra_cmd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c1734 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1739 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1741 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1749 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1755 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1768 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1771 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
1774 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1780 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) in rtw_drvextra_cmd_hdl()
1781 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()