Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_cmd.c1101 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1106 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1108 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1110 dynamic_chk_wk_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1116 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1119 rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1122 antenna_select_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1133 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->type_size > 0) in rtw_drvextra_cmd_hdl()
1134 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1934 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1939 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1941 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1949 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1955 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1968 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1971 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
1974 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1980 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) { in rtw_drvextra_cmd_hdl()
1981 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()