Searched refs:gen_parms (Results 1 – 1 of 1) sorted by relevance
115 struct wl1271_general_parms_cmd *gen_parms; in wl1271_cmd_general_parms() local129 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms()130 if (!gen_parms) in wl1271_cmd_general_parms()133 gen_parms->test.id = TEST_CMD_INI_FILE_GENERAL_PARAM; in wl1271_cmd_general_parms()135 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl1271_cmd_general_parms()141 gen_parms->general_params.ref_clock = wl->ref_clock; in wl1271_cmd_general_parms()143 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()150 gen_parms->general_params.tx_bip_fem_manufacturer; in wl1271_cmd_general_parms()162 kfree(gen_parms); in wl1271_cmd_general_parms()168 struct wl128x_general_parms_cmd *gen_parms; in wl128x_cmd_general_parms() local[all …]