Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_cmd.c848 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
871 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd()
872 if (!pcmdobj) { in rtw_set_chplan_cmd()
878 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
879 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c1146 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local
1174 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd()
1175 if (!pcmdobj) { in rtw_set_chplan_cmd()
1181 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
1182 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()

Completed in 9 milliseconds