Searched refs:setChannelPlan_param (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/staging/rtl8188eu/core/ |
| D | rtw_cmd.c | 719 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local 733 setChannelPlan_param = kzalloc(sizeof(*setChannelPlan_param), GFP_KERNEL); in rtw_set_chplan_cmd() 734 if (!setChannelPlan_param) { in rtw_set_chplan_cmd() 738 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd() 744 kfree(setChannelPlan_param); in rtw_set_chplan_cmd() 749 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd() 753 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd() 756 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
|
| D | rtw_mlme_ext.c | 5459 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local 5465 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl() 5467 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
|
| /Linux-v5.10/drivers/staging/rtl8723bs/core/ |
| D | rtw_cmd.c | 1217 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local 1237 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd() 1238 if (setChannelPlan_param == NULL) { in rtw_set_chplan_cmd() 1242 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd() 1248 kfree(setChannelPlan_param); in rtw_set_chplan_cmd() 1253 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd() 1257 if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) in rtw_set_chplan_cmd() 1260 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
|
| D | rtw_mlme_ext.c | 6812 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local 6818 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl() 6820 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
|