Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c1743 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1748 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1750 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1758 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1764 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1777 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1780 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
1783 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1789 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) in rtw_drvextra_cmd_hdl()
1790 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()