Home
last modified time | relevance | path

Searched refs:setChannelPlan_param (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_cmd.c799 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
811 setChannelPlan_param = kzalloc(sizeof(*setChannelPlan_param), in rtw_set_chplan_cmd()
813 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
817 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
822 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
827 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c7681 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
7687 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
7689 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1146 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
1164 setChannelPlan_param = rtw_zmalloc(sizeof(struct SetChannelPlan_param)); in rtw_set_chplan_cmd()
1165 if (!setChannelPlan_param) { in rtw_set_chplan_cmd()
1169 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
1175 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
1180 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1184 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd()
1187 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c5990 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
5996 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
5998 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()