Searched defs:b43_modparam_verbose (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/b43/
H A Dmain.c108 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable
109 module_param_named(verbose, b43_modparam_verbose, int, 0644);
347 if (b43_modparam_verbose < B43_VERBOSITY_INFO)
368 if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
389 if (b43_modparam_verbose < B43_VERBOSITY_WARN)
410 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
4471 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)

Completed in 34 milliseconds