Searched refs:pdrvextra_cmd (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_cmd.c | 1368 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1373 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 1375 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 1377 dynamic_chk_wk_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1383 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1386 rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1389 antenna_select_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1392 p2p_ps_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1397 p2p_protocol_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1409 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->type_size > 0) in rtw_drvextra_cmd_hdl() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_cmd.c | 1835 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1840 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 1842 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 1850 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 1856 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 1869 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 1872 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl() 1875 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 1881 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) in rtw_drvextra_cmd_hdl() 1882 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
|
Completed in 11 milliseconds