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

/drivers/net/wireless/b43/
H A Dmain.h42 extern int b43_modparam_verbose;
44 /* Logmessage verbosity levels. Update the b43_modparam_verbose helptext, if
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)
4461 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
H A Ddebugfs.c651 b43_modparam_verbose = B43_VERBOSITY_MAX;

Completed in 49 milliseconds