Searched refs:pdrvextra_cmd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 1094 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1099 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 1101 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 1103 dynamic_chk_wk_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1109 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1112 rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1115 antenna_select_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1126 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->type_size > 0) in rtw_drvextra_cmd_hdl() 1127 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 1994 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1999 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 2001 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 2009 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 2015 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 2022 intel_widi_wk_hdl(padapter, pdrvextra_cmd->type, pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl() 2033 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 2036 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl() 2039 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 2045 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) { in rtw_drvextra_cmd_hdl() [all …]
|