Searched refs:param_power_output (Results 1 – 1 of 1) sorted by relevance
438 int param_power_output; member556 switch (priv->param_power_output) { in get_bcm4320_power_dbm()3288 priv->param_power_output = modparam_power_output; in rndis_copy_module_params()3303 if (priv->param_power_output < 0) in rndis_copy_module_params()3304 priv->param_power_output = 0; in rndis_copy_module_params()3305 else if (priv->param_power_output > 3) in rndis_copy_module_params()3306 priv->param_power_output = 3; in rndis_copy_module_params()3369 sprintf(buf, "%d", priv->param_power_output); in bcm4320b_early_init()