Searched refs:pdrvextra_cmd (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_cmd.c | 1386 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1391 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 1393 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 1395 dynamic_chk_wk_hdl(padapter, pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl() 1401 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1404 rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1407 antenna_select_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1410 p2p_ps_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1415 p2p_protocol_wk_hdl(padapter, pdrvextra_cmd->type_size); in rtw_drvextra_cmd_hdl() 1421 c2h_evt_hdl(padapter, (struct c2h_evt_hdr *)pdrvextra_cmd->pbuf, NULL); in rtw_drvextra_cmd_hdl() [all …]
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 1744 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local 1749 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl() 1751 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl() 1759 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 1765 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl() 1778 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 1781 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl() 1784 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl() 1790 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) in rtw_drvextra_cmd_hdl() 1791 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()
|