Searched refs:gen_parms (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.c | 51 struct wl1271_general_parms_cmd *gen_parms; in wl1271_cmd_general_parms() local 66 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms() 67 if (!gen_parms) in wl1271_cmd_general_parms() 70 gen_parms->test.id = TEST_CMD_INI_FILE_GENERAL_PARAM; in wl1271_cmd_general_parms() 72 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl1271_cmd_general_parms() 76 gen_parms->general_params.tx_bip_fem_auto_detect = true; in wl1271_cmd_general_parms() 78 if (gen_parms->general_params.tx_bip_fem_auto_detect) in wl1271_cmd_general_parms() 82 gen_parms->general_params.ref_clock = priv->ref_clock; in wl1271_cmd_general_parms() 84 ret = wl1271_cmd_test(wl, gen_parms, sizeo in wl1271_cmd_general_parms() 118 struct wl128x_general_parms_cmd *gen_parms; wl128x_cmd_general_parms() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.c | 51 struct wl1271_general_parms_cmd *gen_parms; in wl1271_cmd_general_parms() local 66 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms() 67 if (!gen_parms) in wl1271_cmd_general_parms() 70 gen_parms->test.id = TEST_CMD_INI_FILE_GENERAL_PARAM; in wl1271_cmd_general_parms() 72 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl1271_cmd_general_parms() 76 gen_parms->general_params.tx_bip_fem_auto_detect = true; in wl1271_cmd_general_parms() 78 if (gen_parms->general_params.tx_bip_fem_auto_detect) in wl1271_cmd_general_parms() 82 gen_parms->general_params.ref_clock = priv->ref_clock; in wl1271_cmd_general_parms() 84 ret = wl1271_cmd_test(wl, gen_parms, sizeo in wl1271_cmd_general_parms() 118 struct wl128x_general_parms_cmd *gen_parms; wl128x_cmd_general_parms() local [all...] |
Completed in 1 milliseconds