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()3281 priv->param_power_output = modparam_power_output; in rndis_copy_module_params()3296 if (priv->param_power_output < 0) in rndis_copy_module_params()3297 priv->param_power_output = 0; in rndis_copy_module_params()3298 else if (priv->param_power_output > 3) in rndis_copy_module_params()3299 priv->param_power_output = 3; in rndis_copy_module_params()3362 sprintf(buf, "%d", priv->param_power_output); in bcm4320b_early_init()