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

/linux-4.4.14/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.c107 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable
108 module_param_named(verbose, b43_modparam_verbose, int, 0644);
390 if (b43_modparam_verbose < B43_VERBOSITY_INFO) b43info()
411 if (b43_modparam_verbose < B43_VERBOSITY_ERROR) b43err()
432 if (b43_modparam_verbose < B43_VERBOSITY_WARN) b43warn()
453 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) b43dbg()
4705 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) setup_struct_wldev_for_init()
H A Ddebugfs.c651 b43_modparam_verbose = B43_VERBOSITY_MAX; b43_debug()

Completed in 138 milliseconds