Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_cmd.c225 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() local
230 ph2c = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_sitesurvey_cmd()
231 if (ph2c == NULL) in r8712_sitesurvey_cmd()
236 kfree((unsigned char *) ph2c); in r8712_sitesurvey_cmd()
239 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in r8712_sitesurvey_cmd()
250 r8712_enqueue_cmd(pcmdpriv, ph2c); in r8712_sitesurvey_cmd()
259 struct cmd_obj *ph2c; in r8712_setdatarate_cmd() local
263 ph2c = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_setdatarate_cmd()
264 if (ph2c == NULL) in r8712_setdatarate_cmd()
269 kfree((u8 *) ph2c); in r8712_setdatarate_cmd()
[all …]