Searched refs:pcmdobj (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_cmd.c | 1255 struct cmd_obj *pcmdobj; in rtw_set_ch_cmd() local 1278 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_set_ch_cmd() 1279 if (!pcmdobj) { in rtw_set_ch_cmd() 1285 init_h2fwcmd_w_parm_no_rsp(pcmdobj, set_ch_parm, GEN_CMD_CODE(_SetChannel)); in rtw_set_ch_cmd() 1286 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_ch_cmd() 1306 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local 1329 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd() 1330 if (!pcmdobj) { in rtw_set_chplan_cmd() 1336 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd() 1337 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd() [all …]
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_cmd.c | 1160 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local 1188 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd() 1189 if (pcmdobj == NULL) { in rtw_set_chplan_cmd() 1195 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd() 1196 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
|