Searched refs:b43_modparam_verbose (Results 1 – 3 of 3) sorted by relevance
42 extern int b43_modparam_verbose;
108 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable109 module_param_named(verbose, b43_modparam_verbose, int, 0644);347 if (b43_modparam_verbose < B43_VERBOSITY_INFO) in b43info()368 if (b43_modparam_verbose < B43_VERBOSITY_ERROR) in b43err()389 if (b43_modparam_verbose < B43_VERBOSITY_WARN) in b43warn()410 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in b43dbg()4491 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in setup_struct_wldev_for_init()
651 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()