ext_radio_parms    17 drivers/net/wireless/ti/wl12xx/cmd.c 	struct wl1271_ext_radio_parms_cmd *ext_radio_parms;
ext_radio_parms    25 drivers/net/wireless/ti/wl12xx/cmd.c 	ext_radio_parms = kzalloc(sizeof(*ext_radio_parms), GFP_KERNEL);
ext_radio_parms    26 drivers/net/wireless/ti/wl12xx/cmd.c 	if (!ext_radio_parms)
ext_radio_parms    29 drivers/net/wireless/ti/wl12xx/cmd.c 	ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM;
ext_radio_parms    31 drivers/net/wireless/ti/wl12xx/cmd.c 	memcpy(ext_radio_parms->tx_per_channel_power_compensation_2,
ext_radio_parms    34 drivers/net/wireless/ti/wl12xx/cmd.c 	memcpy(ext_radio_parms->tx_per_channel_power_compensation_5,
ext_radio_parms    39 drivers/net/wireless/ti/wl12xx/cmd.c 		    ext_radio_parms, sizeof(*ext_radio_parms));
ext_radio_parms    41 drivers/net/wireless/ti/wl12xx/cmd.c 	ret = wl1271_cmd_test(wl, ext_radio_parms, sizeof(*ext_radio_parms), 0);
ext_radio_parms    45 drivers/net/wireless/ti/wl12xx/cmd.c 	kfree(ext_radio_parms);