Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_cmd.c736 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
761 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd()
762 if (!pcmdobj) { in rtw_set_chplan_cmd()
768 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()
769 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()