Home
last modified time | relevance | path

Searched refs:pcmdobj (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_cmd.c699 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
723 pcmdobj = kzalloc(sizeof(*pcmdobj), GFP_KERNEL); in rtw_set_chplan_cmd()
724 if (!pcmdobj) { in rtw_set_chplan_cmd()
730 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()
731 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1228 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
1258 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd()
1259 if (pcmdobj == NULL) { in rtw_set_chplan_cmd()
1265 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1266 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()