Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_cmd.c1080 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1085 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1087 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1089 dynamic_chk_wk_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1095 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1098 rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1101 antenna_select_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl()
1112 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->type_size > 0) in rtw_drvextra_cmd_hdl()
1113 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1946 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local
1951 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()
1953 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()
1961 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1967 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()
1980 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1983 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
1986 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()
1992 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) { in rtw_drvextra_cmd_hdl()
1993 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()