Searched refs:param_power_output (Results 1 – 1 of 1) sorted by relevance
438 int param_power_output; member554 switch (priv->param_power_output) { in get_bcm4320_power_dbm()3285 priv->param_power_output = modparam_power_output; in rndis_copy_module_params()3300 if (priv->param_power_output < 0) in rndis_copy_module_params()3301 priv->param_power_output = 0; in rndis_copy_module_params()3302 else if (priv->param_power_output > 3) in rndis_copy_module_params()3303 priv->param_power_output = 3; in rndis_copy_module_params()3366 sprintf(buf, "%d", priv->param_power_output); in bcm4320b_early_init()