Searched refs:b43_modparam_verbose (Results 1 – 3 of 3) sorted by relevance
42 extern int b43_modparam_verbose;
117 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable118 module_param_named(verbose, b43_modparam_verbose, int, 0644);400 if (b43_modparam_verbose < B43_VERBOSITY_INFO) in b43info()421 if (b43_modparam_verbose < B43_VERBOSITY_ERROR) in b43err()442 if (b43_modparam_verbose < B43_VERBOSITY_WARN) in b43warn()463 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in b43dbg()4702 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in setup_struct_wldev_for_init()
653 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()