Searched refs:b43_modparam_verbose (Results 1 – 3 of 3) sorted by relevance
29 extern int b43_modparam_verbose;
104 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable105 module_param_named(verbose, b43_modparam_verbose, int, 0644);387 if (b43_modparam_verbose < B43_VERBOSITY_INFO) in b43info()408 if (b43_modparam_verbose < B43_VERBOSITY_ERROR) in b43err()429 if (b43_modparam_verbose < B43_VERBOSITY_WARN) in b43warn()450 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in b43dbg()4682 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in setup_struct_wldev_for_init()
640 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()