Searched refs:param_power_output (Results 1 – 1 of 1) sorted by relevance
456 int param_power_output; member572 switch (priv->param_power_output) { in get_bcm4320_power_dbm()3307 priv->param_power_output = modparam_power_output; in rndis_copy_module_params()3322 if (priv->param_power_output < 0) in rndis_copy_module_params()3323 priv->param_power_output = 0; in rndis_copy_module_params()3324 else if (priv->param_power_output > 3) in rndis_copy_module_params()3325 priv->param_power_output = 3; in rndis_copy_module_params()3388 sprintf(buf, "%d", priv->param_power_output); in bcm4320b_early_init()