Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c707 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
731 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd()
732 if (!pcmdobj) { in rtw_set_chplan_cmd()
738 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()
739 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1255 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
1285 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd()
1286 if (pcmdobj == NULL) { in rtw_set_chplan_cmd()
1292 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1293 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()