Searched refs:setChannelPlan_param (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_cmd.c | 1307 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local 1319 setChannelPlan_param = kzalloc(sizeof(struct SetChannelPlan_param), in rtw_set_chplan_cmd() 1321 if (!setChannelPlan_param) { in rtw_set_chplan_cmd() 1325 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd() 1331 kfree(setChannelPlan_param); in rtw_set_chplan_cmd() 1336 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd() 1340 if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) in rtw_set_chplan_cmd() 1343 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
|
D | rtw_mlme_ext.c | 8285 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local 8291 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl() 8293 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
|
/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 1161 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local 1179 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd() 1180 if (setChannelPlan_param == NULL) { in rtw_set_chplan_cmd() 1184 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd() 1190 kfree(setChannelPlan_param); in rtw_set_chplan_cmd() 1195 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd() 1199 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd() 1202 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
|
D | rtw_mlme_ext.c | 6042 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local 6048 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl() 6050 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
|